Assigning Multiple subsidiaries to a Vendor using suiteScript – Bulk upload

We cannot change the primary subsidiary of the vendor once the transactions are posted. But we can assign a number of secondary subsidiaries at any time after the vendor is created We can manually assign the same by editing vendor records.But for bulk changing it is not possible to edit and save each record.For that… Continue reading Assigning Multiple subsidiaries to a Vendor using suiteScript – Bulk upload

Basic Libraries Required for Python programming:

1. Pandas: Pandas is a high-level data manipulation tool developed by Wes McKinney. It is built on the Numpy package and its key data structure is called the DataFrame. DataFrames allow you to store and manipulate tabular data in rows of observations and columns of variables. 2.Numpy NumPy is the fundamental package for scientific computing… Continue reading Basic Libraries Required for Python programming:

Vertical sidebar menu-Magento

Using codazon extension installed in the admin panel we can create the vertical sidebar menu. Codazon-> Create new mega menu. Created vertical menu for pages brands, products, application.  To edit the UI of vertical menu add HTML code to each category design part. The added code is given below: Catalog->categories->select category->design <referenceContainer name=”content”> <referenceBlock name=”catalog.compare.sidebar”… Continue reading Vertical sidebar menu-Magento

How can we add Layouts to the website in site builder

In site builder we can add layouts to the the website which will make the website more look good.We can add layout to the home page,category page and PLP page,related items, upsell items.Layouts are added to determine overall layout of the page.,how many row and columns of items we want and do we want pagination… Continue reading How can we add Layouts to the website in site builder