Results 1 to 10 of 1684

Hybrid View

  1. #1
    Join Date
    Jan 2006
    Location
    Texas
    Posts
    70
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    I had a friend look at the code (this is for V. 98) and he came up with this, which is working and eliminated a few bugs I was having.

    I hope it helps others. :)
    Attached Files Attached Files
    Odd Bodkin Renaissance Shop (1.3.9h shop)
    http://www.oddbodkin.com

  2. #2
    Join Date
    Jun 2008
    Posts
    85
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Is there a way to make the prices adjust and calculate how much more or less a different option would be?

    example:
    Option A which costs $10 (shows -$10)
    Option B is Selected which costs $20
    Option C which costs $30 (shows +10)

    thank you,
    Steve

  3. #3
    Join Date
    May 2009
    Posts
    34
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    I had blank page issues with the cart but fixed it... it was caused by extra lines at the end of rl.vat_info.php after installing the multilingual version... now working great, thank you for the great mod.

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

    Default Re: Dynamic Price Updater

    Hi

    stevenlee: Are you talking about priced by attributes? I was under the impression that the Updater worked for that... If not please enlighten me and it can go in my ever-increasing list for V1 (proper)

    spiritcraft: Ah, yes, the old 'headers sent' error... The blank lines at the end of the file may have been causing the session headers to fail... A trick for anyone experiencing a blank page is to add the following line to index.php (before the require for application_top.php)

    Code:
    define('STRICT_ERROR_REPORTING', true);
    This should tell you the error that is occurring

    HTH

    Dan

  5. #5
    Join Date
    Jul 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Quote Originally Posted by devlyn View Post
    I had a friend look at the code (this is for V. 98) and he came up with this, which is working and eliminated a few bugs I was having.

    I hope it helps others. :)
    I might just be stupid but here it goes...

    This looks and works great for me in IE.. but in Firefox I get the price showing up twice covering over the product description with one.. I'm using Cherry Zen template...

    Any ideas??

    www.delmarvatrophy.com

    Tom

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

    Default Re: Dynamic Price Updater

    Hi

    You might want to try changing this line:

    Code:
    var _secondPrice = 'cartAdd';
    to

    Code:
    var _secondPrice = false;
    That should stop the erroneously located price display from appearing

    Dan

  7. #7
    Join Date
    Jul 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Quote Originally Posted by Chrome View Post
    Hi

    You might want to try changing this line:

    Code:
    var _secondPrice = 'cartAdd';
    to

    Code:
    var _secondPrice = false;
    That should stop the erroneously located price display from appearing

    Dan
    You my friend are a genius.. worked flawlessly.. thank you!

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

    Default Re: Dynamic Price Updater

    Happy to help

    Dan

  9. #9
    Join Date
    Jul 2007
    Posts
    21
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Hello-

    I uploaded the code to my website but the price updater seems to be working quite sporadically - I had it working once or twice and then it stopped working. Any ideas why it could be messing up?

    http://redeyecomputers.com/store/ind...&products_id=1

    Thanks

  10. #10
    Join Date
    Jul 2007
    Posts
    21
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    I got the price updater to work; however, there is an issue.

    when you select an item off the default it correctly subtracts the correct sum of money, however if you switch back to the default selected item the price does not adjust back up accordingly.

    http://redeyecomputers.com/safe/inde...&products_id=1

 

 

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

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