Hello, i have just installed PT into WP with alot of help from the very kind david, and am very happy with the results altho i still have many questions and just wondered if anybody has a solution for this instead of asking david everything.
My problem is that any product that has html tags like bold or underline ect the tag is showing but not doing its job example :
Refurbished [B]Life Fitness 95Ti Commercial Treadmill[/B] is a full commercial treadmill of the highest quality. This is a [U]Level 1[/U] Refurbished Machine. Refurbished definitions: * [B]Level 1[/B] – Machine is fully rebuilt and is as close to new as possible. Provided with 1 year warranty. * [B]Level 2[/B] – Machine has been fully serviced and repaired. Provided with 6 month warranty * [B]Level 3[/B] – Machine is in good working order. Provided with 3 month warranty.
this is exactly how the product reads,
Also i dont know if its something to do with it but the price ect looks exactly like this :
Price:
£4995.00 from Gym Company
Review This Product
as you can see abit squife and not in line.
I`d also like to take the Review This Product out if that is at all possible.
Thanks for any help guys.
Hi David
I did the following :
1) In /admin/ click Filters alongside the feed containing these descriptions. check
2) Add a new Search and Replace filter to the description field---------- and selected Product Description (TEXT/DESC) (is this ok?) and on the configuration page enter "[" in the search box, and "".-------- I entered "[" in the search field and "" in the replace field (is this ok?)
3) is this missing?
4) Finally, add a Strip HTML filter to the Description field---------- and selected Product Description (TEXT/DESC) and left the tags blank (is this ok?), save, and finally re-import the feed.
It is still the same so i must of done something wrong.
Thanks again for your help David
Hi Russ,
That's nearly there, but the quotes aren't needed, but you do need 2 Search and Replace filters before the HTML,
Search: [
Replace: <
Search: ]
Replace: >
Then finally the Strip HTML and that should do it!
Cheers,
David.
--
PriceTapestry.com
Hi,
Thanks for your comments!
The feed seems to have BBCode rather than normal HTML in the description field. Here's how to remove it:
1) In /admin/ click Filters alongside the feed containing these descriptions
2) Add a new Search and Replace filter to the description field, and on the configuration page enter "[" in the search box, and "".
4) Finally, add a Strip HTML filter to the Description field, save, and finally re-import the feed.
To remove the Review This Product links, edit your config.php and change 16 to:
$config_useInteraction = FALSE;
Hope this helps!
Cheers,
David.
--
PriceTapestry.com