FAQ: Products
| Q: | How to put only product name, thumbnail, price and etc. to my page? |
| A: |
1) Click on "Products list", find your product and click on "Get HTML Code" icon.
2) Scroll down to "Your element product links" section.
3) Copy end paste code from section you need.
Note: this is javascript code which starts as "<script ...>" and end as "</script>"
|
| Q: |
How to put products list from some category to my page like on screenshot?
|
| A: |
1) Create category template. Use "Products in category" menu item.
You can use WYSIWYG editors or HTML input for template creation. Just, click on "Source" button and paste this code:
2) Click again on "Source" button to go to visual mode. You should see this:
3) Click on "Save" button and go to "Products list" menu item.
4) Click on "Products list", select any product and click on "Get HTML Code" icon.
5) Scroll down to "All your products from selected category in one table" section.
6) Select your category from dropdown list.
7) Copy end paste HTML code.
Note: this is javascript code which starts as "<script ...>" and end as "</script>"
|
| Q: |
How to put products list from some category to my page like on screenshot?
|
| A: |
1) Create category template. Use "Products in category" menu item.
You can use WYSIWYG editors or HTML input for template creation. Just, click on "Source" button and paste this code:
2) Please, see items 2-7 from previous question
Note:
- this is javascript code which starts as "<script ...>" and end as "</script>"
- you can change column count using "column=X" value in javascript code
|
| Q: |
How to create product details page like on screenshot?
|
| A: |
1) Create a additional fields (size, color) for this products like on screenshot
1) Create product details HTML page.
2) Use "Your element product links" section from "Get product HTML code" page (restricted) for page creation.
For example, to show image use "Product image" code, to show name use "Product name" code, to show size
"Product additional fields - get field container".
3) If you need to have one product details HTML page for all your products then:
- Fill "Details URL" field for this product. For example, details.php?id={*prodid*}
- Rename HTML page PHP or Perl and replace {*prodid*} values in all JavaScript code to current id value
Note: If you are not sure what to do, please, contact us
|
| Q: |
How to create a shopping cart section on my page like on screenshot?
|
| A: |
1) Click on "Products list", find any product and click on "Get HTML Code" icon.
2) Scroll down to "Shopping Cart part" section.
3) Copy end paste code from section you need.
Here is code example:
Note: We replace active URL with "<script_url>" and active user number with "A" value
|
|
ES SIMPLY SHOPPING CART © 2009. ALL RIGHTS RESERVED.