Re: DUAL Pricing version 2
I just installed the latest version in my 1.3.7 test store, and it works just fine.
Get it at the Downloads page, under Pricing.
The way I have it set up, if you're not logged in, you see the retail price. If you log in as a Canadian wholesale buyer, you get the wholesale price in Canadian dollars. And if you log in as a US wholesale buyer, you see the USD wholesale prices.
So far, this requires that I set the flag for each customer after they create the account. I'd like this flag to be set automatically from the country code. But I can live with it the way it is.
Rob
Re: DUAL Pricing version 2
Dear all;
First, sorry about my english, cause i'm come from taiwan, so my english is poor.
I install dual pricing v1.3 in zen cart 1.37, but when i set price, it only show like below
http://greenwoodmensstyle.com/4image...media/72/1.jpg
the user level that i set in 1 or 2 or3(different id has different level),it still show same whosale price when i log in different id.
what wrong i did?anyone help me?please and thank you.
one product not available for wholesale?
I am planning on installing the dual pricing mod, and I have one question:
We have one product that we do not want to allow wholesale customers to purchase, so that it's only available to retail customers. Is there a way to do this on a per-product basis with the dual pricing mod?
thx!
Re: DUAL Pricing version 2
I install the dual price mod into my 1.37 zencart!
and it is work.i have wanna have some change!
i wanna to add the function "wholesale product qty Minimum"
how i do for that!
pls tell me !!!
kindmanlee AT hotmail DOT com
Re: DUAL Pricing version 2
Hi,
I'm interested in using this, but I have some contribs that I've installed.
Does anybody know if this works with:
Quantity Discounts
Super Orders 2_0
SEO URLs
Shipping Insurance?
Or can I merge it into the existing code? If so, does anyone have instructions for doing so?
Thanks.
Re: DUAL Pricing version 2
Quote:
Originally Posted by
rcrosier
Hi,
I'm interested in using this, but I have some contribs that I've installed.
Does anybody know if this works with:
Quantity Discounts
Super Orders 2_0
SEO URLs
Shipping Insurance?
Or can I merge it into the existing code? If so, does anyone have instructions for doing so?
Thanks.
I merged this with my test site, but the site no longer calculates my "Free Shipping" remaining oreder required amount in the shopping cart sidebox. It used to say something like this: "Add $40.01 to your order to qualify for Free Shipping!" It now shows $50.00 always, and the amount in the cart shows as $0.00 when logged in as a WHOLESALE customer... regular customer seems to work.
Anyone know where I need to fix this?
Thanks
Re: DUAL Pricing version 2
I absolutely love this mod! I am having one problem with it though. I installed the dual pricing_1_3-beta3 version and all seems to be working find on the customer side, but when I am in admin and try to duplicate a product, I get the following error...
1136 Column count doesn't match value count at row 1
in:
[insert into zen_products_attributes values (0, '419', '2', '1', '0.0000', '', '0', '0', '0', '+', '1', '0', '0', '', '0', '0.0000', '0.0000', '0.0000', '0.0000', '0.0000', '', '', '0.0000', '0', '0.0000', '0', '0')]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
I am able to copy the product as a link in another category. It also actually copies the duplicate product, but the problem is that it does not copy the attributes.
Re: DUAL Pricing version 2
I have recently installed the mod and it's working great.. I am having a problem though with the legend displaying twice in the admin section when i go to add a new product or category... I searched the forum and found one instance of another user having this problem but no solution.. Is this common or does anyone have any advice on how to fix it? thanks for the help!
Re: DUAL Pricing version 2
easy, open admin, iincludes, category_product_listing.php
and delete the code
Code:
<td><table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="smallText" align="center" width="100"><?php echo TEXT_LEGEND; ?></td>
<td class="smallText" align="center" width="100"><?php echo TEXT_LEGEND_STATUS_OFF . '<br />' . zen_image(DIR_WS_IMAGES . 'icon_red_on.gif', IMAGE_ICON_STATUS_OFF); ?></td>
<td class="smallText" align="center" width="100"><?php echo TEXT_LEGEND_STATUS_ON . '<br />' . zen_image(DIR_WS_IMAGES . 'icon_green_on.gif', IMAGE_ICON_STATUS_ON); ?></td>
<td class="smallText" align="center" width="100"><?php echo TEXT_LEGEND_LINKED . '<br />' . zen_image(DIR_WS_IMAGES . 'icon_yellow_on.gif', IMAGE_ICON_LINKED); ?></td>
</tr>
</table></td>
seems the author included the legend but it's already provided by zen.
Re: DUAL Pricing version 2
works like an absolute charm! thanks so much for your help.. now my next question is in regards to the images the contribution provides.. appears to be grey and orange icons for use in a legend somewhere.. do you have any idea where because i certainly am not seeing their use..
thanks again for your help with that!!!
Quote:
Originally Posted by
SysFix
easy, open admin, iincludes, category_product_listing.php
and delete the code
Code:
<td><table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="smallText" align="center" width="100"><?php echo TEXT_LEGEND; ?></td>
<td class="smallText" align="center" width="100"><?php echo TEXT_LEGEND_STATUS_OFF . '<br />' . zen_image(DIR_WS_IMAGES . 'icon_red_on.gif', IMAGE_ICON_STATUS_OFF); ?></td>
<td class="smallText" align="center" width="100"><?php echo TEXT_LEGEND_STATUS_ON . '<br />' . zen_image(DIR_WS_IMAGES . 'icon_green_on.gif', IMAGE_ICON_STATUS_ON); ?></td>
<td class="smallText" align="center" width="100"><?php echo TEXT_LEGEND_LINKED . '<br />' . zen_image(DIR_WS_IMAGES . 'icon_yellow_on.gif', IMAGE_ICON_LINKED); ?></td>
</tr>
</table></td>
seems the author included the legend but it's already provided by zen.