Results 1 to 10 of 1684

Threaded View

  1. #11
    Join Date
    Apr 2008
    Posts
    31
    Plugin Contributions
    0

    Idea or Suggestion Re: Dynamic Price Updater

    Ok, guys, just for the upgrade, I post here an update of the code. Still very Beta working on it... (attributes with both one-time prices and normal prices doesn't yet work).

    For it to work, you have also to include:

    Code:
    	foreach($quantityDiscounts as $key=>$quantityDiscount) {
    
        //calculations for the js code
        $js_quantity_discount[] = array( 
        												'qty' =>trim( $quantityDiscount['show_qty'], "+" ), 
        												'price' =>trim( $currencies->display_price($quantityDiscount['discounted_price'], zen_get_tax_rate($products_tax_class_id)), "$" ) 
        											);
      }
        //output for the js code
        echo '<div id="js_qty_discount">';
        foreach ($js_quantity_discount as $k=>$current_discount){
        	echo  $current_discount['qty'] . "," . $current_discount['price'] . ";";
        }
        echo '</div>';

    on the tpl_modules_products_quantity_discounts.php file

    Right now not much time to explain, so I will check later.

    Again, thanks you all and Chrome for the base mod...

    will be working on this...
    Attached Files Attached Files
    Last edited by arielon; 15 Jun 2008 at 10:57 PM. Reason: adding details

 

 

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