Requirement is to show a cookie section in the website of SCA and to store the value for one day.
Tag: webstore
How to create workflow to send email upon order approval for orders from webstore?
Created a work flow and give the basic details name,idSelect record type as transaction and sub type as sales order.Event type as Approve.Here we want to set context as user interface and we need to check whether this order is created from website. for this we give condition whether that sales order source the the… Continue reading How to create workflow to send email upon order approval for orders from webstore?
how to create workflow to send email upon order creation from webstore
Created a work flow and give the basic details name,idSelect record type as transaction and sub type as sales order.Here we want to set context as webstore then this work flow triggered only when an order created from webstore. Work flow action we can give condition here. Here we give condition for customers from Australian… Continue reading how to create workflow to send email upon order creation from webstore
Periodic table with html and css
html: css
3D-Toggle
Result:
Change/swap image on hover
To swap an image when a user hovers over it, the most common and effective method is to place two images in the same container – making the “rollover” image transparent by default. When the user hovers over the container, the “rollover” image becomes opaque.
Simple jquery parallax scroll effect
How to center align vertically and horizontally inside a div?
Consider an example given below, To center the image inside this div,
Register page redesign
The Register page functionality is to be developed.Extend the register page and develop it as a 2 page registration. Add the custom fields in the registration form and save it to the required customer fields in Netsuite. Steps: 1.Create custom entity field in netsuite. 2.extend “login_register_register.tpl” . 3. created an extension called “registerpage” and extended… Continue reading Register page redesign