Jump to content

siwilson

Members
  • Posts

    23
  • Joined

  • Last visited

siwilson's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi, That thread relates to a change in the header, maybe im stupid but i can't see where to add the phone number?
  2. Hi, I am trying to add the customers phone number to the pdf invoice and also to the order admin area in both the shipping and dleivery fields. I have tried to alter the Back Office > Shipping > Countries and adding phone number here but that does not seem to work, any other suggestions? Many thanks, Simon
  3. Thanks for the help, i tried that, but still no reporting in Adwords. Anyone any ideas?
  4. I have been trying to implement Google conversions in to my Prestashop store. Using Google adwords so it displays conversion data for keywords etc. I have read the analytics module instructions, but that appears to be integration through Google analytics rather than Adwords. the instructions for adding the conversion code states to include it on the page you want to track, i.e. the order confirmation page, I have added the code to the order-confirmation.tpl file but it still does not report conversions. I have searched the forum but can't find a definitive answer, can anyone help? I have attached a screen shot of the page in Adwords and code to be pasted in to the conversion page.
  5. Still not working I alter the typo of 'redution' but it still doesnt work, could you show me a working example? Thanks for all the input, really appreciated.
  6. hmm, still not displaying correctly, strange! I have attached the whole code and a screen shot of the admin {* * 2007-2011 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2011 PrestaShop SA * @version Release: $Revision: 1.4 $ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} {include file="$tpl_dir./errors.tpl"} {if $errors|@count == 0} {include file="$tpl_dir./breadcrumb.tpl"} <!-- right infos--> <div id="primary_block" class="clearfix"> {if isset($adminActionDisplay) && $adminActionDisplay} <div id="admin-action"> <p>{l s='This product is not visible to your customers.'} <input id="admin-action-product-id" value="{$product->id}" type="hidden"> <input value="{l s='Publish'}" class="exclusive" onclick="submitPublishProduct('{$base_dir}{$smarty.get.ad}', 0)" type="submit"> <input value="{l s='Back'}" class="exclusive" onclick="submitPublishProduct('{$base_dir}{$smarty.get.ad}', 1)" type="submit"> </p> <div class="clear"></div> <p id="admin-action-result"></p> <p></p> </div> {/if} <!-- left infos--> <div id="pb-right-column"> <!-- product img--> {if $have_image && !$jqZoomEnabled} <li><span id="view_full_size" class="view_full_size"> </span></li> {/if} <div id="image-block"> {if $have_image} <img src="%7B$link-%3EgetImageLink%28$product-%3Elink_rewrite,%20$cover.id_image,%20%27large%27%29%7D" {if="" $jqzoomenabled}class="jqzoom" alt="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'thickbox')}" {else}="" title="{$product->name|escape:'htmlall':'UTF-8'}" {="" if}="" id="bigpic" height="{$largeSize.height}" width="{$largeSize.width}"> {else} <img src="%7B$img_prod_dir%7D%7B$lang_iso%7D-default-large.jpg" id="bigpic" alt="" title="{$product->name|escape:'htmlall':'UTF-8'}" height="{$largeSize.height}" width="{$largeSize.width}"> {/if} </div> {if isset($images) && count($images) > 0} <!-- thumbnails --> <div id="views_block" {if="" isset($images)="" &&="" count($images)="" <="" 2}class="hidden" {="" if}=""> {if isset($images) && count($images) > 3}<span class="view_scroll_spacer"><a id="view_scroll_left" class="hidden" title="{l s='Other views'}" href="javascript:{ldelim}{rdelim}">{l s='Previous'}</a></span>{/if} <div id="thumbs_list"> <ul id="thumbs_list_frame"> {if isset($images)} {foreach from=$images item=image name=thumbnails} {assign var=imageIds value="`$product->id`-`$image.id_image`"} <li id="thumbnail_{$image.id_image}"> <a href="%7B$link-%3EgetImageLink%28$product-%3Elink_rewrite,%20$imageIds,%20%27thickbox%27%29%7D" rel="other-views" class="thickbox {if $smarty.foreach.thumbnails.first}shown{/if}" title="{$image.legend|htmlspecialchars}"> <img id="thumb_{$image.id_image}" src="%7B$link-%3EgetImageLink%28$product-%3Elink_rewrite,%20$imageIds,%20%27medium%27%29%7D" alt="{$image.legend|htmlspecialchars}" height="50" width="50"> </a> </li> {/foreach} {/if} </ul> </div> {if isset($images) && count($images) > 3}<a id="view_scroll_right" title="{l s='Other views'}" href="javascript:{ldelim}{rdelim}">{l s='Next'}</a>{/if} </div> {/if} {if isset($images) && count($images) > 1} <p class="align_center clear"> <span id="wrapResetImages" style="display: none;"> <img src="%7B$img_dir%7Dicon/cancel_16x18.gif" alt="{l s='Cancel'}" height="18" width="16"> <a id="resetImages" href="%7B$link-%3EgetProductLink%28$product%29%7D" onclick="$('span#wrapResetImages').hide('slow');return (false);">{l s='Display all pictures'}</a> </span> </p> {/if} </div> <!-- right infos--> <div id="pb-left-column"> <h1>{$product->name|escape:'htmlall':'UTF-8'}</h1> {if $product->description_short} <div id="short_description_block"> {if $product->description_short} <div id="short_description_content" class="rte align_justify">{$product->description_short}</div> {/if} {if $product->description} <p class="buttons_bottom_block"><a href="javascript:{ldelim}{rdelim}" class="button if_more_details">{l s='More details'}</a></p> {/if} <p id="product_reference" {if="" isset($groups)="" or="" !$product-="">reference}style="display: none;"{/if}> <label for="product_reference">{l s='Reference :'} </label> <span class="editable">{$product->reference|escape:'htmlall':'UTF-8'}</span> </p> </div> {/if} {if ($product->show_price AND !isset($restricted_country_mode)) OR isset($groups) OR $product->reference OR (isset($HOOK_PRODUCT_ACTIONS) && $HOOK_PRODUCT_ACTIONS)} <!-- add to cart form--> <form id="buy_block" {if="" $ps_catalog_mode="" and="" !isset($groups)="" $product-="">quantity > 0}class="hidden"{/if} action="{$link->getPageLink('cart.php')}" method="post"> {if isset($colors) && $colors} <!-- colors --> <div id="color_picker"> <p>{l s='Pick a color:' js=1}</p> <div class="clear"></div> <ul id="color_to_pick_list"> {foreach from=$colors key='id_attribute' item='color'} <li><a id="color_{$id_attribute|intval}" class="color_pick" style="background: {$color.value};" onclick="updateColorSelect({$id_attribute|intval});$('#wrapResetImages').show('slow');" title="{$color.name}">{if file_exists($col_img_dir|cat:$id_attribute|cat:'.jpg')}<img src="%7B$img_col_dir%7D%7B$id_attribute%7D.jpg" alt="{$color.name}" height="20" width="20">{/if}</a></li> {/foreach} </ul> <div class="clear"></div> </div> {/if} <!-- hidden datas --> <p class="hidden"> <input name="token" value="{$static_token}" type="hidden"> <input name="id_product" value="{$product->id|intval}" id="product_page_product_id" type="hidden"> <input name="add" value="1" type="hidden"> <input name="id_product_attribute" id="idCombination" value="" type="hidden"> </p> {if isset($groups)} <!-- attributes --> <div id="attributes"> {foreach from=$groups key=id_attribute_group item=group} {if $group.attributes|@count} <p> <label for="group_{$id_attribute_group|intval}">{$group.name|escape:'htmlall':'UTF-8'} :</label> {assign var="groupName" value="group_$id_attribute_group"} <select name="{$groupName}" id="group_{$id_attribute_group|intval}" onchange="javascript:findCombination();{if $colors|@count > 0}$('#wrapResetImages').show('slow');{/if};"> {foreach from=$group.attributes key=id_attribute item=group_attribute} <option value="{$id_attribute|intval}" {if="" (isset($smarty.get.$groupname)="" &&="" $smarty.get.$groupname|intval="=" $id_attribute)="" ||="" $group.default="=" $id_attribute}="" selected="selected" {="" if}="" title="{$group_attribute|escape:'htmlall':'UTF-8'}">{$group_attribute|escape:'htmlall':'UTF-8'}</option> {/foreach} </select> </p> {/if} {/foreach} </div> {/if} <!-- quantity discount --> {if $quantity_discounts} <div id="quantityDiscount"> <ul class="idTabs"> <h6>{l s='Quantity discount'}</h6> </ul> <p>Price reduction per bag depending on bag quantity ordered</p> {foreach from=$quantity_discounts item='quantity_discount' name='quantity_discounts'} {/foreach} {foreach from=$quantity_discounts item='quantity_discount' name='quantity_discounts'} {/foreach} <table class="std"> <tbody><tr><th>{$quantity_discount.quantity|intval} {if $quantity_discount.quantity|intval > 1} {l s='quantities'} {else} {l s='quantity'} {/if} </th></tr> <tr><td> {if $quantity_discount.price != 0 OR $quantity_discount.reduction_type == 'amount'} -{convertPrice price=($productPrice-$quantity_discount.real_value)} {else} -{$quantity_discount.real_value|floatval}% {/if} </td></tr> </tbody></table> </div> {/if} <!-- prices --> {if $product->show_price AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE} <div id="global_price"> <ul> <li> <p class="price"> {if !$priceDisplay || $priceDisplay == 2} {assign var='productPrice' value=$product->getPrice(true, $smarty.const.NULL)} {assign var='productPriceWithoutRedution' value=$product->getPriceWithoutReduct(false, $smarty.const.NULL)} {elseif $priceDisplay == 1} {assign var='productPrice' value=$product->getPrice(false, $smarty.const.NULL)} {assign var='productPriceWithoutRedution' value=$product->getPriceWithoutReduct(true, $smarty.const.NULL)} {/if} {if $product->on_sale} <img src="%7B$img_dir%7Donsale_%7B$lang_iso%7D.gif" alt="{l s='On sale'}" class="on_sale_img"> <span class="on_sale">{l s='On sale!'}</span> {elseif $product->specificPrice AND $product->specificPrice.reduction AND $productPriceWithoutRedution > $productPrice} <span class="discount">{l s='Reduced price!'}</span> {/if} {if $priceDisplay == 2} <span id="pretaxe_price"> <span id="pretaxe_price_display">{convertPrice price=$product->getPrice(false, $smarty.const.NULL)}</span> <b>{l s='tax excl.'}</b> </span> {/if} </p> {if $product->specificPrice AND $product->specificPrice.reduction_type == 'percentage'} <span id="reduction_percent_display">{l s='( - '} {$product->specificPrice.reduction*100} %{l s=')'}</span> {/if} {if $packItems|@count} {l s='instead of'} <span style="text-decoration: line-through;">{convertPrice price=$product->getNoPackPrice()}</span> {/if} {if $product->specificPrice AND $product->specificPrice.reduction} <span id="old_price" class="bold"> {if $priceDisplay >= 0 && $priceDisplay <= 2} {if $productPriceWithoutRedution > $productPrice} <span id="old_price_display">{convertPrice price=$productPriceWithoutRedution}</span> {if $tax_enabled} {if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if} {/if} {/if} {/if} </span> {/if} {if $product->ecotax != 0} {l s='include'} <span id="ecotax_price_display">{if $priceDisplay == 2}{$ecotax_tax_exc|convertAndFormatPrice}{else}{$ecotax_tax_inc|convertAndFormatPrice}{/if}</span> {l s='for green tax'} {if $product->specificPrice AND $product->specificPrice.reduction} {l s='(not impacted by the discount)'} {/if} {/if} {if !empty($product->unity) && $product->unit_price_ratio > 0.000000} {math equation="pprice / punit_price" pprice=$productPrice punit_price=$product->unit_price_ratio assign=unit_price} <p class="unit-price"><span id="unit_price_display">{convertPrice price=$unit_price}</span> {l s='per'} {$product->unity|escape:'htmlall':'UTF-8'}</p> {/if} {if $priceDisplay >= 0 && $priceDisplay <= 2} <p class="our_order_price"> <span class="our_price_display"> <span id="our_price_display">{convertPrice price=$productPrice}</span> {if $tax_enabled} {if $priceDisplay == 1}{l s='Inc VAT.'}{else}{l s='Inc VAT.'}{/if} {/if} </span> </p> {/if} {*close if for show price*} </li> </ul> </div> {/if} <div class="clear"></div> <div{if (!$allow_oosp="" &&="" $product-="">quantity <= 0) OR !$product->available_for_order OR (isset($restricted_country_mode) AND $restricted_country_mode) OR $PS_CATALOG_MODE} style="display: none;"{/if} id="add_it"> <!-- quantity wanted --> <p id="quantity_wanted_p" {if="" (!$allow_oosp="" &&="" $product-="">quantity == 0) OR $virtual OR !$product->available_for_order OR $PS_CATALOG_MODE} style="display: none;"{/if}> <input name="qty" id="quantity_wanted" class="text" value="{if isset($quantityBackup)}{$quantityBackup|intval}{else}{if $product->minimal_quantity > 1}{$product->minimal_quantity}{else}1{/if}{/if}" size="2" maxlength="3" {if="" $product-="" type="text">minimal_quantity > 1}onkeyup="checkMinimalQuantity({$product->minimal_quantity});"{/if} /> </p> <p{if (!$allow_oosp="" &&="" $product-="">quantity <= 0) OR !$product->available_for_order OR (isset($restricted_country_mode) AND $restricted_country_mode) OR $PS_CATALOG_MODE} style="display: none;"{/if} id="add_to_cart"> <input name="Submit" value="{l s='Add to cart'}" class="add_to_cart" type="submit"> <p></p> </p{if></div{if></form></div> <!-- minimal quantity wanted --> <p id="minimal_quantity_wanted_p" {if="" $product-="">minimal_quantity <= 1 OR !$product->available_for_order OR $PS_CATALOG_MODE} style="display: none;"{/if}>{l s='You must add '}<b id="minimal_quantity_label">{$product->minimal_quantity}</b>{l s=' as a minimum quantity to buy this product.'}</p> {if $product->minimal_quantity > 1} {/if} <div class="clear"></div> <!-- availability --> <p id="availability_statut" {if="" ($product-="">quantity == 0 && !$product->available_later) OR ($product->quantity != 0 && !$product->available_now) OR !$product->available_for_order OR $PS_CATALOG_MODE} style="display: none;"{/if}> <span id="availability_label">{l s='Availability:'}</span> <span id="availability_value" {if="" $product-="">quantity == 0} class="warning-inline"{/if}> {if $product->quantity == 0}{if $allow_oosp}{$product->available_later}{else}{l s='This product is no longer in stock'}{/if}{else}{$product->available_now}{/if} </span> </p> <div class="clear"></div> <!-- number of item in stock --> {if ($product->quantity <= $last_qties OR isset($combination.list))} <p id="pQuantityAvailable" {if="" $display_qties="" !="1" or="" $product-="">quantity <= 0 OR !$product->available_for_order OR $PS_CATALOG_MODE} style="display: none;"{/if}> <span id="quantityAvailable">{$product->quantity|intval}</span> <span {if="" $product-="">quantity > 1} style="display: none;"{/if} id="quantityAvailableTxt">{l s='item in stock'}</span> <span {if="" $product-="">quantity == 1} style="display: none;"{/if} id="quantityAvailableTxtMultiple">{l s='items in stock'}</span> </p> {/if} <div class="clear"></div> <!-- Out of stock hook --> <p id="oosHook" {if="" $product-="">quantity > 0} style="display: none;"{/if}> {$HOOK_PRODUCT_OOS} </p> <div class="clear"></div> <p class="warning_inline" id="last_quantities" {if="" ($product-="">quantity > $last_qties OR $product->quantity == 0) OR $allow_oosp OR !$product->available_for_order OR $PS_CATALOG_MODE} style="display: none;"{/if} >{l s='Warning: Last items in stock!'}</p> {if $product->online_only} <p>{l s='Online only'}</p> {/if} {if isset($HOOK_PRODUCT_ACTIONS) && $HOOK_PRODUCT_ACTIONS}{$HOOK_PRODUCT_ACTIONS}{/if} {/if} <div class="clear"></div> <!-- usefull links--> <ul id="usefull_link_block"> <div class="addthis_toolbox addthis_default_style "> <a href="http://www.addthis.com/bookmark.php" class="addthis_button_email"><img src="%7B$img_dir%7Demail.png" alt="email" height="16" width="16"></a> <a class="addthis_button_preferred_12"><img src="%7B$img_dir%7Ddelicious.png" alt="delicious" height="16" width="16"></a> <a class="addthis_button_preferred_6"><img src="%7B$img_dir%7Dtwitter.png" alt="twitter" height="16" width="16"></a> <a class="addthis_button_preferred_8"></a> <a class="addthis_button_preferred_10"></a> <a class="addthis_button_compact"><img src="%7B$img_dir%7Daddthis.png" alt="addthis" height="16" width="18"></a> <a class="addthis_counter addthis_bubble_style"></a> <a class="addthis_button_facebook_like" fb:like:layout="button_count" style="margin:-2px 0 0 3px; float:right;"></a> <!-- AddThis Button END --> </div> </ul> <div class="clear"></div> {if $HOOK_EXTRA_RIGHT}{$HOOK_EXTRA_RIGHT}{/if} </div> <!-- packItems --> {if $packItems|@count > 0} <div> <h2>{l s='Pack content'}</h2> {include file="$tpl_dir./product-list.tpl" products=$packItems} </div> <div class="clear" style="margin-bottom:1em"></div> {/if} <!-- confirmation --> {if isset($confirmation) && $confirmation} <p class="confirmation"> {$confirmation} </p> {/if} <!-- description and features --> {if $product->description || $features || $HOOK_PRODUCT_TAB || $attachments} <div id="more_info_block" class="clear"> <ul id="more_info_tabs" class="idTabs idTabsShort"> {if $product->description}<li><a id="more_info_tab_more_info" href="#idTab1">{l s='More info'}</a></li>{/if} {if $features}<li><a id="more_info_tab_data_sheet" href="#idTab2">{l s='Quantity / Volume'}</a></li>{/if} {if $attachments}<li><a id="more_info_tab_attachments" href="#idTab9">{l s='Download'}</a></li>{/if} {if $product->customizable}<li><a href="#idTab20">{l s='Product customization'}</a></li>{/if} {if count($categoryProducts) > 0}<li><a id="more_info_tab_more_info" href="#idTab15">{l s='we have also...'}</a></li>{/if} {if isset($orderProducts) && count($orderProducts)}<li><a id="more_info_tab_more_info" href="#idTab16">{l s='best sellers'}</a></li>{/if} {$HOOK_PRODUCT_TAB} </ul> <div id="more_info_sheets" class="sheets align_justify"> <!-- full description --> {if $product->description} <div id="idTab1" class="rte">{$product->description}</div> {/if} <!-- product's features --> {if $features} <ul id="idTab2"> {foreach from=$features item=feature} <li><span>{$feature.name|escape:'htmlall':'UTF-8'}</span> {$feature.value|escape:'htmlall':'UTF-8'}</li> {/foreach} </ul> {/if} {if $attachments} <ul id="idTab9"> {foreach from=$attachments item=attachment} <li><a href="%7B$base_dir%7Dattachment.php?id_attachment=%7B$attachment.id_attachment%7D">{$attachment.name|escape:'htmlall':'UTF-8'}</a> {$attachment.description|escape:'htmlall':'UTF-8'}</li> {/foreach} </ul> {/if} {$HOOK_PRODUCT_TAB_CONTENT} {$HOOK_PRODUCT_FOOTER} <!-- Customizable products --> {if $product->customizable} <div class="customization_block" id="idTab20"> <form method="post" action="{$customizationFormTarget}" enctype="multipart/form-data" id="customizationForm"> <p> <img src="%7B$img_dir%7Dicon/infos.gif" alt="Informations"> {l s='After saving your customized product, remember to add it to your cart.'} {if $product->uploadable_files} {l s='Allowed file formats are: GIF, JPG, PNG'}{/if} </p> {if $product->uploadable_files|intval} <h2>{l s='Pictures'}</h2> <ul id="uploadable_files"> {counter start=0 assign='customizationField'} {foreach from=$customizationFields item='field' name='customizationFields'} {if $field.type == 0} <li class="customizationUploadLine{if $field.required} required{/if}">{assign var='key' value='pictures_'|cat:$product->id|cat:'_'|cat:$field.id_customization_field} {if isset($pictures.$key)}<div class="customizationUploadBrowse"><img src="%7B$pic_dir%7D%7B$pictures.$key%7D_small" alt=""><a href="%7B$link-%3EgetUrlWith%28%27deletePicture%27,%20$field.id_customization_field%29%7D"><img src="%7B$img_dir%7Dicon/delete.gif" alt="{l s='Delete'}" class="customization_delete_icon" height="13" width="11"></a></div>{/if} <div class="customizationUploadBrowse"><input name="file{$field.id_customization_field}" id="img{$customizationField}" class="customization_block_input {if isset($pictures.$key)}filled{/if}" type="file">{if $field.required}<sup>*</sup>{/if} <div class="customizationUploadBrowseDescription">{if !empty($field.name)}{$field.name}{else}{l s='Please select an image file from your hard drive'}{/if}</div></div> </li> {counter} {/if} {/foreach} </ul> {/if} <div class="clear"></div> {if $product->text_fields|intval} <h2>{l s='Texts'}</h2> <ul id="text_fields"> {counter start=0 assign='customizationField'} {foreach from=$customizationFields item='field' name='customizationFields'} {if $field.type == 1} <li class="customizationUploadLine{if $field.required} required{/if}">{assign var='key' value='textFields_'|cat:$product->id|cat:'_'|cat:$field.id_customization_field} {if !empty($field.name)}{$field.name}{/if}{if $field.required}<sup>*</sup>{/if}<textarea type="text" name="textField{$field.id_customization_field}" id="textField{$customizationField}" rows="1" cols="40" class="customization_block_input">{if isset($textFields.$key)}{$textFields.$key|stripslashes}{/if}<textarea> </li> {counter} {/if} {/foreach} </ul> {/if} <p style="clear: left;" id="customizedDatas"> <input type="hidden" name="quantityBackup" id="quantityBackup" value="" /> <input type="hidden" name="submitCustomizedDatas" value="1" /> <input type="button" class="button" value="{l s='Save'}" onclick="javascript:saveCustomization()" /> <span id="ajax-loader" style="display:none"><img src="{$img_ps_dir}loader.gif" alt="loader" /></span> </p> </form> <p class="clear required"><sup>*</sup> {l s='required fields'}</p> </div> {/if} </div> </div> {/if} </div> {/if} <!-- Addthis -->
  7. Sorry for the delay, and thanks for your help. It still doesnt work, though i think i know why. In admin the three discount prices are set as a specifc price, not the original price minus a discount, if that makes sense?
  8. I have updated the code, but still get the discount amount, not the actual price with discount applied http://www.bark-uk.co.uk/play-bark-woodchips/20-bark-play-area.html
  9. I have still don't get the correct value maybe im stupid... Here is my code <!-- quantity discount --> {if $quantity_discounts} <div id="quantityDiscount"> <ul class="idTabs"> <h6>{l s='Quantity discount'}</h6> </ul> <p>Price reduction per bag depending on bag quantity ordered</p> <table class="std"> <tr> {foreach from=$quantity_discounts item='quantity_discount' name='quantity_discounts'} <th>{$quantity_discount.quantity|intval} {if $quantity_discount.quantity|intval > 1} {l s='quantities'} {else} {l s='quantity'} {/if} </th> {/foreach} </tr> <tr> {foreach from=$quantity_discounts item='quantity_discount' name='quantity_discounts'} <td> {if $quantity_discount.price != 0 OR $quantity_discount.reduction_type == 'amount'} -[color=#ff0000]{convertPrice price=($productPrice-$quantity_discount.real_value)}[/color] {else} -{$quantity_discount.real_value|floatval}% {/if} </td> {/foreach} </tr> </table> </div>
  10. Many thanks! I have amended the file, but i don't think it does what i need it to do? I would like the price to reflect the total price with discount, so 40 QTY would be £price minus discount amount = total price with (£6.55-£1.25 = £5.30) discount, if this makes sense?
  11. Hi Petrov, thanks for the help, but as im new to PS which file do i need to edit?
  12. Hi, thanks for the reply. I would like it to display on the product page, so that the discount prices show actual prices after discount, not just the discount amount see here http://www.bark-uk.co.uk/coloured-play-chips/45-brown-coloured-wood-chip.html
  13. How do i change the view of the discounts available for products so that it shows the total price per item with discount rather than just the discount amount?
×
×
  • Create New...