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
Month: October 2021
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
Creation of Parent-Child Relationship in custom record type
PRQ-1394 In order to create a custom record and that should be shown on another page as the child of that record follow these steps. Create a new custom record type Go to customization> lists,records& fields> new Enter a name and save it Enter the Id for the Record. If you forget to create an… Continue reading Creation of Parent-Child Relationship in custom record type
how to call any block function in phtml magento 2
For ex your block class is then in any phtml file you can use following code to get method of this block.
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
Invoice Group Feature
KEY-NOTES New NS 2020.2 feature Lets you group invoices for your customers Combining multiple invoices into one invoice group based on the customer. Invoice groups do not post to the general ledger After an invoice group is created, you can add or remove invoices from the group. We can create an invoice group with a… Continue reading Invoice Group Feature
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
Custom Page For Sending Statements To The Specific Emails
Requirement HTL will create 4 Custom fields that hold email addresses for Invoices: Email Invoice 1, Email Invoice 2, Email Invoice 3, and Email Invoice 4. So on the creation of a new invoice, HTL would like to send the Invoice PDF to the email address added in the custom fields. If the custom field… Continue reading Custom Page For Sending Statements To The Specific Emails
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