Zen Cart Logo
Forums / All Other Contributions/Addons / Dynamic Price Updater

Dynamic Price Updater

Views: 342,337

Results 961 to 980 of 1,701
26 Feb 2012, 1:24 PM
#961
k1979 avatar

k1979

New Zenner

Join Date:
Dec 2010
Posts:
29
Plugin Contributions:
0

Dynamic Price Updater

Hi.
Thank you Chrome for your great mod.
And I'm keeping my fingers crossed for your quick recovery.

HeathenMagic:

Hi Dan,

I was using CSS / Javascript loader by Yellow1912. It uses minify technology, and disabling this made your mod work and something else work.

I was wondering, is there a way to display the price for sold out items? I see that it goes to 'Your Price: 0.00'. Just curious.

James

Does anyone find the way to avoid 'Your Price: 0.00'?

28 Feb 2012, 4:30 PM
#962
cybagirl avatar

cybagirl

Zen Follower

Join Date:
Jul 2009
Posts:
119
Plugin Contributions:
0

Re: Dynamic Price Updater

perkiekat:

Has anyone found the solution to this error:

PHP Warning: Variable passed to each() is not an array or object in /home/xxxxxx/public_html/includes/classes/dynamic_price_updater.php on line 198

Line 198 reads like this:

    while (list($option, $value) = each($this->_shoppingCart->contents[$this->_post['products_id']]['attributes'])) {

Any suggestions or a fix would greatly be appreciated.

Thanks

I mentioned this same error a few months ago. Dan said that he created a fix but has since lost the files and unfortunately I wasn't made aware of the fix files otherwise I would have a copy of them to share with you.

Hopefully he will be better soon and will be able to continue his work on this fantastic mod and these issues will be resolved.

I must say that I am very surprised at the small amount of people who seem to have this same issue. Or perhaps they are not checking their error logs so they are unaware of it?

Either way I hope Dan gets better soon and is able to remember what he did so this mod can be fixed.

29 Feb 2012, 3:42 PM
#963
asimms1 avatar

asimms1

New Zenner

Join Date:
Dec 2007
Posts:
42
Plugin Contributions:
0

Re: Dynamic Price Updater

A just spent 30 minutes researching this thread and I think I might be missing the forest for the trees. Could someone quickly tell me how to set up price tiers for product quantities. I've installed this contribute, but I can't find anywhere to set this up. Thanks... I'm obviously missing something obvious...:frusty:

4 Mar 2012, 7:17 PM
#964
cisi avatar

cisi

New Zenner

Join Date:
Dec 2011
Posts:
19
Plugin Contributions:
0

Re: Dynamic Price Updater

I would like to say a great thank you to Dan for this very useful contribution !! really really nice.
I've installed the DPU with msrp support. It works partially good. As you can see here : http://www.fantozzi.net/arredoshop/ada-lx-poltrona-direzionale-ufficio-offerta-p-21.html , If no attributes selected, the normal price, discont and final, are ok . If you select a "pay attribut", the discount decrease, because the normal price remain as the attribute would not exist (sorry for my english, hope i've been clear). There is a solution on it ?? Thanx again Chrome !!
Bye !
Francesco

15 Mar 2012, 12:30 PM
#965
vaishali avatar

vaishali

New Zenner

Join Date:
Nov 2011
Location:
London, United Kingdom
Posts:
13
Plugin Contributions:
0

Re: Dynamic Price Updater

Hi,

This is great module and it is really what i wanted in my website. But after installing it I got some problem with it. I can see "Your Price : £213.44(1)" two times on my product info page. Please refer attached image to get more idea.

Any help in this would very appreciated. I am new to zen cart and I tried my best to solve this problem from last two days but couldn't find solution on this.

Many thank,
Vaishali

15 Mar 2012, 2:41 PM
#966
cisi avatar

cisi

New Zenner

Join Date:
Dec 2011
Posts:
19
Plugin Contributions:
0

Re: Dynamic Price Updater

Chrome:

Hi countrycharm

Try this: find line #36 in /includes/modules/pages/product_info/jscript_ajax_updater.php ```
var _secondPrice = 'cartAdd';

> And change it to: ```
var _secondPrice = false;

Let me know how it goes :smile:

Dan

Try this !

15 Mar 2012, 5:22 PM
#967
vaishali avatar

vaishali

New Zenner

Join Date:
Nov 2011
Location:
London, United Kingdom
Posts:
13
Plugin Contributions:
0

Re: Dynamic Price Updater

thanks a lot...it works...omg i'm damn happy... :smile:

16 Mar 2012, 2:18 AM
#968
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,682
Plugin Contributions:
56

Re: Dynamic Price Updater

perkiekat:

Has anyone found the solution to this error:

PHP Warning: Variable passed to each() is not an array or object in /home/xxxxxx/public_html/includes/classes/dynamic_price_updater.php on line 198

Line 198 reads like this:

    while (list($option, $value) = each($this->_shoppingCart->contents[$this->_post['products_id']]['attributes'])) {

Any suggestions or a fix would greatly be appreciated.

Thanks

Around this entire block (and the reset before it) check to see if this piece of data truly is an array, i.e.

if (is_array($this->_shoppingCart->contents[$this->_post['products_id']]['attributes'])) {
reset ...
while ...
...

}

19 Mar 2012, 2:36 PM
#969
bigstore avatar

bigstore

New Zenner

Join Date:
Jan 2012
Posts:
63
Plugin Contributions:
0

Re: Dynamic Price Updater

Installed this. Looks promising although I'm getting a "Status Returned = Not Found" error on every product page.

Anyone know how to fix this?

thanks

19 Mar 2012, 2:43 PM
#970
bigstore avatar

bigstore

New Zenner

Join Date:
Jan 2012
Posts:
63
Plugin Contributions:
0

Re: Dynamic Price Updater

Cookiepus:

Well, i've installed the files ok,
read through the readme,
and.....nothing
am i missing something? :dontgetit

Cookiie

hey cookie looks like you got it working. What was the solution?

19 Mar 2012, 6:03 PM
#971
bigstore avatar

bigstore

New Zenner

Join Date:
Jan 2012
Posts:
63
Plugin Contributions:
0

Re: Dynamic Price Updater

bigstore:

Installed this. Looks promising although I'm getting a "Status Returned = Not Found" error on every product page.

Anyone know how to fix this?

thanks

ok I figured it out.

i neglected to upload dpu_ajax.php to the server.

19 Mar 2012, 6:10 PM
#972
bigstore avatar

bigstore

New Zenner

Join Date:
Jan 2012
Posts:
63
Plugin Contributions:
0

Re: Dynamic Price Updater

I've detected another issue. It seems to be displaying the wrong price.

I have Ultimate Cross Sell installed as well and it looks like it is displaying the price of the Related Products.

19 Mar 2012, 6:13 PM
#973
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: Dynamic Price Updater

bigstore:

I've detected another issue. It seems to be displaying the wrong price.

I have Ultimate Cross Sell installed as well and it looks like it is displaying the price of the Related Products.

Until now I was unable to figure out what was causing this, but I have have same problem

19 Mar 2012, 6:51 PM
#974
bigstore avatar

bigstore

New Zenner

Join Date:
Jan 2012
Posts:
63
Plugin Contributions:
0

Re: Dynamic Price Updater

Design75:

Until now I was unable to figure out what was causing this, but I have have same problem

I've looked everywhere for a solution to this and haven't found one. I'm guessing there is a javascript issue somewhere.

19 Mar 2012, 9:38 PM
#975
bigstore avatar

bigstore

New Zenner

Join Date:
Jan 2012
Posts:
63
Plugin Contributions:
0

Re: Dynamic Price Updater

Chrome:

I've updated the updater to handle previously set attributes (e.g. a customer clicking from their shopping cart)... As before the updater doesn't care where its values come from; it just 'reads' the page (sorta)

I'm thinking this is the reason it doesn't play nice with the Ultimate Cross Sell plugin. For myself, at least, DPU keeps wanting to use the price of the very last listed item within my Ultimate Cross Sell plugin as the products price. The delay is about 2 seconds after the page load.

Is there a way to get DPU to target values within a certain DIV?

cheers

20 Mar 2012, 4:43 PM
#976
bigstore avatar

bigstore

New Zenner

Join Date:
Jan 2012
Posts:
63
Plugin Contributions:
0

Re: Dynamic Price Updater

fired up firebug and tried to debug. here is a screeny of a post and response from the ajax.

Post

Response

20 Mar 2012, 4:55 PM
#977
bigstore avatar

bigstore

New Zenner

Join Date:
Jan 2012
Posts:
63
Plugin Contributions:
0

Re: Dynamic Price Updater

So here is what it looks like:

23 Mar 2012, 5:29 PM
#978
jwduke3d avatar

jwduke3d

New Zenner

Join Date:
Dec 2011
Posts:
13
Plugin Contributions:
0

Re: Dynamic Price Updater

bigstore:

I've detected another issue. It seems to be displaying the wrong price.

I have Ultimate Cross Sell installed as well and it looks like it is displaying the price of the Related Products.

I have this same issue however on at least one product it continues to display the correct price. I am still trying to pinpoint what would cause one product to work with upsell and one not to.

23 Mar 2012, 5:53 PM
#979
bigstore avatar

bigstore

New Zenner

Join Date:
Jan 2012
Posts:
63
Plugin Contributions:
0

Re: Dynamic Price Updater

jwduke3d:

I have this same issue however on at least one product it continues to display the correct price. I am still trying to pinpoint what would cause one product to work with upsell and one not to.

wierd. I'm pretty sure the javascript is looking for the product_id in the xml data but it's not exactly pulling from the correct one.

23 Mar 2012, 9:09 PM
#980
rliddle avatar

rliddle

New Zenner

Join Date:
Apr 2009
Posts:
50
Plugin Contributions:
0

Re: Dynamic Price Updater

I seem to have a conflict with my authorize.net and dynamic price updater. Happened when I moved cart from one host to another. The answer seems to uninstall dynamic price updater. How do I do that?

using: v1.3.9h