Reputation: 11265
I want to have example.com/special and there list products with special price, what is the best way to do that ?
Requirements: 1.
My idea: create new page in information, in controller send parms to catalog/category to fetch specials products, maybe exist more clear way ?
Upvotes: 1
Views: 1931
Reputation: 4221
Special page is available by default in OpenCart. When You will set “old price – new price” for product. So, It product will automatically added in special page.
You can see in default OpenCart special page demo. Click Here
For example a product may have cost $200, but using the specials option in OpenCart you can set the price to $150. That way customers see the “old price – new price” difference.
Here’s how to set up a specials in OpenCart
From your OpenCart admin interface, hover over the Catalog tab and click Products.
This is the list of products you have on your website. Find the product you want to discount and click Edit.
Click on the Special tab.
Click Add Special in order to fill in the information for your special price. Again, you have a number of options almost identical to the discount page:
Upvotes: 5