Page 1 of 2 12 LastLast
Results 1 to 10 of 1684

Hybrid View

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

    Default Re: Dynamic Price Updater

    Hi

    Thanks Kat for your support

    Q do you have a link to your site? If you prefer you can PM it to me

    Cheers

    Dan

  2. #2
    Join Date
    Dec 2008
    Posts
    38
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Dan,
    This whs exactly what I was looking for, great job!
    One question though, how can I style the second price, and where?
    I'd like it to show the same font size as the first price.
    I see in jscript_ajax_updater.php that one can style it:
    "// adjust the second price display; create the div if necessary"
    But where do I put the div?
    I'm just puzzled as to where to put it.
    Styling using css is fine, it's just where to put the div class/div span?
    I tried a few places, but then the price disappeared altogether.

    Thanks in advance.

    And thanks for a great addon.

    Cheers
    Endre

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

    Default Re: Dynamic Price Updater

    Hi Endre

    There should be no need to go digging that deep into the code. The second price display can be styled via CSS by targeting the ID 'productPricesSecond' or if you want it to appear elsewhere on the page then you need to find this line in the code:

    Code:
    var _secondPrice = 'cartAdd';
    The 'cartAdd' portion of that code tells the Updater where to place teh second price; it's the ID of the element you would like the Updater to appear before. In this instance the second price is set to appear before the Add to cart button. You can choose any element on your page that has ID for a reference point. I recommend Firebug for Firefox (use the inspect element feature) to find the point in your page you would like the second price to appear

    Hope this helps

    Dan

  4. #4
    Join Date
    Dec 2008
    Posts
    38
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Gwych!
    Dan, you are the man!
    That worked perfectly.

    Thank you very much for the incredibly quick reply, and great help.

    Cheers
    Endre

  5. #5
    Join Date
    Jan 2010
    Posts
    21
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Hullo!

    I love me some dynamic price updating, I've been using it for a few months now, and I have never seen any issues with it on the front end. However, something must be amiss, because I'm getting these errors in my error log:

    [17-Nov-2010 14:40:16] PHP Warning: reset() [<a href='function.reset'>function.reset</a>]: Passed variable is not an array or object in /****/rainestudios.net/includes/classes/dynamic_price_updater.php on line 194
    [17-Nov-2010 14:40:16] PHP Warning: Variable passed to each() is not an array or object in /****/rainestudios.net/includes/classes/dynamic_price_updater.php on line 195


    Any idea what's going on here?

    My site is http://rainestudios.net

    Here's a few items that uses a lot of dual pricing (so you don't have to hunting around):

    http://www.rainestudios.net/index.ph...products_id=81

    http://www.rainestudios.net/index.ph...products_id=44

    Thank you so much -- love this add on!

    amy

    ps -- any known conflicts with dual pricing? I'm going to get some wholesale pricing up soon.

  6. #6
    Join Date
    Nov 2010
    Posts
    13
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    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/g...roducts_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
    Last edited by Evil Rob; 22 Nov 2010 at 04:33 PM.

  7. #7
    Join Date
    Nov 2010
    Posts
    13
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    The Vat Module is this one by the way.....

    http://www.zen-cart.com/index.php?ma...roducts_id=848

    Just in case you need to know.

    Cheers Rob

  8. #8
    Join Date
    Nov 2004
    Posts
    53
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Quote Originally Posted by Evil Rob View Post
    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/g...roducts_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?ma...roducts_id=848

  9. #9
    Join Date
    Jan 2010
    Posts
    21
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    I'm still wondering about these error messages I'm getting -- and now I've hit upon a new snag. I've searched through the thread and may have missed the answer, but I am running a sale and my sale prices show up on category listings, but once DPU kicks on on the product page, the sale price is lost. If you add the product to the cart, the full price is used and not the sale price.

    Can anyone help?

    amy
    http://raine.net

  10. #10
    Join Date
    Jan 2010
    Posts
    21
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater


 

 
Page 1 of 2 12 LastLast

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