PROPOSAL FOR ADDING ‘FREE SHIPPING COUNTDOWN’ IN CART PAGE

Proposal SummaryThis proposal covers both the functional and UI development for adding ‘free shipping countdown’ to the cart page of the SCA webstore of Point Australia.RequirementTo add ‘free shipping countdown’ to the cart page. Our SolutionWe can add a free shipping countdown to the cart page. The free shipping countdown will be added to the… Continue reading PROPOSAL FOR ADDING ‘FREE SHIPPING COUNTDOWN’ IN CART PAGE

Not Showing some Journal Entry lines on applying Customer filter in Income Statement

When applying a customer filter to the income statement, some journal lines are not showing in the income statement. Also, some accounts are showing 0 expenses even if there are entries for that account in the journal entry. This is because, in the journal entry lines, we can enter not only customers but vendors as… Continue reading Not Showing some Journal Entry lines on applying Customer filter in Income Statement

PHP code used in Heroku to call suitelet in the Netsuite when an event happens in Shopify

<?php $_POST = json_decode(file_get_contents(‘php://input’), true); $data = $_POST; if (!empty($data[‘id’])) { $data[‘type’] = $_GET[‘type’]; $curl = curl_init(); curl_setopt_array($curl, array( CURLOPT_URL => “https://tstdrv2353842.extforms.netsuite.com/app/site/hosting/scriptlet.nl?script=827&deploy=2&compid=TSTDRV2353842&h=ac7c8e9778d66cb92ffc”, CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => “”, CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 30000, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => “POST”, CURLOPT_POSTFIELDS => json_encode($data), CURLOPT_HTTPHEADER => array( “accept: */*”, “accept-language: en-US,en;q=0.8”, “content-type: application/json”, “User-Agent: Mozilla/5.0” ),… Continue reading PHP code used in Heroku to call suitelet in the Netsuite when an event happens in Shopify

Packing slip not showing all items in the Sales order record

Client have an issue that Packing slip not showing all items in the Sales order record. The reason is that a preference Unfulfilled Items on Order preference is enabled in the account which will show only unfulfilled and partially fulfilled items on the packing slip. Line items that are completely fulfilled do not appear on… Continue reading Packing slip not showing all items in the Sales order record

Restlet Script to trigger the Map Reduce Script

Jira Code : BGGN-198 Description Before triggering your scheduled script using a Restlet script, you need to non-schedule the existing Map reduce script. JJ RL Trigger Auto fulfill SO BGGN-198 Here the scriptId and the deploymentId is the IDs of the Map reduce script. After deploying the script, it will provide a internal and external… Continue reading Restlet Script to trigger the Map Reduce Script

Proposal for printing packing slip from purchase order

Proposal summary  This proposal summarizes the functionality for printing packing slip from purchase order.    Requirement  A packing slip needs to be printed from the purchase order using the “Print Packing Slip” button  Our Solution  We will create a custom button labelled “Print Packing Slip” in the purchase order record by using custom scripts.  We will… Continue reading Proposal for printing packing slip from purchase order

6 Reasons Why Blogging Is Important for Marketing and SEO

Using a blog to market your product or service can help you develop a closer relationship with your customers. Blog posts can answer frequently asked questions or address general concerns. Your clients will appreciate the knowledge that you can provide, and they will be able to learn more about your company or product while sitting… Continue reading 6 Reasons Why Blogging Is Important for Marketing and SEO

Allow per line Department is Enabled but the Updates on the Header level Reflected in Line Level

The “Allow per line department” preference is enabled in the account. But the department value selected at the header level is also reflected in the transaction line level even if no department value is selected at the line level. This is because, at the transaction line level, the Department field is not exposed in the… Continue reading Allow per line Department is Enabled but the Updates on the Header level Reflected in Line Level