carosbella Posted February 12, 2012 Share Posted February 12, 2012 hello, Can i know how does prices-drop.php works? I have added in new products that are on sale. But these items only appear at new products. But not under sales.... i am not sure how prices drop.php works... can anyone help me out? Link to comment Share on other sites More sharing options...
bellini13 Posted February 12, 2012 Share Posted February 12, 2012 i think it shows products that have configured price discounts. that is, in the catalog, when you edit a product, there is a sub-section called "Prices" Link to comment Share on other sites More sharing options...
carosbella Posted March 3, 2012 Author Share Posted March 3, 2012 Thanks! anyway i have another issue. Do you know do i edit the words when I have a product on discount? for instance, in the jpeg file... the "1 S$" will appear... i wish to remove this or would like to edit it to become ""S$1 off".... i have tried looking at productlist.tpl but could not understand the code.. the code is <div class="right_block"> <div class="left_price"> {if isset($product.on_sale) && $product.on_sale && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}<span class="on_sale">{l s='On sale!'}</span> {elseif isset($product.reduction) && $product.reduction && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}<span class="discount">{l s='Reduced price!'}</span>{/if} {if isset($product.online_only) && $product.online_only}<span class="online_only">{l s='Online only!'}</span>{/if} {if $product.specific_prices.reduction_type == 'percentage'} <p class="discount">{$product.specific_prices.reduction*100}{l s='% off' mod='homefeatured'}</p> {/if} {if $product.specific_prices.reduction_type == 'amount'} <p class="discount">{$product.specific_prices.reduction|string_format:"%.2f"} {$symabolCurrency}</p> {/if} i will appreciate any help.... thanks... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now