Proposal Summary This proposal covers the scope of adding a message/comments field on the checkout page on the Thermogard Website. The message should save to a custom field created in the Sales order. Requirement The requirement is to add a message field on the checkout page on Thermogard Website and save the message/comments to the… Continue reading Proposal for adding a message box on the checkout page on Thermogard Website
Tag: checkout page
How to make PO field Mandatory for specefic subsidiary orders
Here we learn how to make a PO field Mandatory for specefic subsidiary orders based on if the PO number field is empty or not.
Custom field in Checkout using extension.
The SC Custom Fields extension lets you add custom transaction body fields to the checkout application in Commerce websites. You can use these fields to request or provide additional information, such as shipping instructions, special order requests, and delivery time slots. SC Custom Fields lets you add text, check box, and date-type transaction body fields… Continue reading Custom field in Checkout using extension.
Extension to Remove Edit Option From Shipping Address Field
Requirement:On the SCA website, the shipping address can be edited from the my-account and checkout sections.Hide the edit option for the shipping address from my account and checkout section. Solution: Created an extension for the functionality In the extension, extended the “AddressDetailsView“ file for disabling the buttons “Edit“ and “Remove“ in the Address cell. Modified… Continue reading Extension to Remove Edit Option From Shipping Address Field
How to Create ship to date field in the checkout payment page and disable the date for previous dates.
Created the shipping date field and added the date picker. And disabled three days from the date they are ordering and also the previous dates (as we cannot have it ready by then). By using the following code in the extension.
Adding Nickname For Credit Card In Website Checkout Page, My Account Page And Save To NetSuite
First a nickname field was created by adding the following code in the jj_customrecord_bpau.tpl file and defining this template file in the entry file. The nickname value given was stored into the netsuite by using the Suitescript file and suitelet mentioned below: Suitescript file: Suitelet:
How to add the price value next to the UPS Ground option in the Delivery option step during check out page by using extension.
Adding price value next to UPS ground option in the delivery option step during checkout page. in .tpl file
Display item name and stock count for out of stock items in checkout page
Requirement is to show the item name and stock count in the checkout page.