Create a workflow to set shipping cost methods in SO

Set Shipping Cost In SalesOrder Requirement Create a workflow that works during the creation of an SO from webstore. The workflow should set the Shipping cost method to field under the shipping tab only for customers that are of the customer segments. This is only calculated when Live Rate or Best Way'(Shipping Methods) is selected.… Continue reading Create a workflow to set shipping cost methods in SO

New Invoice Grouping PDF Updates Proposal

The proposal details the new updates that should be done on the invoice grouping PDF.  Requirement  Following are the requirements that need to developed:  Create a template where the discount line is shown but in the correct section. Clients should have two options for the invoice printing.One is discount amount is added into the the… Continue reading New Invoice Grouping PDF Updates Proposal

Consolidated Sales Order for New Year

The proposal covers the new year consolidated sales order creation. Based on the Billing Start Date, next year’s consolidated sales order will be created. Requirement  The requirement is to create the new consolidated sales order for the new year based on the Billing Start Date. IF the Billing start date is 02/Dec and 31/Dec, then… Continue reading Consolidated Sales Order for New Year

How to trigger a minicart update after adding to cart magento 2

you need to set up a sections.xml inside etc/frontend of your module that tells Magento which sections to update for a given Ajax call. Here is an example; After my Ajax call has finished to [frontName]/[ActionPath]/[ActionName] Magento makes another call to /customer/section/load passing the sections to load. By default it requests any messages but if you have… Continue reading How to trigger a minicart update after adding to cart magento 2

Published
Categorized as Magento

Channel Advisor Integration

Requirement The Client requires to integrate the orders from Channel Advisor to Netsuite. They require the orders to be pulled from multiple posting accounts as their Channeladvisor  account pulls order data into multiple posting accounts for the different countries and marketplaces.  For Third Party Logistics / FBA(Fulfillment by Amazon (FBA) Location Orders The Client need … Continue reading Channel Advisor Integration

How get order preview on success page Magento 2

1.Override block Create the file app/code/Vendor/Module/etc/di.xml and add the following: Create the file app/code/Vendor/Module/Block/Success.php and add the following: Override template Create the file app/code/Vendor/Module/view/frontend/layout/checkout_onepage_success.xml and add the following: Create the file app/code/Vendor/Module/view/frontend/templates/checkout/success.phtml and add the following: TIP You probably want to refresh your checkout/success page a lot, so to tackle that problem, go to file app/code/Magento/Checkout/Controller/Onepage/Success.php and change at line 22.… Continue reading How get order preview on success page Magento 2

Published
Categorized as Magento