Forum

Guest  

Welcome Guest, posting in this forum requires registration.

Pages: [1]
Topic: Remove description from the feed
verieA
Member
Posts: 1
Remove description from the feed
on: June 9, 2013, 14:25

Hi,


I am trying to remove the product description from the feed, but had no luck so far. Could you please instruct me on how to do this?


Thx,

Verie


RPG
Administrator
Posts: 326
Re: Remove description from the feed
on: June 9, 2013, 14:29

Hi,


You don't want to show the description? Because then you could use css to remove the description.


If you want it for all your stores:


.store-description {

Display: none;
}

If you want it for a specific store:


.[storename]store-description {

Display: none;
}

replace [storename] with the name of your store.


Tim
Member
Posts: 2
Re: Remove description from the feed
on: October 29, 2013, 19:14

Hi,


this line of text should already be found in the css? Because I can't find it (plugins => bewerker => Tradetracker-store). What I would like to do: remove the default text of the product and replace it with other text, like:


    – Shipment within 24 hours

    – 30 days money-back

And so on, and I prefer bullets in stead of -'s. This can be the same for every record. How can I archive this?


RPG
Administrator
Posts: 326
Re: Remove description from the feed
on: October 30, 2013, 23:32

Quote from TimD on October 29, 2013, 19:14

Hi,


this line of text should already be found in the css? Because I can't find it (plugins => bewerker => Tradetracker-store). What I would like to do: remove the default text of the product and replace it with other text, like:


    – Shipment within 24 hours

    – 30 days money-back

And so on, and I prefer bullets in stead of -'s. This can be the same for every record. How can I archive this?


He you will have to add it to your own css from your sites template.


You can do that in 2 ways:

1) overwrite all description fields in the database with your new text (you will have to do that every day after the feeds are imported

2) adjust front.php and make it in a way you like it to have. But front.php will be overwritten with every plugin version update so than you will have to redo your changes.


Pages: [1]
WP Forum Server by ForumPress | LucidCrew
Version: 4 ; Page loaded in: 0.027 seconds.