2 Attachment(s)
Re: DUAL Pricing version 2
I hope this helps:
Responsive Classic Template:
Before Mod:Attachment 16484
After Mod:Attachment 16485
The 2 grey shaded boxes listing model number and add to cart button as well as text are out of alignment.
Re: DUAL Pricing version 2
Styling is covered in the ReadMe.
---------------------------------
How do I change wording/display style?
---------------------------------
If you want your wholesale customers to see BOTH retail and wholesale pricing (instead of only Wholesale pricing), then uncomment line #71 in this file:
\includes\templates\YOUR_TEMPLATE\templates\tpl_product_info_display.php
If you want to change wording in front of the prices, edit this file:
\includes\languages\english\YOUR_TEMPLATE\product_info.php
You can easily add the following three IDs to your CSS file and control the styles of your text:
#retail
#retailwhole
#whole
Re: DUAL Pricing version 2
Re: DUAL Pricing version 2
You say "THIS REPLACES GROUP PRICING. IF YOU USE GROUP PRICING THEN DON'T USE THIS."
I have 1.5.5a installed and it already has 'Group Pricing' . I haven't started using yet. How do I install and use DUAL Pricing
and /or how do I uninstall 'Group Pricing' in order to use DUAL Pricing ?
Thanks
Re: DUAL Pricing version 2
Quote:
Originally Posted by
oavs
You say "THIS REPLACES GROUP PRICING. IF YOU USE GROUP PRICING THEN DON'T USE THIS."
I have 1.5.5a installed and it already has 'Group Pricing' . I haven't started using yet. How do I install and use DUAL Pricing
and /or how do I uninstall 'Group Pricing' in order to use DUAL Pricing ?
Thanks
Group Pricing is part of the Zen Cart core. You don't need to remove it (you can't really). You just cannot *use* it along with Dual Pricing. If you want to use Dual Pricing, just don't configure Group Pricing.
Re: DUAL Pricing version 2
We are using Dual Pricing 2.1.5b & Zencart v1.5.4
For wholesale pricing level 1 attributes prices are fine. For wholesale pricing level 2 attributes prices correct on item page, but increased slightly when added to cart.
I will be working on this soon if no answer.
Re: DUAL Pricing version 2
Quote:
Originally Posted by
vandiermen
We are using Dual Pricing 2.1.5b & Zencart v1.5.4
For wholesale pricing level 1 attributes prices are fine. For wholesale pricing level 2 attributes prices correct on item page, but increased slightly when added to cart.
I will be working on this soon if no answer.
Attributes pricing historically did not work beyond level 1. I have a version that addressed this, I just need to find it. I didn't post it because it's only been tested on one client site.
Re: DUAL Pricing version 2
Re: DUAL Pricing version 2
Quote:
Originally Posted by
vandiermen
We are using Dual Pricing 2.1.5b & Zencart v1.5.4
For wholesale pricing level 1 attributes prices are fine. For wholesale pricing level 2 attributes prices correct on item page, but increased slightly when added to cart.
I will be working on this soon if no answer.
In \includes\functions\functions_prices.php
Change all instances of
$optionprice = explode(",",$option_price_array);
to
$optionprice = explode("-",$option_price_array);
Should be lines 181 and 1317. Let me know how that works out for you.
Re: DUAL Pricing version 2
Quote:
Originally Posted by
jeking
In \includes\functions\functions_prices.php
Change all instances of
$optionprice = explode(",",$option_price_array);
to
$optionprice = explode("-",$option_price_array);
Should be lines 181 and 1317. Let me know how that works out for you.
After change, wholesale pricing level 2 customer got wholesale pricing level 1 prices.
My client is paying me to fix this I am going to contact you through your website.