Zen Cart Logo

Product description text

Locked

Views: 1,250

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
2 Apr 2008, 5:08 PM
#1
moksha avatar

moksha

New Zenner

Join Date:
Apr 2008
Posts:
73
Plugin Contributions:
0

Product description text

Hello,

I've recently become a member of a dropshipping service which has offered me a full running Zen-Cart e-shop website with all their products already loaded in. Unfortunatly many things need a change, starting from the text display a bit everywhere... just a few questions:

  1. How can I remove "andnbsp" from the description text? (I find it everywhere!) and the R.R.P A^ price at the bottom?
  2. In the same page different text blocks have different font sizes, How can I change them? And how can I remove "New postage rates apply"?
  3. I'd like to add a bit of space between the item descriptions in the item listing of each category, how do I do that?

Link to the page: http://www.thequintessence.biz/index.php?main_page=product_info&cPath=84&products_id=1251

Hope you can help... thanx!

Moksha

6 Apr 2008, 11:05 PM
#2
boinkit avatar

boinkit

New Zenner

Join Date:
Aug 2007
Location:
England
Posts:
65
Plugin Contributions:
0

Re: Product description text

Hi,
It looks to me like you have used cut and paste from some HTML document and when it has been pasted it has retained some of the HTML formatting.
My HTML memory is rubbish, but nbsp puts a space in the text (I think).
Why don't you got to a particular item in your store (within Admin) and then view the description. Re-write it yourself as a text description so that it is clean (or paste the description from something you have written in a simple Word or Notepad type program). Save it and then view that item in your store.
The formatting will not be right (as you will need to add some HTML instructions) but you should see a clean (errorless!) description for that product.

If that works okay, then you could add the HTML instructions to adjust the formatting and tidy it up. To be honest you probably only need a few HTML instructions to do what you want, perhaps:
<font size=2>
<br>

<li> </font> I don't know how good your HTML is, but its worth having a look at some websites for guidance - or just google the terms I added above to see what they do and how you can use them.

Hope this helps in some way!