Modify custom option product detail page - opencart

we need product custom option based on length and price. we need same requirement of product option according following site :-
"https://www.petflow.com/product/taste-of-the-wild/taste-of-the-wild-high-prairie-dry-dog-food"
please let us know how can do it in opencart
Thanks

Related

specifying which products i want to be featured on Big Cartel Roadie landing page

I would very much like to be able to choose which products to show as featured on the main page. I'm not at all a programmer, so I can do html/CSS, but no more. The way I see it I should somehow add tags to certain products and then some function which would allow these tagged products to be listed as featured. But I have no idea as of how to do it. Any advise, please?

Show products based on IP address in Open Cart

I would like to display the products based on the area/region.
I have my site on open cart.
So I can do this with IP address or customers postal code number but I don't know how to do this so please help.
You need to customize your efforts.
you need to create a custom module for your requirement.
or if you don't want to deep your head in customization you need to buy module something like this.
http://www.opencart.com/index.php?route=extension/extension/info&extension_id=21013&filter_search=geo%20location

Spree 3.x -Create a custom promotion rule

I wanted to create a custom promotion rule to check if User buys an item again, they will be discount 10% of item’s price. (Admin able to config this in Spree's CMS)
Ideally, in user order page user would see the “Buy again” button, the item will be add to cart and the cart will be discount 10%.
Anyone can tell me how to do it, there is any extension/code that I can reference.
Thanks in advance!
I am not sure about your needed rules but you can define custom promotional rules. Go through with the following document:
https://guides.spreecommerce.org/developer/promotions.html

Opencart products page with special price

I want to have example.com/special and there list products with special price, what is the best way to do that ?
Requirements: 1.
have url /specials/
use category.tpl template
My idea: create new page in information, in controller send parms to catalog/category to fetch specials products, maybe exist more clear way ?
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:

How to add fixed Prescription charge in Prestashop

How to add fixed Prescription charge in Prestashop
Something similar to
http://www.vusionglasses.com/58-men-women-eyewear-endis-eyeglass-frames-bold-rectangular.html?id_combination=46
What Vusionglasses is doing is passing additional cost as per prescription and then in controller adding it to the product price.
I'm not able to figure out exactly where should I put my additional price code?
in my site. There are 4 packages and user has to select one and that much additional cost should be added to product while adding it to cart.
Adding this using combinations and inbuilt features is impossible for all products!
please help.
Solved this problem by
1. Creating a customization field for each product while importing.
2. Create a custom form on product page as per requirement.
3. Before adding the product to cart, save the custom form data through Product Customization field.
This will add the customization throughout the shopping process.