New Zenner
- Join Date:
- Aug 2010
- Posts:
- 55
- Plugin Contributions:
- 0
Dual Pricing wholesale module Questions
Hello,
I have successfully installed the Dual Pricing module on my v1.3.9f zencart build.
However, I am experiencing a few things that I don't know if they are normal or not.
First off in the provided notes it says > If you wish to change the wording on your cart from "Retail price:" and "Whole sale Price:" you will need to modify:
inlcudes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php & inlcudes/templates/YOUR_TEMPLATE/templates/tpl_product_music_info_display.php However my site doesnt say Retail price: or Whole sale price: on any of my listings, whether I'm logged in as a retail or a wholesale customer. And looking in the tpl_product_info_display.php there isnt even the word Retail in it.
My second question is regarding attributes.
In the attributes, you need to use comma separation eg
50.00,30.00,0.00,25,00
So I guess I don't know where I am supposed to be putting these attribute prices? I tried added them to the Attributes Controller; and selecting a product and then editing an attribute. For instance if I have a product called "Widget" which has a standard price of 15$ and a whole sale price of $10, I can get that to work no problem. But now say we sell that Widget in green. which adds to the price by $5. Normally in that attribute I do a +5 but is this saying to do a + 5.00,3.00 (assuming 3.00 is the wholesale amount for that attribute?) Because I have tried that and it just clears everything out except the first number.
Here is the site if anyone needs it :
http://www.bullardpublishing.com/zcart/index.php?main_page=index
And here is the module I installed :
http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=166
Thanks.