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

Dynamic Price Updater

Views: 342,348

Results 1,021 to 1,040 of 1,701
7 May 2013, 3:51 PM
#1021
design75 avatar

design75

Totally Zenned

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

Dynamic Price Updater

After using this module for a long time I challenged myself in updating this module.

The changes so far:

  • moved all the defines to a language file
  • moved all configurable defines to an admin configuration
  • Added a proper side-box, this one can be switched on and of using the normal side-box configuration. The contents is still dynamically created.
  • changed the code to call the database

any ideas are welcome

7 May 2013, 4:00 PM
#1022
carbonless avatar

carbonless

Zen Follower

Join Date:
Jan 2007
Location:
Illinois, USA
Posts:
329
Plugin Contributions:
0

Re: Dynamic Price Updater

Design75:

After using this module for a long time I challenged myself in updating this module.

The changes so far:

  • moved all the defines to a language file
  • moved all configurable defines to an admin configuration
  • Added a proper side-box, this one can be switched on and of using the normal side-box configuration. The contents is still dynamically created.
  • changed the code to call the database

any ideas are welcome

We are excited to see how this will work!!

7 May 2013, 4:11 PM
#1023
nick1973 avatar

nick1973

Totally Zenned

Join Date:
Sep 2008
Location:
Cleethorpes
Posts:
1,230
Plugin Contributions:
3

Re: Dynamic Price Updater

Carbonless:

We are excited to see how this will work!!

This would be fantastic if it could calculate prices on a percentage basis as well. Perhaps something to add to your list? I found it couldn't handle percentages at all.

e.g. Product A £4.99 + attribute 1 with a percentage value of 20% = £5.99

7 May 2013, 4:17 PM
#1024
design75 avatar

design75

Totally Zenned

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

Re: Dynamic Price Updater

Here is a link to the beta version.

Use at own risk

Documentation is incomplete, but is you upload the files according to the file-structure all should be fine. The admin is registered automaticcaly

7 May 2013, 4:28 PM
#1025
design75 avatar

design75

Totally Zenned

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

Re: Dynamic Price Updater

Nick1973:

This would be fantastic if it could calculate prices on a percentage basis as well. Perhaps something to add to your list? I found it couldn't handle percentages at all.

e.g. Product A £4.99 + attribute 1 with a percentage value of 20% = £5.99
I don't think that is possible by default

7 May 2013, 6:01 PM
#1026
kevin205 avatar

kevin205

Totally Zenned

Join Date:
Dec 2012
Posts:
607
Plugin Contributions:
0

Re: Dynamic Price Updater

It would be great to have Quantity variable available for attributes (priced by attributes) before adding to cart!

Attachment 12459

ps. Made a mistake and did not include prices in the image.

20 May 2013, 4:30 PM
#1027
kamelion0927 avatar

kamelion0927

Zen Follower

Join Date:
Dec 2009
Posts:
208
Plugin Contributions:
1

Re: Dynamic Price Updater

Wow! Thanks to everyone who worked on updating this mod. The "Your Price: 0.00" was driving me up a wall but I don't know enough AJAX or Jquery to fix it. I really appreciate all the time and effort.

9 Jun 2013, 12:48 PM
#1028
ellivir avatar

ellivir

Zen Follower

Join Date:
Sep 2005
Posts:
444
Plugin Contributions:
0

Re: Dynamic Price Updater

kamelion0927:

Wow! Thanks to everyone who worked on updating this mod. The "Your Price: 0.00" was driving me up a wall but I don't know enough AJAX or Jquery to fix it. I really appreciate all the time and effort.

I noted this same "Your Price: 0.00" and tried several changes for the product data. I noted that when I put stock saldo for the product, it started calculating it correctly. Still need to check if the taxes are correct though but that is more to do with ZC standard functions, I assume.

11 Jun 2013, 11:27 AM
#1029
hubert avatar

hubert

Zen Follower

Join Date:
Mar 2005
Posts:
229
Plugin Contributions:
0

Re: Dynamic Price Updater

Hi,

Your mod is working with a customized site, however I would like to know how to set something :
when page loads, the price is shown as "Starting at:" then, a few seconds after it becomes "Your Price :".

Is tere anywhere we can set a delay for this change, even better, it would be very nice that "Your price" appears only after the customer changes something. I mean that the page stays still with "Starting at:" at the begining, and, as soon as the customer changes an attribute value, the price becomes "Your Price :".

Is there any setting to do that ?

Thanks for your help.
Regards

Hubert

11 Jun 2013, 8:56 PM
#1030
design75 avatar

design75

Totally Zenned

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

Re: Dynamic Price Updater

hubert:

Hi,

Your mod is working with a customized site, however I would like to know how to set something :
when page loads, the price is shown as "Starting at:" then, a few seconds after it becomes "Your Price :".

Is tere anywhere we can set a delay for this change, even better, it would be very nice that "Your price" appears only after the customer changes something. I mean that the page stays still with "Starting at:" at the begining, and, as soon as the customer changes an attribute value, the price becomes "Your Price :".

Is there any setting to do that ?

Thanks for your help.
Regards

Hubert

Right now that possibility is not build in, not in the current version or the planned update, but it is a good idea imo.
I was planning on releasing the update around the weekend (all there is left to do is write the updated readme).
I do not think it is very hard to add the functionality, so I will look in to it, and let you know.

9 Jul 2013, 12:41 PM
#1031
design75 avatar

design75

Totally Zenned

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

Re: Dynamic Price Updater

Version 3.0 has been submitted to the downloads

9 Jul 2013, 12:54 PM
#1032
nick1973 avatar

nick1973

Totally Zenned

Join Date:
Sep 2008
Location:
Cleethorpes
Posts:
1,230
Plugin Contributions:
3

Re: Dynamic Price Updater

Does this have the ability to calculate percentage pricing on attributes? And please can you post a link as its not available in downloads yet.

Thanks

Nick

9 Jul 2013, 1:09 PM
#1033
chrome avatar

chrome

Zen Follower

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

Re: Dynamic Price Updater

Hi

It's good to see that someone has picked up development for the Updater. Unfortunately, time is never kind to me and I've not been able to offer the support I should

Sorry for the lack of support and hopefully the Updater will live on for some time longer!

Dan

9 Jul 2013, 1:45 PM
#1034
design75 avatar

design75

Totally Zenned

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

Re: Dynamic Price Updater

Chrome:

Hi

It's good to see that someone has picked up development for the Updater. Unfortunately, time is never kind to me and I've not been able to offer the support I should

Sorry for the lack of support and hopefully the Updater will live on for some time longer!

Dan

It is a module I have often used over the years, and I thought to hopefully improve it :blush:
Time is always a limiting factor, 24 hours is not enough :laugh:

9 Jul 2013, 1:47 PM
#1035
design75 avatar

design75

Totally Zenned

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

Re: Dynamic Price Updater

Nick1973:

Does this have the ability to calculate percentage pricing on attributes? And please can you post a link as its not available in downloads yet.

Thanks

Nick

Sorry, not in this version. One step at a time. I also do not know how to implement this at this time since Zen Cart does not support percentage attribute, by my knowledge

23 Jul 2013, 5:34 PM
#1036
carbonless avatar

carbonless

Zen Follower

Join Date:
Jan 2007
Location:
Illinois, USA
Posts:
329
Plugin Contributions:
0

Re: Dynamic Price Updater

I spoke with Chris Eden about a month ago on a dynamic pricing solution and he stated that they were working on a solution that would be a true dynamic pricing calculator that would draw the price and change options based on the product selected. Since, however, we have not been able to connect with him/Absolute Solutions in the UK. Has anyone heard any other updates to this or have any additional information?

26 Jul 2013, 10:55 AM
#1037
milanjezko avatar

milanjezko

New Zenner

Join Date:
Nov 2012
Posts:
3
Plugin Contributions:
0

Re: Dynamic Price Updater

after opening the product, I added this product to the cart without I click add to cart. How to fix it?

26 Jul 2013, 11:02 AM
#1038
design75 avatar

design75

Totally Zenned

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

Re: Dynamic Price Updater

milanjezko:

after opening the product, I added this product to the cart without I click add to cart. How to fix it?

I have no idea. Do you have a link to the site?

26 Jul 2013, 12:02 PM
#1040
design75 avatar

design75

Totally Zenned

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

Re: Dynamic Price Updater

I don't think it has anything to do with DPU, but am not sure.
You have a lot of errors on your pages, including loading multiple instances of Jquery.You are also loading things between the head and the body tags.