Results 1 to 10 of 1684

Hybrid View

  1. #1
    Join Date
    Nov 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Hello,

    I spoke too soon. I am having one problem that I cannot figure out.

    All my Attribute Values add up correctly when selected but my base price which is selected under one of the attributes is not carried over to the checkout.

    Not sure if this make sense but basically the checkout price is everything selected minus the designated base price.

    Any suggestions ?

    Thanks,

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

    Default Re: Dynamic Price Updater

    Hi all

    And firstly I'm really sorry I've been so negligent of the thread... I've been swamped, but I know there's no excuse

    Thanks Matt for that excellent piece of information... I've never installed Lightbox nor considered it to be an issue so I'd never have spotted it... Good call

    Sarah, I'm sorry the mod still doesn't support sale items

    Still Crazy, great idea! I'll try to build that in

    Pinwest, can you provide a URL for me to have a look at? You can PM it to me if you prefer

    Thanks to all for your support... Over the next few days (honest this time) I'm going to start a redesign, hopefully with the help of Snorkpants

    Dan

  3. #3
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Dynamic Price Updater

    Hi Dan,

    Does this work with 1.3.8? I have the file uploaded and when I change the attribute I get something like this:
    Your price: undefined30.00undefined (1)
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  4. #4
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Dynamic Price Updater

    BTW, here goes the debug:

    Code:
    SP Onload: Type: always
    updSP: Price node cloned!
    updSP: Node inserted successfully
    updSP: Duplicating price, by jove!
    Onload quantity: Cart add INPUT discovered (1)
    Onload base price: Price found: 95
    Onload SELECT: Name - id[14] : ID - attrib-14
    Onload SELECT: Name - id[15] : ID - attrib-15
    Onload SELECT: Name - id[20] : ID - attrib-20
    Onload SELECT: Name - id[12] : ID - attrib-12
    Onload SELECT: Name - id[10] : ID - attrib-10
    Onload RAD/CH: Name - id[10] : ID - attrib-10
    Onload RAD/CH: Name - id[10] : ID - attrib-10
    Onload RAD/CH: Name - id[10] : ID - attrib-10
    Onload RAD/CH: Name - id[10] : ID - attrib-10
    Onload RAD/CH: Name - id[10] : ID - attrib-10
    Onload RAD/CH: Name - id[10] : ID - attrib-10
    Onload RAD/CH: Name - id[10] : ID - attrib-10
    Onload RAD/CH: Name - id[10] : ID - attrib-10
    Onload RAD/CH: Name - id[10] : ID - attrib-10
    Onload RAD/CH: Name - id[10] : ID - attrib-10
    Onload RAD/CH: Name - id[10] : ID - attrib-10
    Onload RAD/CH: Name - id[10] : ID - attrib-10
    Onload RAD/CH: Name - id[10] : ID - attrib-10
    Onload RAD/CH: Name - id[10] : ID - attrib-10
    Onload RAD/CH: Name - id[10] : ID - attrib-10
    Onload RAD/CH: Name - id[10] : ID - attrib-10
    updatePrice: SELECT ID attrib-15 is now NULL
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updatePriceNow: Item: undefined - 
    updSP: Duplicating price, by jove!
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

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

    Default Re: Dynamic Price Updater

    Hi Yellow

    I haven't had a chance yet to even find a place on the server for 1.3.8 lol

    Can you post a link to the site where the Updater is? I know I always ask for this, but it can be much easier to observe the behaviour in situ

    Cheers

    Dan

  6. #6
    Join Date
    Oct 2007
    Posts
    7
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Dan, Matt,

    To correct the issue with Lightbox (assuming that is the issue) I modified the jscript_updater.php as follows:
    There are two places in the code that check if: (prArr[i] !== null)
    I changed these two instances to: (prArr[i] == '')

    This seems to work. I have not fully tested all use cases, but so far so good.
    Dan, do you foresee any issues with using (prArr[i]=='') in place of (prArr[i]!==null)?

    Thanks,
    Clark

  7. #7
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Dynamic Price Updater

    The site:
    Edited: PM sent

    I wonder if this has anything to do with lightbox.
    Last edited by yellow1912; 12 Dec 2007 at 09:28 PM.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  8. #8
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: Dynamic Price Updater

    Quote Originally Posted by clarkjarvis View Post
    Dan, Matt,

    To correct the issue with Lightbox (assuming that is the issue) I modified the jscript_updater.php as follows:
    There are two places in the code that check if: (prArr[i] !== null)
    I changed these two instances to: (prArr[i] == '')

    This seems to work. I have not fully tested all use cases, but so far so good.
    Dan, do you foresee any issues with using (prArr[i]=='') in place of (prArr[i]!==null)?

    Thanks,
    Clark
    YES!!!!!! Thank you soooo much Clark!! That did it and now Lightbox and Updater are playing nicely together!

    Matt

  9. #9
    Join Date
    Sep 2005
    Location
    Austria
    Posts
    104
    Plugin Contributions
    6

    Idea or Suggestion Re: Dynamic Price Updater

    Quote Originally Posted by clarkjarvis View Post
    To correct the issue with Lightbox (assuming that is the issue) I modified the jscript_updater.php as follows:
    There are two places in the code that check if: (prArr[i] !== null)
    I changed these two instances to: (prArr[i] == '')
    Hi Clark & Chrome
    just to let you know that this fix is working fine for me (zen-cart 1.3.7 with lightbox). Glad to be able to use this excellent contribution now!
    Thanks!
    webchills

 

 

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