I'm having the same problem as mentioned above. Sale maker is affecting wholesale prices giving the same discounts offered to retail. This shouldn't happen. Any idea how to fix this bug??
Printable View
I'm having the same problem as mentioned above. Sale maker is affecting wholesale prices giving the same discounts offered to retail. This shouldn't happen. Any idea how to fix this bug??
Hey Twitch
Hope I didn't miss the update, any news for us on solving the Specials conflict. Thanks man we all really appreciate your effort.
Niko
Below is a query I had by mistake put up outside this thread and have been told to repost it here.
I have just installed the Dual Pricing Add on to display the prices in Euros as well as the Pounds Default.
Initially had a problem as the file product_listing.php which you have to alter was not in YOURTEMPLATE directory but in the MODULES directory.
My site (www.irishshopper.co.uk) shows the product pictures as categories on the front page but for the item shown there it only shows the pound price. Is it possible to add the Euro Price here as well as on the individual product page ?
Is it possible to have the price shown in a different colour than the Pounds price. Both are in Black and it would be god to have the Euro Price in say Green.
I had the same issue. I think the problem lies in includes/functions/functions_prices.php.
You can add a check to see if wholesaler status is true, and then call either 'discount_price' or 'discount_price_w' accordingly. AS I use 'actual price' quantity discount, I have applied this check to that part of the code only. You would have to change the code for the appropriate discount type you are using.
I havn't fully tested this fix, but it is displaying the correct price in the shopping cart so far.
I also noticed that there seems to be conditional code for each of the discount methods that do exactly the same thing whether the condition is true or false: e.g:
Maybe one of those 'discount_price' references is supposed to read 'discount_price_w'.Code:if ($products_query->fields['products_discount_type_from'] == '0') {
$discounted_price = $products_discounts_query->fields['discount_price'];
} else {
$discounted_price = $products_discounts_query->fields['discount_price'];
}
Hi,
I can't find the installation guide on readme files.
Any real sites demo can we see?
Seem like too many problems with this addon. Very dis-pointed.
If someone has successful cases, hope can post here for potential users review.
Thanks!
Well, I'm disappointed we can't figure out how to get around the Salemaker issue, but overall, this is a fantastic mod.
All we need is someone better at PHP than I am and I'm sure we can get this sorted out. If there's a way, a clue, or an idea that anyone has on how to restrict Salemaker to retail pricing only, I'm all ears.
I'm not afraid to hack and play with code, but I'm lost where to start. I've been trying for days to find the secret. Hopefully Twitch or someone else will chime in on it...:frusty:
I'm sure somone more savvy can figure this out, but it seems the display of wholesale pricing is controlled in the tpl_product_info_display for this mod.
On, or about, line 99, I found this:
Could that have a bearing on it?PHP Code:
echo $one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE : '') . zen_get_products_display_price((int)$_GET['products_id']);
any updates on the Attributes not applying the dual pricing?