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

Hybrid View

  1. #1
    Join Date
    May 2008
    Location
    United States
    Posts
    490
    Plugin Contributions
    1

    Default Re: Price Updater

    This is the other module I'm trying to get it to work with:
    https://www.zen-cart.com/downloads.php?do=file&id=1637

  2. #2
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Price Updater

    Quote Originally Posted by marcopolo View Post
    This is the other module I'm trying to get it to work with:
    https://www.zen-cart.com/downloads.php?do=file&id=1637
    For DPU to work on the product listing you would have to rewrite the whole DPU mod

  3. #3
    Join Date
    May 2005
    Location
    England
    Posts
    740
    Plugin Contributions
    0

    Default Re: Price Updater

    Hello there,

    Does anybody have success making this work on 1.5.5? Thanks in advance

  4. #4
    Join Date
    Nov 2011
    Posts
    15
    Plugin Contributions
    0

    Default Re: Price Updater

    Quote Originally Posted by HeathenMagic View Post
    Hello there,

    Does anybody have success making this work on 1.5.5? Thanks in advance
    This, Im receiving errors anytime I try to get to the admin after installing. This is one of the best modules, please update it.

    Code:
    [02-May-2016 21:02:51] Request URI: /sitio2/Claim-ppo-Whack/login.php?camefrom=index.php, IP address: 186.32.18.63
    #1  trigger_error(1136:Column count doesn't match value count at row 1 :: INSERT INTO configuration VALUES (NULL, 'Dynamic Price Updater Status', 'DPU_STATUS', 'false', 'Enable Dynamic Price Updater?', '38', 10, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),') ==> (as called by) /home/etechnol/public_html/sitio2/Claim-ppo-Whack/includes/init_includes/init_dpu_config.php on line 50 <==, 256) called at [/home/etechnol/public_html/sitio2/includes/classes/db/mysql/query_factory.php:167]
    #2  queryFactory->show_error() called at [/home/etechnol/public_html/sitio2/includes/classes/db/mysql/query_factory.php:139]
    #3  queryFactory->set_error(1136, Column count doesn't match value count at row 1, 1) called at [/home/etechnol/public_html/sitio2/includes/classes/db/mysql/query_factory.php:266]
    #4  queryFactory->Execute(INSERT INTO configuration VALUES (NULL, 'Dynamic Price Updater Status', 'DPU_STATUS', 'false', 'Enable Dynamic Price Updater?', '38', 10, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),')) called at [/home/etechnol/public_html/sitio2/Claim-ppo-Whack/includes/init_includes/init_dpu_config.php:50]
    #5  require(/home/etechnol/public_html/sitio2/Claim-ppo-Whack/includes/init_includes/init_dpu_config.php) called at [/home/etechnol/public_html/sitio2/includes/autoload_func.php:48]
    #6  require(/home/etechnol/public_html/sitio2/includes/autoload_func.php) called at [/home/etechnol/public_html/sitio2/Claim-ppo-Whack/includes/application_top.php:171]
    #7  require(/home/etechnol/public_html/sitio2/Claim-ppo-Whack/includes/application_top.php) called at [/home/etechnol/public_html/sitio2/Claim-ppo-Whack/login.php:9]
    
    [02-May-2016 21:02:51] PHP Fatal error:  1136:Column count doesn't match value count at row 1 :: INSERT INTO configuration VALUES (NULL, 'Dynamic Price Updater Status', 'DPU_STATUS', 'false', 'Enable Dynamic Price Updater?', '38', 10, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),') ==> (as called by) /home/etechnol/public_html/sitio2/Claim-ppo-Whack/includes/init_includes/init_dpu_config.php on line 50 <== in /home/etechnol/public_html/sitio2/includes/classes/db/mysql/query_factory.php on line 167

  5. #5
    Join Date
    Nov 2011
    Posts
    15
    Plugin Contributions
    0

    Default Re: Price Updater

    I got around those install errors, adding a ", null" in some lines then adding "sometext" in others in the code between 50 and 60 at init_dpu_config, it seems one column to add to the database was missing in those lines.
    But now I cant see how to make the plugin to work, I can see the options on the admin side, "Where to display the price", when I use "productsGeneral" which is the <h2> that contains the price text tag, I choose between the attributes I see the loading GIF but the main price doesnt change, if I leave it blank or try to set another ID(of course I create a input field or a simple text spam field with an ID first), nothing happens, even the loading GIF is not there.

    Im using Zencart 1.5.5 with responsive Sheffield blue, I had tried the default template too, it doesnt work.

    I have been using zen cart for ten years, this kind of stuff should be there by default by now, like when people select another quantity of the same product, price should be updating without the need of pressing "add to cart" button.

  6. #6
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Price Updater

    Quote Originally Posted by orochi_kyo View Post
    I got around those install errors, adding a ", null" in some lines then adding "sometext" in others in the code between 50 and 60 at init_dpu_config, it seems one column to add to the database was missing in those lines.
    But now I cant see how to make the plugin to work, I can see the options on the admin side, "Where to display the price", when I use "productsGeneral" which is the <h2> that contains the price text tag, I choose between the attributes I see the loading GIF but the main price doesnt change, if I leave it blank or try to set another ID(of course I create a input field or a simple text spam field with an ID first), nothing happens, even the loading GIF is not there.

    Im using Zencart 1.5.5 with responsive Sheffield blue, I had tried the default template too, it doesnt work.

    I have been using zen cart for ten years, this kind of stuff should be there by default by now, like when people select another quantity of the same product, price should be updating without the need of pressing "add to cart" button.
    I will be away for the major part of the day, but I will take a look at your bug tonight. Below you find the default settings

    Title Value
    Dynamic Price Updater Status true
    Dynamic Price Updater Version 3.1
    Where to display the price productPrices
    Define used to set a variable for this script cart_quantity
    Where to display the weight productWeight
    show a small loading graphic true
    Show currency symbols true
    Show product quantity false
    Where to display the second price cartAdd

  7. #7
    Join Date
    Nov 2011
    Posts
    15
    Plugin Contributions
    0

    Default Re: Price Updater

    Click image for larger version. 

Name:	DPU.jpg 
Views:	152 
Size:	17.3 KB 
ID:	16284
    This is how my config Admin looks like.

    This is an url with a product with attributes, DPU is on.
    http://etechnologycr.com/sitio2/inde...oducts_id=1581

    Thanks in advance.
    Last edited by orochi_kyo; 3 May 2016 at 10:06 AM. Reason: Forgot to add "thanks" message.

  8. #8
    Join Date
    Nov 2005
    Location
    France
    Posts
    600
    Plugin Contributions
    8

    Default Re: Price Updater

    Quote Originally Posted by Design75 View Post
    For DPU to work on the product listing you would have to rewrite the whole DPU mod
    I've seen it working on the product listing pages. I coded this site so I know it can be done.
    Go to https://www.liberro.co.uk/electronic...dvanced-vapers and then look at product Aspire Plato All in One Kit. Click the Select Options button and the attributes will pop up. Select the option to add a Mains Charger and you will see the listing price updates after you click the Finished button.
    I can't remember how much I had to do on DPU to get it working as that site has had a LOT of customisation to get attributes to display on listings.
    Slightly off the DPU topic, but it's so heavily modified that it even displays all products within sub categories on a single page, as can be seen here https://www.liberro.co.uk/ecig-liquid-uk. That took a fair bit of work too!

  9. #9
    Join Date
    Dec 2014
    Location
    Denver, CO
    Posts
    13
    Plugin Contributions
    0

    Default Re: Price Updater

    Quote Originally Posted by mc12345678 View Post
    Something to keep in mind with your attribute pricing seeing as you offer a sample of a product is the effect of any pricing "arrangement" on "published" pricing and others searching for that product based on the "base" price.

    As to posting the link, I had not. Partially because although I was trying to get everything modified merged into one branch and tested a few additional things about it. I was able to update the changes onto a test site and didn't get JS errors but I didn't totally have a chance to compare the code at that state with the original code to see if one of the issues had really been corrected or just simply "ignored".

    Anyways, I have a forked copy of what looks like the current version found at:
    https://github.com/mc12345678/Dynamic_Price_Updater
    with all of the changes I have made found at:
    https://github.com/mc12345678/Dynami...debox-possibly

    The changes include a little data sanitization and then action taken to permit "fair play" with other javascript code affecting the product_info page, and I think I have prevented one of the objSB errors related to the sidebox from becoming an issue with a default install, but could still be implemented with an appropriate code change where some additional comment was added to describe what may be necessary to use that feature.
    Hey mc12345678,
    I tried the latest fork from github: https://github.com/mc12345678/Dynami...debox-possibly
    However, the price always shows as $0... Using ZC 1.5.5a - will this work, or is there something extra I need to do?
    Thanks,
    Chris

  10. #10
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Price Updater

    Quote Originally Posted by clange View Post
    Hey mc12345678,
    I tried the latest fork from github: https://github.com/mc12345678/Dynami...debox-possibly
    However, the price always shows as $0... Using ZC 1.5.5a - will this work, or is there something extra I need to do?
    Thanks,
    Chris
    How do you have your attributes setup? Product priced by attributes? Sample page of where this issue is occurring? (can obscure the address slightly if wish).
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 
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