Show Discount Rate

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Hello,

I need to show the discount rate (ex. 30%) in the ProductPrice view. I'm already using 2.1 version.

How can I do it?

Thanks, Domenico.
12 years ago
domenico.neri wrote:
Hello,

I need to show the discount rate (ex. 30%) in the ProductPrice view. I'm already using 2.1 version.

How can I do it?

Thanks, Domenico.

Use a specification attribute for that
12 years ago
What is a specification attribute?

Can you show me an example?
12 years ago
domenico.neri wrote:
What is a specification attribute?

Can you show me an example?

Spacifications attributes are fields you can add to products to define some dimensions / features (weight, sizes, volts, watts, etc.): Check example of ASUS computers indemo store/admin
http://demo.nopcommerce.com/p/11/asus-eee-pc-1000ha-10-inch-netbook where you can see:

Products specifications
Screensize: 10.0''
CPU Type: AMD
Memory: 1 GB
Hardrive:160 GB

1) define specifications in admin>catalog>attributes>specification attributes. Example:
http://admin-demo.nopcommerce.com/Admin/SpecificationAttribute/List

2) define the values of each specification attribute in admin>catalog>attributes>specification attributes>edit/add>options tab. Example:
http://admin-demo.nopcommerce.com/Admin/SpecificationAttribute/Edit/12

3)assign the attributes to the product  in admin>catalog>add/edit product>specifications attributes tab. Example:
http://admin-demo.nopcommerce.com/Admin/Product/Edit/68
12 years ago
OMG...

I want to show the current real discount rate, not a specification...
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.