The MyAccountMenu component lets you add menu groups and menu items to the main menu on the My Account page of a SuiteCommerce webstore. You can specify the order in which items appear in the menu by specifying a number in the “index” property. Menu groups or menu items with lower index numbers appear higher in the… Continue reading Adding New Tab to MyAccount Menu
Month: December 2021
Edit footer menu with layout
First, create a custom theme 1. Create the folders and files you will needapp/design/frontend/theme/Name of the theme you created/Magento_Theme/{layout, templates} 2. To create a layout file through which we will add and delete menu sections. app/design/frontend/theme/Name of the theme you createdMagento_Theme/layout/default.xml 3. Add the initial layout for default.xml 4. Delete all the unnecessary links from… Continue reading Edit footer menu with layout
How to resolve Error in extension: Module ‘GlobalViews.CountriesDropdown.View’ not found.
In order to add country field in form, I have used ‘GlobalViews.CountriesDropdown.View’ in the view file. But it is creating issue . Solution: These files ‘GlobalViews.CountriesDropdown.View’ are not available in shopping domain and myaccount domain. So remove it from those domains and deploy it to only checkout. This can be done by editing manifest file.
How to create a category in Magento
Step 1: Log in to the admin panel and open the side menu of the Catalog tab. Select Categories from the list. Step 2: Click on categories on the left will be the structure of your future categories and subcategories. Step 3: Click Add Subcategory. Step 4:Fill in the Basic Information: Step 5: Open the Content tab. upload the Category Image, add the Description for store view,… Continue reading How to create a category in Magento
Custom Attribute added for Customer Object not getting saved -magento 2
As you want to add a static attribute. An entity can have some static attributes, whose values are stored in entity main table. So you have to create a column inside the entity main table, here is customer_entity. Vendor/Module/etc/db_schema.xml Vendor/Module/Setup/Patch/Schema/AddCustomerAgreementEndDateColumn.php Vendor/Module/Setup/Patch/Data/AddCustomerAgreementEndDateCustomerAttribute.php
Find the table for custom attribute values -magento 2
When you create a attribute for a product EAV comes in a picture. To get a value you need to know basics, which magento uses to store eav data. For this following tables plays a important role. eav_attribute Whenever you create a attribute this table gets entry which stores all important data which helps to… Continue reading Find the table for custom attribute values -magento 2
Webstore subsidiary setup and item display
Items are displayed in an SCA webstore based on the subsidiaries chosen inside the website record in Netsuite. Only the items inside the subsidiaries chosen as online inside the website record is displayed inside the SCA webstore. The subsidiaries are listed inside the setup tab of the website record. Only the items from the subsidiaries… Continue reading Webstore subsidiary setup and item display
Setting Up Custom Lists and Item Fields for Matrix Options
Before you import matrix items, you need to set up a custom list and a custom item field for each matrix option. Each custom list represents a matrix option such as size or color , and includes the set of possible values for that option. Each custom item field provides an interface for display and… Continue reading Setting Up Custom Lists and Item Fields for Matrix Options
Shipping to Customer and Auto Invoicing
Proposal summary AMVOP would like to build an auto-invoicing process and restrict the invoice view permission for a particular user and role in the system. Also, this scope includes some pdf updates and dynamic user assignments. Requirement When the user 1052 Ahmed Mustafa Alkashif with the role AMVOP warehouseman creates the item fulfillment to the… Continue reading Shipping to Customer and Auto Invoicing
Highlight a Specific Cell in Saved Search Results Based on a Criteria
Highlight a specific cell in the Saved Search result for values that reached certain criteria. For example, add a column in Saved Search Results that will show ‘Pending’ in red bold text with the yellow background if the Memo field in the Sales Order is null. Otherwise, the word ‘Done’ should be displayed in black… Continue reading Highlight a Specific Cell in Saved Search Results Based on a Criteria