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

Dynamic Price Updater

Views: 342,342

Results 941 to 960 of 1,701
16 Dec 2011, 2:26 AM
#941
chrome avatar

chrome

Zen Follower

Join Date:
Jul 2005
Location:
Wales, UK
Posts:
392
Plugin Contributions:
0

Dynamic Price Updater

Hi all

I'm really sorry for not updating: I am suffering ill health... Although I'm not yet ready to properly resume work on the Updater I feel I have to interject at this point with a question: schoolboy, why did you not reference my sig? The DPU link has the original V1 (non-Ajax) Updater with a readme and folder structure

The 'fortunately I got hold of an old version' is available on my site as V1 and contains instructions on modifying... Nothing you do with the Updater V1 will affect your site permanently

I'm sorry I haven't been able to support the Updater as I promised; I'll get back to pace soon, I promise

Cheers

Dan

16 Dec 2011, 4:32 PM
#942
gangees avatar

gangees

New Zenner

Join Date:
Feb 2011
Posts:
16
Plugin Contributions:
0

Re: Dynamic Price Updater

:sleep: Get well soon fella

..and Merry Christmas! :cheers:

20 Dec 2011, 10:27 PM
#943
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Dynamic Price Updater

Hi Dan

Firstly... I trust you are recovering from your illness. Not pleasant when one has lots to do, and people like me adding to the stress.

Secondly... I should indeed have checked to see if the original version was available, but pressed for time I had a zip of the old one so just quicly attached that to my message (above).

When you are feeling better (and certainly after Christmas), I'll try the new ajax version again and perhaps we can work out why it's not functioning on my 1.3.9h install.

22 Dec 2011, 9:26 AM
#944
sethf avatar

sethf

Zen Follower

Join Date:
Sep 2011
Posts:
228
Plugin Contributions:
0

Re: Dynamic Price Updater

Hi

When a user is on the site, it says that they are on a page called;

mydomain.co.za/dpu_ajax.php

Is this normal?

This module is the only module on my site that uses AJAX.

Thanks for your help.
S

28 Dec 2011, 12:13 PM
#945
bluedragon avatar

bluedragon

New Zenner

Join Date:
Nov 2009
Location:
Cheshire, UK
Posts:
18
Plugin Contributions:
0

Re: Dynamic Price Updater

Hi Dan,
I hope you are feeling better now?
I have installed the price updater on my site ( www.bluedragonmartialarts.co.uk ) but it doesnt seem to work??? I have followed all the instructions in the readme file, and I have checked all the settings, I think???
Any suggestions as to what the problem could be?
Cheers
Al.

29 Dec 2011, 9:37 PM
#946
busintnet avatar

busintnet

New Zenner

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

Re: Dynamic Price Updater

Hello there

Happy Holidays, I downloaded your module and enabled SideBox feature. Everything seems to be working just fine with on exception. I have 10 options for one of my product and after selecting 5 or 6 options the sidebox is not updating and it hangs displaying processing image. Are there any limitations? If i disable sidebox your DPU mod is working just fine..

Thanks for your help.

6 Jan 2012, 10:35 AM
#947
harri avatar

harri

New Zenner

Join Date:
Oct 2010
Location:
Finland
Posts:
26
Plugin Contributions:
0

Re: Dynamic Price Updater

Hello!
Is Dynamic Price Updater compatible with zen cart 1.5? I'm planning to do an upgrade when it's confirmed to work with it.

11 Jan 2012, 1:35 PM
#948
jazzman2 avatar

jazzman2

New Zenner

Join Date:
Feb 2011
Posts:
4
Plugin Contributions:
0

Re: Dynamic Price Updater

Can anyone tell me how to make the price red?:dontgetit

13 Jan 2012, 12:02 PM
#949
sarahl avatar

sarahl

Zen Follower

Join Date:
May 2004
Location:
UK
Posts:
471
Plugin Contributions:
0

Re: Dynamic Price Updater

Hi Dan

Fab addon :) Well done

If you are still taking queries I seem to have hit the "status returned - not found" errors that have been reported before - however I cannot see the solution to this

I am using 1.3.9h
Yes I have CEON SEO module installed (as mentioned this might be the conflict?)

I tried this change

// if (_this.XHR.status == 200) {
if (_this.XHR.status == 200 || _this.XHR.status == 503) {

but that didn't help (in javascript_ajax_updater.php)

I also couldn't find yoru JS only version - I only could see the demo one that was still in test or DPV2 - which is older than the version uploaded?

Any help greatly appreciated

Thank you
Sarah

14 Jan 2012, 5:39 AM
#950
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Dynamic Price Updater

countrycharm:

Dan it works great now. There is just one problem. I'm getting a lot of error myDEBUG in my cache folder. This is what it says.

I have no idea what the errors are.

Chrome:

Hi countrycharm

I know what the errors are but I'm working on how to solve them

They should be innocuous, but I will get them sorted

Thanks!

Dan

Dan I hope you are feeling better these days. Have you figured out these errors yet. Thank You in advance.

16 Jan 2012, 9:40 PM
#951
maxell6230 avatar

maxell6230

New Zenner

Join Date:
Nov 2009
Posts:
27
Plugin Contributions:
0

Re: Dynamic Price Updater

Hi I have DPU installed and this great mod works fine but what I wanted to do was display some attributes as links (href) so when you click on one it changes the price and DPU, so I thought the easiest way would be to just change the attribute drop down and make it hidden all using this code:

<a href="javascript:void(0)" id="option1">£49.00</a>
<a href="javascript:void(0)" id="option2">£89,99</a>
<a href="javascript:void(0)" id="option3">£109.00</a>

<script> $('#option1').click(function() { $('select[name=id[2]] option[value=1]').attr('selected', 'selected'); }); $('#option2').click(function() { $('select[name=id[2]] option[value=2]').attr('selected', 'selected'); }); $('#option3').click(function() { $('select[name=id[2]] option[value=3]').attr('selected', 'selected'); }); </script>

id[2] is my attribute drop down box which changes fine but DPU does not update as I though it would any idea how I can get around this..

Thanks in advance.
Maxell

19 Jan 2012, 11:12 AM
#952
cookiepus avatar

cookiepus

Zen Follower

Join Date:
Jan 2010
Posts:
131
Plugin Contributions:
0

Re: Dynamic Price Updater

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

Cookiie

24 Jan 2012, 3:36 PM
#954
cookiepus avatar

cookiepus

Zen Follower

Join Date:
Jan 2010
Posts:
131
Plugin Contributions:
0

Re: Dynamic Price Updater

Anyone there?
:(

28 Jan 2012, 2:18 AM
#955
siliconbug avatar

siliconbug

Zen Follower

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

Re: Dynamic Price Updater

Found a new situation.:oops:

I've installed Ultimate Cross Sell module, and now DPU randomly shows the price from cross-sell items at the same page, not the "main item".

For example, the main item is $20, and cross-sell item is $10, then DPU will show the main item as $10 only. The good news is, it's still $20 when added to the shipping cart.

6 Feb 2012, 8:14 PM
#956
shockraver avatar

shockraver

New Zenner

Join Date:
Nov 2004
Posts:
47
Plugin Contributions:
0

Re: Dynamic Price Updater

Evil Rob:

Hi Guys

I am using Zen Cart 1.3.8a

I have the Vat Module Installed that is available from the Addons and Contributed Modules

This was working perfectly until i added the DPU V2 module.
(i am not complaining mind you....lol)

If you look at the link of my site below, you will see that DPU module works, but has removed the INC vat price that briefly appears. Apart from this it works perfectly.

Is a part of the problem also because there is now a 2nd price statement that appears lower in the page and seems to replace the VAT inc price and then drops lower down the page??.

http://evilempireperformance.co.uk/gto-3000gt-shop/index.php?main_page=product_info&cPath=113_125&products_id=622

I did have a problem with it working correctly on a MAC and just a ? instead of a £ on a PC in windows which a friend managed to solve by hard coding the £ sign into one of your files.

Please can anyone help me get my VAT INC price back as i am stuck and a total newbie at all this.

Cheers Rob

i know this is an old post, but i'm also trying to display the prices incl vat and excl vat, with the dynamic price updater of course :)

it briefly shows the price incl vat but then disappears...

this is the module for showing prices incl and excl vat: http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=848

13 Feb 2012, 10:12 PM
#957
snave avatar

snave

New Zenner

Join Date:
Jul 2008
Posts:
23
Plugin Contributions:
0

Re: Dynamic Price Updater

maxell6230:

Hi I have DPU installed and this great mod works fine but what I wanted to do was display some attributes as links (href) so when you click on one it changes the price and DPU, so I thought the easiest way would be to just change the attribute drop down and make it hidden all using this code:

<a href="javascript:void(0)" id="option1">£49.00</a>
<a href="javascript:void(0)" id="option2">£89,99</a>
<a href="javascript:void(0)" id="option3">£109.00</a>

<script> $('#option1').click(function() { $('select[name=id[2]] option[value=1]').attr('selected', 'selected'); }); $('#option2').click(function() { $('select[name=id[2]] option[value=2]').attr('selected', 'selected'); }); $('#option3').click(function() { $('select[name=id[2]] option[value=3]').attr('selected', 'selected'); }); </script>

id[2] is my attribute drop down box which changes fine but DPU does not update as I though it would any idea how I can get around this..

Thanks in advance.
Maxell

I am doing something very similar to this and have been pulling my hair out for the past fortnight trying to solve the update problem! I thought a simple refresh on the radio button would solve it but it doesn't seem to work!

If anyone has any idea on how to solve this that would be fantastic!

Josh

21 Feb 2012, 3:00 AM
#958
perkiekat avatar

perkiekat

Zen Follower

Join Date:
Aug 2009
Location:
Carmi, IL
Posts:
354
Plugin Contributions:
0

Re: Dynamic Price Updater

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

24 Feb 2012, 10:23 PM
#959
mike14017 avatar

mike14017

New Zenner

Join Date:
Feb 2012
Posts:
27
Plugin Contributions:
0

Re: Dynamic Price Updater

Hi

I don't think this has been posted before, I checked and nothing came up.

I was having problems with define('DPU_SHOW_CURRENCY_SYMBOLS', true);

If I used true it wouldn't update the price. If I set it to false there was no currency symbol but it updated.

To correct this I changed localization/currencies - symbol from $ to ```
$


Fingers crossed!!!

Hope this helps.

Mike
24 Feb 2012, 10:55 PM
#960
mike14017 avatar

mike14017

New Zenner

Join Date:
Feb 2012
Posts:
27
Plugin Contributions:
0

Re: Dynamic Price Updater

Hi

The above code should read & #36; without the space between the & and #

Mike