To add date picker in checkout section

The code to add a date picker to select the delivery date on the checkout section of the webstore. The date picker will contain active dates from the current date only. All other dates will be disabled

PROPOSAL FOR CREATING SALES ORDER BY PARENT CUSTOMER FOR SUB CUSTOMER

Proposal Summary  This proposal covers the scope of creating the sales order by the parent customer for the sub customer.  Requirement  To creating the sales order by the parent customer for the sub customer  Deliverable  We can introduce a new section on the webstore’s review page that allows the parent customer to create a sales… Continue reading PROPOSAL FOR CREATING SALES ORDER BY PARENT CUSTOMER FOR SUB CUSTOMER

To update the Item in the sales order using suitelet

The approver can possibly update the item from the sales order. Once approved increment/decrement needs to forward the action to Suitelet and update the item from the sales order. once the item is update success need to rerender the page with updated items. The suite script change updated the quantity

Proposal For Turn off items based on subsidiary

Proposal Summary  This proposal covers the scope of showing the items based on the subsidiary. That is, some of the items on the website need to be turned off for certain subsidiaries and same should show for other subsidiaries. Also covers how do we turn off items that are on promotion based on subsidiary.  Requirement … Continue reading Proposal For Turn off items based on subsidiary

Catalog page

Created a custom entity field named “custentity_jj_catalog_folder_id ” on the customer record to save the folder id containing the pdf files that needed to be displayed on the catalog page.  Create an extension named ” Catalog ” with version 1.0.0 to show the customer specific catalog page.  The extension contain view file , router file… Continue reading Catalog page

Proposal For SuiteCommerce My Account Customization – Catalog

Proposal Summary  This proposal covers the scope of of adding the customizations in the SuiteCommerce My Account site, to add catalog and inventory page.  Requirement  Display Catalog :   To add a catalog link which will navigate to a PDF  in the header or submenu of the My Account page. This link will allow users… Continue reading Proposal For SuiteCommerce My Account Customization – Catalog

Render the view without reload

We have tried to update the quantity on the page similar to the purchase history detail page and the value is updated on the sales order using the suite let. We have to show the changes on the sales order without reloading the page. the code to render the view again is added below:

Internal error on the transaction history and case page

There may be so many reason for showing the internal error on the transaction history page and case page. One of the reason is due to the lack of permission In order to resolve the issues. We have to change the level of ‘customer payment’ permission to ‘Edit’. Also, change the level of ‘Find Transaction… Continue reading Internal error on the transaction history and case page

PROPOSAL FOR SUITE COMMERCE MYACCOUNT BUNDLE

Proposal Summary  This proposal covers the scope to create a website using the SuiteCommerce MyAccount (SCMA). It is a self-service web portal where customers can manage account information, view recent transactions, pay invoices, and more.  Requirement  We need to create a website using the SuiteCommerce MyAccount (SCMA). It is a self-service web portal where customers… Continue reading PROPOSAL FOR SUITE COMMERCE MYACCOUNT BUNDLE

Issue in creating invoice from the sales order containing serialized items

we are tried to create an invoice from the SO using the default values to the mandatory fields such as location. The invoice are successfully created for the normal inventory item from the sales order. The code used: We cannot create the invoice for serialized inventory items from the sales order. In case of serialized… Continue reading Issue in creating invoice from the sales order containing serialized items