Page 72 of 169 FirstFirst ... 2262707172737482122 ... LastLast
Results 711 to 720 of 1681
  1. #711
    Join Date
    Jan 2010
    Posts
    21
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater


  2. #712
    Join Date
    Sep 2007
    Posts
    68
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Hi Dan,

    Thanks for the mod exactly what i wanted for a redesign of my current site which is under way at the moment. I am having some trouble getting the mod working properly though

    I have copied all the files over to the server and placed a div around the product price block with an id="productPrices" however whenever i go to a product on the site i get a popup window "Status returned - Service Unavailable" and the price does not update. The loading symbol is displayed next to the price and stays there after i exit the popup window. When a different option is selected or the quantity changed the same window appears but the price remains the same with the loading image still to its right.

    I do have the image Slimbox on the site but disabling this does not change things..

    Have tried uninstalling DPU 2 and installing the original but it wasn't quite working properly either and the newer version is more what i'm after for it.

    If you had a minute or two to take a quick look at the site it would be appreciated. If you do have time PM me your IP address as i will have to add you to the allowed list on the website maintenance setup and send you the link.


    Thanks for your time!



    Liam.

  3. #713
    Join Date
    Sep 2007
    Posts
    68
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    All sorted now with a big thanks to Dan

    Less than 10 mins after posting here Dan PM'd me and helped out to get it sorted in only a few replies


    It turns out that the site was getting a 503 error and thus opening a new window with the error message.

    If anyone else encounters the same problem they can give this a try;

    Find this line in includes/modules/pages/product_info/jscript_ajax_updater.php:
    Code:
    if (_this.XHR.status == 200) {
    It should be line 98... replace it with:
    Code:
    if (_this.XHR.status == 200 || _this.XHR.status == 503) {
    So thanks to Dan for the above fix/work around the updater is working perfectly on the site and is working alongside the Lightbox addon
    If anyone has a problem with their installation/implementation post it up here and i'm sure he will help out.




    Liam

  4. #714
    Join Date
    Nov 2007
    Posts
    32
    Plugin Contributions
    0

    red flag Re: Dynamic Price Updater

    FANTASTIC Mod! Easy to install! Very good!

    One minor issue. If I have an attribute with a One Time price add, the box works correctly, the price is correct, but it displays 2 x 0.00 for the attribute when it should be 1 x 0.00.

    I'm decent enough with PHP, so any ideas on how to quickly fix it?

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

    Default Re: Dynamic Price Updater

    Hi

    Thanks ... Do you have a link? I'll check it out

    Dan

  6. #716
    Join Date
    Nov 2007
    Posts
    32
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater


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

    Default Re: Dynamic Price Updater

    Hi

    Is there a specific product that is showing this error? All the products I've viewed seem to behave themselves

    If you need to, check out dpu_ajax.php in the site root for some display options

    Dan

  8. #718
    Join Date
    Nov 2007
    Posts
    32
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Check the 20"x24" print.

    • Price is $60.00.
    • Add one of the services (for instance, Proofing). The price will change to reflect the cost of the service. For instance, if I add the Proofing option, the the price changes to $70.00, but the Price Breakdown shows "Base Price x 1 ($70.00)" and "Proofing x 0 ($0.00)", where it should show "Base Price x 1 ($60.00)" and "Proofing x 1 ($10.00)".
    • If I change the quantity to (2), the math is correct, but I get: "Base Price x 2 ($130.00)" and "Proofing x 2 ($0.00)" where it should show "Base Price x 2 ($60.00)" and "Proofing x 1 ($10.00)"(proofing is a 1 time charge)

  9. #719
    Join Date
    Dec 2010
    Posts
    8
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Hi ,
    I have installed this price updater module in my site and it works fine.
    But i need few tweeks in that module to fit my requirement .
    I am not sure how to do it .
    Pleas guide me.

    EXample product -" dining set" .
    -> I like to add attribute as text box -EX: chair quantity (done).
    -> Added price for that text attribute -EX:$100. (done ).
    -> Now In my case dining set chair is variant -depends on people choice .
    ->So now
    I need to multiple the price for the text attribute with its value .
    EX: 4 (value entered by customer in text attribute box),then $100 x 4= $400 will be the price for this attribute .

    Please advice me how to do this?
    ->Can i pass a extra variable to your ajax file and return the value to the product as i expected .
    ->How to pass this price to the cart page?
    because i need to this calculation before add to cart right ?
    Add to cart page didn't accept the price from the product info page right?


    Please advice me .
    Atleast point to the right file.

  10. #720
    Join Date
    Jan 2011
    Posts
    22
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Hi,

    i just installed the newest version of DPU and for some reason the "Your Price $xxx.xx" is appearing twice. one where i have specified and another in the attributes between the add to basket and the last attribute. how ever when i look at the source code the second price is no where to be found.

    address is Click here to see what i am talking about

 

 

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