While creating a Extension in SuiteCommerce Advanced we get a default Sass file. But while doing development so much style needed and in one file it’s difficult to find the classes and IDs there. In this case we can create new SASS file and and we’ve to just import that SASS file into main entry… Continue reading How we can use two SASS files in a extension
Tag: HTML Code
Adding Current Year Dynamically in Copyright section in footer of Homepage.
For updating the year in the copyright section in footer of home page as shown below: Use this code: The year in the copyright section will be updated automatically according to the current date.
How to Add a New div Between Two Elements in an HTML Template Using JQurey
Adding a new element between two already existing elements in a template file using Javascript and JQuery. This method can be used for editing templates without directly editing theme in SCA websites. This method can be used in extensions. HTML code: Javascript + jQuery: Output: Elem 1 New Elem Elem 2
Create Online form and add fields from another online form
Need to create a contact us by Online Form. And add the fields by Online Customer Form.
Online Form on websites
Online form for the Contact Us in the websites.