Page 91 of 169 FirstFirst ... 41818990919293101141 ... LastLast
Results 901 to 910 of 1681
  1. #901
    Join Date
    Jul 2005
    Location
    Wales, UK
    Posts
    382
    Plugin Contributions
    1

    Default Re: Dynamic Price Updater

    Hi moesoap

    It's not working for music? Hmm, that's odd... I've never really tested there... Do you have a URL so I can take a look?

    Dan

  2. #902
    Join Date
    Mar 2010
    Posts
    251
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Sorry Dan I don't have a direct link as it's on localhost.

    If I price via attributes in music, no price displays, it just says YOUR PRICE: Also Product Prices Second doesnt display.

    Works great on the normal Product_info_display

    Is there any files i can attach that might help?

    Thanks.
    Last edited by moesoap; 17 Nov 2011 at 01:34 PM. Reason: addition

  3. #903
    Join Date
    Jul 2005
    Location
    Wales, UK
    Posts
    382
    Plugin Contributions
    1

    Default Re: Dynamic Price Updater

    Hi moesoap

    I see the problem now... Didn't consider that... Easy fix... Copy the file jscript_ajax_updater.php from /includes/modules/pages/product_info to /includes/modules/pages/product_music_info/

    And that should do it... Let me know how you get on

    Dan

  4. #904
    Join Date
    Feb 2011
    Posts
    16
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Quote Originally Posted by Chrome View Post
    Hi all

    Gangees, I have updated the Updater to handle some sales, but I'm not certain if the salemaker is covered... Any chance you can give it a try and let me know your findings?
    Thanks for quick response Chrome, I am running a sale using the salemaker and the price updater works very well, please click here to see. Click the next button through products 1 - 4 to see it in action.

    I would just like the "Save: 15% off" text to remain, together with the old price with the strikethrough, instead of it appearing briefly then vanishing.

    Thank for any help!

  5. #905
    Join Date
    Mar 2010
    Posts
    251
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Quote Originally Posted by Chrome View Post
    Hi moesoap

    I see the problem now... Didn't consider that... Easy fix... Copy the file jscript_ajax_updater.php from /includes/modules/pages/product_info to /includes/modules/pages/product_music_info/

    And that should do it... Let me know how you get on

    Dan
    Hi Dan,

    It hasn't made any difference. I'll check the other 3 files to see if product_info_display is specifically mentioned.

    I know it's difficult to fix without a link.

    Thanks.

  6. #906
    Join Date
    Mar 2010
    Posts
    251
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Quote Originally Posted by moesoap View Post
    Hi Dan,

    It hasn't made any difference. I'll check the other 3 files to see if product_info_display is specifically mentioned.

    I know it's difficult to fix without a link.

    Thanks.
    Dan,

    I have two files in my product_info. The first is jscript_ajax_updater.php and the other is jscript_updater.php

    They both have the following commands which seems to be related to Product General and not Product Music.

    PHP Code:
    function init() { // discover the selects that are required to adjust the main price
        
    var centre document.getElementById('productGeneral'); 
    I copied both those files to product_music_info and I tried changing this to productMusic however it didnt make any difference.

    Sorry I am not a coder :)

  7. #907

    Default Re: Dynamic Price Updater

    I am having the same trouble as gangees. I have added specials http://frompropertorocker.com/index....roducts_id=893 and they show up just fine but on the sales it doesn't show up right in the product description page.

    Here is an example: http://frompropertorocker.com/index....roducts_id=581

    You can see it when you go that page that it quickly shows a slash and then the sale price (like it's supposed to ) but then it vanishes and you just see the price (once it's done loading). The price that shows is the sale price.

    I hope that made sense lol.

    Thanks!

  8. #908
    Join Date
    Jul 2009
    Posts
    122
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Hi Dan hows things?

    I can see you have been really busy with DPU :).

    I was wondering though before I try installing and using it again if you ever managed to fix the error in the log files as posted here:

    http://www.zen-cart.com/forum/showpo...&postcount=791

    Quote Originally Posted by CybaGirl View Post
    Hi Dan,

    Just checked my error logs today and it seems I am getting the exact same error that Amy was getting in her quoted post above and your reply in which you replied with the above.

    Like Amy everything seems to be working fine apart from this error appearing in the error log which is as follows:

    Code:
    [17-Jul-2011 11:48:27] PHP Warning:  reset() [<a href='function.reset'>function.reset</a>]: Passed variable is not an array or object in /home/my_site/public_html/includes/classes/dynamic_price_updater.php on line 194
    [17-Jul-2011 11:48:27] PHP Warning:  Variable passed to each() is not an array or object in /home/my_site/public_html/includes/classes/dynamic_price_updater.php on line 195
    Now on lines 194 and 195 it states the following.

    Code:
            reset($this->_shoppingCart->contents[$this->_post['products_id']]['attributes']);
            while (list($option, $value) = each($this->_shoppingCart->contents[$this->_post['products_id']]['attributes'])) {
    So I am wondering if by any chance you have had the time to figure out what is causing this error and how to fix it?

    Thanks.

    PS: Still haven't had time to check the tax fix yet but haven't forgotten about it and will look into it very soon :).


    It also seems there is another fellow having this same issue as per his recent post a couple pages back.

    http://www.zen-cart.com/forum/showpo...&postcount=860

    Quote Originally Posted by siliconbug View Post
    I keep getting the same problem as post #791.
    Code:
    PHP Warning:  reset() expects parameter 1 to be array, null given in /includes/classes/dynamic_price_updater.php on line 197
    PHP Warning:  Variable passed to each() is not an array or object in /includes/classes/dynamic_price_updater.php on line 198
    Do I miss any fix in this thread?
    If you can let me know if this issue has been resolved when you get a spare moment that would be great :).

    Thanks.


  9. #909
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,264
    Plugin Contributions
    3

    Default Re: Dynamic Price Updater

    Quote Originally Posted by Chrome View Post
    Hi all

    Schoolboy, I'm not familiar with that module so I'm afraid I couldn't tell you how the Updater would react with it... If you want to try the Updater on your site and if it does blow up then the Updater can easily be disabled by prefixing an underscore before the script filename... Give it a try and let me know how you get on
    Prior to my earlier posting, I loaded the mod (we use it on a few other sites). This time, we had the Incl/Excl Tax mod installed.

    The Dynamic Pricing mod worked, but returned only the PRIMARY price - (in this case the EXCL TAX) price. The SECONDARY price (where tax is INCL) was no longer visible.

    I don't know how difficult/easy it would be to get the mod to look at BOTH prices, and update them... possibly a bit of a challenge, because increment on the TAX INCL price would also have to factor in the user's tax rate...
    20 years a Zencart User

  10. #910
    Join Date
    Sep 2005
    Posts
    460
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    If we have a different stock for different attributes, can we also dynamically get visible the amount of different items like the price goes with this module?
    I may be blond but at least I found Zen.

 

 

Similar Threads

  1. v151 Help with dynamic price updater
    By anderson6230 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 23 Jul 2014, 08:52 AM
  2. v139h Dynamic Price Updater 3.0 Help!
    By Newbie 2011 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 12 Mar 2014, 06:46 AM
  3. Dynamic Price Updater Error
    By Inxie in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 26 Oct 2012, 06:19 PM
  4. Alternative to Dynamic Price Updater?
    By thebigkick in forum General Questions
    Replies: 0
    Last Post: 9 Jul 2012, 11:41 PM
  5. Dynamic Price Updater with href
    By maxell6230 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 1 Mar 2012, 12:34 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR