How to resolve the error {“header”:{“status”:{“code”:”Error”},”message”:”cannot read property \”type\” from undefined”,”extra_data”:{},”error_code”:”TypeError”}}

When we navigate to the extension we get the error as shown below Solution: Customization-> List,records and field–>Record types–> SC extension Activation ->list If we get any error extension we’ve to go to the record types And in here check the listAnd make the activation record as FINISHED if it’s showing as error.

How to resolve error shipping label could not be generated

To set Item Fulfillment to Packed Status. A warning appears: A Shipping label could not be generated because the Address field of the “Ship From” address is not set. Navigate to Setup > Company > Locations Click Edit on the Location Click Address tab In the Address section/box, click Edit A pop-up window appears Add… Continue reading How to resolve error shipping label could not be generated

Resolving the issue when after billed the tracking number will be not displayed

Create a sales order and fulfill that order. Then it redirects to the item fulfillment page there is a sub-tab package. Fill the below fields : 1) LBS 2) Package contents description  3) Package tracking number  4) Save Ex: LBS: 8, Package contents description: FedEx, Package tracking number: 450745776791   And do the billing then, In the… Continue reading Resolving the issue when after billed the tracking number will be not displayed

How to add a tracking number in my account page

We can add a tracking number column in the purchase history page and when the billing is done corresponding the tracking number will be displayed for the billed item entry file In tpl for displaying the heading as tracking no In tpl for display the value of the tracking number

How to create a full-screen overlay navigation menu using javascript

We click on the element to open the fullscreen overlay navigation menu. The navigation menu will slide in from left to right, if we click on the close icon navigation will be closed  Step 1) Add HTML: Step 2) Add CSS: Step 3) Add JavaScript: The example below slides in the overlay navigation menu from… Continue reading How to create a full-screen overlay navigation menu using javascript