Zen Cart Logo

DUAL Pricing v2

Views: 363,368

Results 781 to 800 of 1,504
20 Apr 2011, 10:39 PM
#781
sportbiker avatar

sportbiker

Zen Follower

Join Date:
Aug 2008
Location:
Southern California
Posts:
127
Plugin Contributions:
0

DUAL Pricing v2

It seems like this problem is being worked on, but I'm not sure if there's been a fix, yet.

In short, when using Salemaker to put a sale on a category, the wholesale price is also being discounted. Is there a way to make any sale price only apply to retail ? ? ? ?

By the way - this is TRULY one of the best mods ever created. The real-world application for this is so helpful! I'm already loving it on my site! I can't believe how cool this is; especially since it offers more than just one price level. My clients are loving this!

24 Apr 2011, 4:37 AM
#782
mvstudio avatar

mvstudio

Zen Follower

Join Date:
Apr 2008
Posts:
447
Plugin Contributions:
1

Re: DUAL Pricing v2

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??

26 Apr 2011, 8:51 PM
#783
gearheadniko avatar

gearheadniko

New Zenner

Join Date:
Oct 2009
Posts:
63
Plugin Contributions:
0

Re: DUAL Pricing v2

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

28 Apr 2011, 7:07 AM
#784
irishshopper avatar

irishshopper

Zen Follower

Join Date:
Apr 2010
Location:
County Down, Northern Ireland
Posts:
302
Plugin Contributions:
0

Re: DUAL Pricing v2

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 (https://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.

1 May 2011, 1:53 PM
#785
oqcq avatar

oqcq

New Zenner

Join Date:
Apr 2011
Posts:
3
Plugin Contributions:
0

Re: DUAL Pricing v2

adam2020:

I have a problem where the wholsale customer is charged the retail amount when quantity discounts are reached.

I'm testing with ZC V1.3.9h and Dual Pricing V1-7b

Example:
Product is Retail: $29.40, Wholesale: $23.00
Quantity discounts are 4 or more = $24.50

If wholesale customer orders 1 - 3 price is $23.00 each which is correct
If wholesale customer orders 4 or more price is $24.50 each which is inccorrect

Problem is Whoelsale customer will need to order 10 or more of each product which is possible to implement but only if I can overcome this problem.

To test please see this product with a wholesale price
http://shop.adventure11.com/index.php?main_page=product_info&cPath=111_70&products_id=201

Then login with...
[email protected]
test123

I will be very thankful if anyone can help me with this problem.

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:

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'];
          }

Maybe one of those 'discount_price' references is supposed to read 'discount_price_w'.

1 May 2011, 8:15 PM
#786
hara avatar

hara

Zen Follower

Join Date:
Sep 2008
Posts:
397
Plugin Contributions:
0

Re: DUAL Pricing v2

Hi,

I can't find the installation guide on readme files.

Any real sites demo can we see?

1 May 2011, 11:39 PM
#787
gearheadniko avatar

gearheadniko

New Zenner

Join Date:
Oct 2009
Posts:
63
Plugin Contributions:
0

Re: DUAL Pricing v2

gearheadniko:

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

Obviously Twitch is full of stuff... so on we go. Anyone??????

2 May 2011, 4:01 PM
#788
hara avatar

hara

Zen Follower

Join Date:
Sep 2008
Posts:
397
Plugin Contributions:
0

Re: DUAL Pricing v2

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!

2 May 2011, 11:31 PM
#789
sportbiker avatar

sportbiker

Zen Follower

Join Date:
Aug 2008
Location:
Southern California
Posts:
127
Plugin Contributions:
0

Re: DUAL Pricing v2

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:

2 May 2011, 11:48 PM
#790
sportbiker avatar

sportbiker

Zen Follower

Join Date:
Aug 2008
Location:
Southern California
Posts:
127
Plugin Contributions:
0

Re: DUAL Pricing v2

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:

 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']);

Could that have a bearing on it?

6 May 2011, 9:03 PM
#791
kidtwist avatar

kidtwist

New Zenner

Join Date:
May 2009
Posts:
30
Plugin Contributions:
0

Re: DUAL Pricing v2

any updates on the Attributes not applying the dual pricing?

8 May 2011, 12:35 PM
#792
thekiltednation avatar

thekiltednation

New Zenner

Join Date:
Nov 2010
Posts:
6
Plugin Contributions:
0

Re: DUAL Pricing v2

I too was hoping for an update to the search for solution the the problem of retail price being handed to the shopping cart with stock with attributes is involved.

I am no php expert, but have been pouring over the code to try and find a clue, but have found nothing.

It's a great mod, just hoping we can get this pieces working.

I'll volunteer to be a test subject, if it will help.

8 May 2011, 2:59 PM
#793
ramosbacusi avatar

ramosbacusi

New Zenner

Join Date:
May 2011
Location:
canada
Posts:
2
Plugin Contributions:
0

Re: DUAL Pricing v2

This mod is just what we're looking for and is working like a dream.
Could anyone tell me or help point me in the right direction so it will show the percentage diffrence in the two displayed prices?
So it would display like:
Retail Price: £xx.xx
Wholesale Price: £xx.xx
You Save: xx%

8 May 2011, 4:51 PM
#794
hairydog avatar

hairydog

Zen Follower

Join Date:
Sep 2006
Posts:
165
Plugin Contributions:
0

Re: DUAL Pricing v2

thekiltednation:

I too was hoping for an update to the search for solution the the problem of retail price being handed to the shopping cart with stock with attributes is involved.

I'm in the same boat! It isn't clear to me how Dual Pricing is supposed to be processing wholesale prices for attributes. Clearly it is supposed to, or there wouldn't be boxes to enter then with.

Perhaps if someone could explain how it is meant to work, that would be a better starting point than having to try and work that out from scratch!

8 May 2011, 5:30 PM
#795
twitchtoo avatar

twitchtoo

Totally Zenned

Join Date:
Apr 2007
Location:
Ontario, Canada
Posts:
1,733
Plugin Contributions:
14

Re: DUAL Pricing v2

a bit more patience and some time, i have these issues fixed, just a matter of making the instructions understandable and uploading the fix. my fix will pass the price to the cart in both random user, logged in customer and logged in wholesale customer.

it's coming very soon!

Twitch.

8 May 2011, 5:56 PM
#796
hairydog avatar

hairydog

Zen Follower

Join Date:
Sep 2006
Posts:
165
Plugin Contributions:
0

Re: DUAL Pricing v2

Good news! I've got it all working, but the Attributes wholesale prices are showing in product info but not passing to the basket, and the Specials sell at the retail Special price, not the wholesale price.

What I'd really like is a slightly different price display, but I'd rather get these two issues sorted before bothering you about them!

Iain

11 May 2011, 12:06 PM
#797
hairydog avatar

hairydog

Zen Follower

Join Date:
Sep 2006
Posts:
165
Plugin Contributions:
0

Re: DUAL Pricing v2

twitchtoo:

it's coming very soon!

Are we talking hours, days, weeks or months here?

I have a store waiting to go live. If your fix isn't along soon, I guess we'll have to find a workaround.

It would be a real help to know what sort of timescale we are looking at.

11 May 2011, 12:28 PM
#798
gearheadniko avatar

gearheadniko

New Zenner

Join Date:
Oct 2009
Posts:
63
Plugin Contributions:
0

Re: DUAL Pricing v2

hairydog:

Are we talking hours, days, weeks or months here?

I have a store waiting to go live. If your fix isn't along soon, I guess we'll have to find a workaround.

It would be a real help to know what sort of timescale we are looking at.

:oops:Ease up hairydog, you have to realize the amount of FREE work being done here. My store is live and I sell to both Retail & Wholesale, so in the interim if I wish to promote (discount) a product at the retail level I offer a redemption code, it is a small effort but it works. So if widgets are on special, indicate this in it's description and write in the description "Insert redemption code 121212 for a 10% discount at checkout" Redemption's are easy to create, go admin/Gift Certificate/Coupons/Coupon Admin select insert and create your coupon. :clap:
In the mean time put in your wholesale values and adjust your wholesale customers file. The result is obvious.
This a great mod and is well worth the wait. Thanks Twitch
gearheadniko

11 May 2011, 1:22 PM
#799
hairydog avatar

hairydog

Zen Follower

Join Date:
Sep 2006
Posts:
165
Plugin Contributions:
0

Re: DUAL Pricing v2

Sorry, but that's exactly why I'm asking. There are workarounds if it will be weeks away, but if it is only going to be hours or days, I'll wait till he has uploaded the fix he says he has.

I don't want to have to put a kludge in if I don't need to. And your fix sorts out specials, but my primary need is for wholesale attribute prices, which discount codes won't resolve.

Twitch says the code is finished, so we're probably not waiting for a lot more work. If he could give an idea about how long it'll be, that would help a lot.

13 May 2011, 5:22 PM
#800
eastwin avatar

eastwin

New Zenner

Join Date:
Dec 2008
Posts:
34
Plugin Contributions:
0

Re: DUAL Pricing v2

Hello,

I am using Dual Pricing version 1.6 with ZenCart 1.3.9. After installation, everything was working fine and I entered all my products with both retail and wholesale pricing. I'm not exactly sure when it stopped working.

Here is the problem I am having:
When I go to add a new product, the wholesale price field is missing. When I access a customer profile, I can still assign wholesale status but when logged in as a wholesale customer, only the retail price shows up, though the wholesale prices are in the database.

I don't think I have added any new modules since it last worked. Could someone take a look and see if they have any ideas?

Here is a link to my site: http://sweetletterpress.com

Could it mean I need to upgrade to 1.7? Thanks in advance for your help.