Page 71 of 169 FirstFirst ... 2161697071727381121 ... LastLast
Results 701 to 710 of 1681
  1. #701
    Join Date
    Aug 2009
    Location
    Carmi, IL
    Posts
    354
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    I have to say this is an extremely useful add-on for me. Thank you so very much for all of your hard work Dan. I truly appreciate it.

    Perkiekat
    Zen Cart user all the way for online stores!

  2. #702
    Join Date
    Aug 2010
    Posts
    8
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Hi all,

    I am a pretty new Zenner, neither really familiar with php coding nor a native English - so please appologize my confuse writing. I have successfully installed your contribution DPUv2_MTC and it works extraordinarily well for Zencart 1.38a and 1.39g (english and german versions tested). Albeit there is a slight deviation from the correct price calculated, as posted earlier - when TAX is shown in the store and admin area. You can certainly circumvent this problem by applying the mod described within this thread: twice ' limit 1' to ' limit 0' in the dynamic_price_updater.php.

    Now I am trying to get another mod running within my site - product attribute grid. This will enable to select another option type: grid, which places quantity boxes for each attribute. Hence, somebody can simultaneously select products offered in eg. different colors. This mod is very crucial for me, but fails to be compatible with the DPUv2_MTC. I suppose, the DPU uses the ordinary quantity field to calculate its prices - can somebody suggest a solution to this problem?

    Thanks for your time and effort,
    sincerely Stevie

  3. #703
    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

  4. #704
    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

  5. #705
    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

  6. #706
    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

  7. #707
    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.

  8. #708
    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.

  9. #709
    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

  10. #710
    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

 

 

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