Jump to content

dansmiddy

Members
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • Activity
    User/Merchant

dansmiddy's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Here is the code I currently have <span id="our_price_display" class="price" itemprop="price" content="{$productPrice}">{convertPrice price=$productPrice|floatval}</span> <br> <div style="font-size:small" >{convertPrice price=$product->getPrice(true, $smarty.const.NULL, 2)} {l s='inc VAT'}</div> It works perfectly showing the price without VAT above inc VAT in small, This is until you use combinations and increase the price from combinations. http://www.ezecoms.co.uk/voip/18-basic-business-voip-solution.html#/50-contract-36_months See this link. Any idea on how to fix this?
  2. I found the code I want just for other people. {if $category->id == 14 } <div style="font-size:medium" >{l s='Monthly'}</div> {else} {/if} This works on V1.6.1.12 just need to adapt my products to suit this code
  3. A little help please, On the product page, I am trying to show text only if it has a selected attribute. My current Attributes ID 1 - Contract Values ID 48 - 12 Months ID 49 - 18 Months ID 25 - 24 Months ID 50 - 36 Months I've seen on the forum this code <span class="price" style="display: inline;">{if $product.id_product_attribute}{l s='from'}{/if} {convertPrice price=$product.price}</span> But what i want is something along the lines if product attribute is equal to ID 1 (Contract) then display text such and such. Any help? Kind Regards
  4. Hi, sorry for the delay in replying, So I sell Telecoms, ie mobile contracts, I want to be able to show the CMR an upfront cost and a monthly cost. I need to be able to use combinations to adjust this, ie if a customer selects more data usage, then I need it to adjust. I don't need to actually take payment every month, this is handled completely different by direct debit.
  5. Hi thanks for reply, Ive looked at price rules, by what i can see, thats just a reduction, doesnt allow me what i need
  6. Im setting up a mobile telecoms website. I need to be able to quote upfront costs and monthly costs. similar websites www.carphonewaehouse.com , www.buymobiles.net and other telecoms websites. is this able to do with prestashop? Ive tried to play with a few settings, but seems like a bigger task then i thought. Any ideas, help or anything like that? Thanks
  7. Hi there, My business is mainly selling mobile phone contracts. instead of having cart total, i need upfront cost and a monthly cost total. now changing cart total to upfront cost is easy enough, by searching through the .tpl flies and changing. im just wondering how difficult would it be to add a monthly cost to a product if i want to. any ideas?
×
×
  • Create New...