idoityourself Posted October 3, 2014 Share Posted October 3, 2014 I'm trying to remove the condition from the products page but following previous forum instructions makes the page go blank. Refreshing, clearing the cache and viewing in another machine that's never been to the site doesn't work 01 October 2014 - 10:07 AM Mine looks like this and when I remove it the product pages are blank, refreshing, clearing cache and using a computer thats never been to the site doesn't work </p> {if $product->condition} <p id="product_condition"> <label>{l s='Condition'} </label> {if $product->condition == 'new'} <link itemprop="itemCondition" href="http://schema.org/NewCondition"/> <span class="editable">{l s='New'}</span> {elseif $product->condition == 'used'} <link itemprop="itemCondition" href="http://schema.org/UsedCondition"/> <span class="editable">{l s='Used'}</span> {elseif $product->condition == 'refurbished'} <link itemprop="itemCondition" href="http://schema.org/RefurbishedCondition"/> <span class="editable">{l s='Refurbished'}</span> {/if} </p> Link to comment Share on other sites More sharing options...
Dh42 Posted October 3, 2014 Share Posted October 3, 2014 What error do you get when you turn error reporting on? Also if you post the template file on pastebin, someone can edit it and give you a working file. Link to comment Share on other sites More sharing options...
idoityourself Posted October 4, 2014 Author Share Posted October 4, 2014 I just renamed them in translations and used them for something else instead thanks though 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