Page 94 of 102 FirstFirst ... 44849293949596 ... LastLast
Results 931 to 940 of 1013
  1. #931
    Join Date
    Feb 2011
    Posts
    4
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Can anyone tell me how to make the price red?

  2. #932
    Join Date
    May 2004
    Location
    UK
    Posts
    358
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Hi Dan

    Fab addon :) Well done

    If you are still taking queries I seem to have hit the "status returned - not found" errors that have been reported before - however I cannot see the solution to this

    I am using 1.3.9h
    Yes I have CEON SEO module installed (as mentioned this might be the conflict?)

    I tried this change

    // if (_this.XHR.status == 200) {
    if (_this.XHR.status == 200 || _this.XHR.status == 503) {

    but that didn't help (in javascript_ajax_updater.php)

    I also couldn't find yoru JS only version - I only could see the demo one that was still in test or DPV2 - which is older than the version uploaded?

    Any help greatly appreciated

    Thank you
    Sarah

  3. #933
    Join Date
    Jul 2007
    Posts
    1,888
    Plugin Contributions
    14

    Default Re: Dynamic Price Updater

    Quote Originally Posted by countrycharm View Post
    Dan it works great now. There is just one problem. I'm getting a lot of error myDEBUG in my cache folder. This is what it says.




    I have no idea what the errors are.
    Quote Originally Posted by Chrome View Post
    Hi countrycharm

    I know what the errors are but I'm working on how to solve them

    They should be innocuous, but I will get them sorted

    Thanks!

    Dan
    Dan I hope you are feeling better these days. Have you figured out these errors yet. Thank You in advance.

  4. #934
    Join Date
    Nov 2009
    Posts
    27
    Plugin Contributions
    1

    Default DPU Update with href

    Hi I have DPU installed and this great mod works fine but what I wanted to do was display some attributes as links (href) so when you click on one it changes the price and DPU, so I thought the easiest way would be to just change the attribute drop down and make it hidden all using this code:

    <a href="javascript:void(0)" id="option1">£49.00</a>
    <a href="javascript:void(0)" id="option2">£89,99</a>
    <a href="javascript:void(0)" id="option3">£109.00</a>

    <script>
    $('#option1').click(function() {
    $('select[name=id[2]] option[value=1]').attr('selected', 'selected');
    });
    $('#option2').click(function() {
    $('select[name=id[2]] option[value=2]').attr('selected', 'selected');
    });
    $('#option3').click(function() {
    $('select[name=id[2]] option[value=3]').attr('selected', 'selected');
    });
    </script>

    id[2] is my attribute drop down box which changes fine but DPU does not update as I though it would any idea how I can get around this..

    Thanks in advance.
    Maxell

  5. #935
    Join Date
    Jan 2010
    Posts
    131
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Well, i've installed the files ok,
    read through the readme,
    and.....nothing
    am i missing something?

    Cookiie

  6. #936
    Join Date
    Jan 2010
    Posts
    131
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater


  7. #937
    Join Date
    Jan 2010
    Posts
    131
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Anyone there?

  8. #938
    Join Date
    Apr 2009
    Posts
    44
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Found a new situation.

    I've installed Ultimate Cross Sell module, and now DPU randomly shows the price from cross-sell items at the same page, not the "main item".

    For example, the main item is $20, and cross-sell item is $10, then DPU will show the main item as $10 only. The good news is, it's still $20 when added to the shipping cart.

  9. #939
    Join Date
    Nov 2004
    Posts
    52
    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

  10. #940
    Join Date
    Jul 2008
    Posts
    23
    Plugin Contributions
    0

    Default Re: DPU Update with href

    Quote Originally Posted by maxell6230 View Post
    Hi I have DPU installed and this great mod works fine but what I wanted to do was display some attributes as links (href) so when you click on one it changes the price and DPU, so I thought the easiest way would be to just change the attribute drop down and make it hidden all using this code:

    <a href="javascript:void(0)" id="option1">£49.00</a>
    <a href="javascript:void(0)" id="option2">£89,99</a>
    <a href="javascript:void(0)" id="option3">£109.00</a>

    <script>
    $('#option1').click(function() {
    $('select[name=id[2]] option[value=1]').attr('selected', 'selected');
    });
    $('#option2').click(function() {
    $('select[name=id[2]] option[value=2]').attr('selected', 'selected');
    });
    $('#option3').click(function() {
    $('select[name=id[2]] option[value=3]').attr('selected', 'selected');
    });
    </script>

    id[2] is my attribute drop down box which changes fine but DPU does not update as I though it would any idea how I can get around this..

    Thanks in advance.
    Maxell

    I am doing something very similar to this and have been pulling my hair out for the past fortnight trying to solve the update problem! I thought a simple refresh on the radio button would solve it but it doesn't seem to work!

    If anyone has any idea on how to solve this that would be fantastic!

    Josh

 

 
Page 94 of 102 FirstFirst ... 44849293949596 ... LastLast

Similar Threads

  1. Dynamic Option Price Updating?
    By Akumaownz in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 24 Jul 2008, 09:13 PM
  2. Price Factor - adding product price
    By alibeoley in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 23 Sep 2007, 11:45 AM
  3. Price banding
    By narian in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 6 Jun 2007, 06:00 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
  •