In my acount.phtml file we made some changes then override the file from this path to our custom module magneto_theme. /var/www/html/Szco_Supplies_netsuite/vendor/swissup/theme-frontend-argento-blank/Magento_Theme/templates/html/header/my-account.phtml
Author: Rojalina Sahu
How to add the backorder field with data in salesorder page .
Integrate shiphawk shipping method
How to create the customfield for product?
Login to Magento Admin>Store>Attributes>Product On the Product Attributes page, you can see by default that Magento gives us pre-defined attributes. Let me create a new attribute. Click on Add New Attribute Now we need to fill out details in the New Product Attribute and then Save. Let’s explain the fields: Default Label:Label text attributes that recognize… Continue reading How to create the customfield for product?
How to display the custom fields data on my account page under account information and how to remove the unwanted nav links from my account tabs.
1)First create a module app/code/JJ/Account then in that module create a registration page, then create etc folder in that module.xml, and create a view folder- view/frontend/layout/ create a customer_account_index.xml then create a template file under the viwe/frontend/templates/info.phtml file. this two line – for get the data from customfield to my account page under the account… Continue reading How to display the custom fields data on my account page under account information and how to remove the unwanted nav links from my account tabs.
How to create banner section from magneto backend in swissup?
How to Create custom fields for customer registration
Create a Js script for the English Alphabet puzzle
The puzzle is to check whether the selected option (Onclick) from the 4 choices given is correct or not. On clicking on one option, it should indicate whether it is true or false. If true → Background color green for that option If False → Background color red for that option There should be a… Continue reading Create a Js script for the English Alphabet puzzle
Bigpost integration with Adobe commerce
Please find the attached following document.
The ways to make http request in php
Please find the follwing document.