Increase and decrease the quantity

create the extension we can increase and decrease the quantity of the item in the cart or checkout by applying a data-actions Entry point: In tpl give the corresponding data action Example :<div class=”minus” id=”minus” data-action=”minus”>-</div> Reference:https://system.netsuite.com/help/helpcenter/en_US/APIs/SuiteCommerce/Extensibility/Frontend/Cart.html#addLine

Remove item in Checkout

Add a removal icon to item cell of the checkout. When the icon is clicked, the item will be removed from checkout page Entry point In the corresponding theme file where u need to remove add the correct data action in it

Adding subcategory in PLP page

If the categories and subcategories are not added then follow the step 1 in case the categories and subcategories are available then follow step 2 Step 1.Create the categories and subcategories Navigate to commerce->content management->cat log & categories->commerce categories->new fill name, Catalog if the catalog is not present Navigate to commerce->content management->cat log & categories->commerce… Continue reading Adding subcategory in PLP page

No delivery methods available for this address

Checkout page when we get No delivery methods available for this address warning Solution: Create a new customer record List->Relationships->customer fill out the name ,subsidiary (choose headquarters)and go to the access sub tab enable the give access in assigned website give the name , enable manually assign or change password and give the password. Click… Continue reading No delivery methods available for this address