Here's an interesting one.
I wanted to create links to individual products that I can include in, for example, e-mail newsletters, so that customers can link directly to the product description from where they can buy if they wish. This I have successfully managed to do - here is an example:-
http://www.nickdobsonwines.co.uk/aca...tml#gravallon1
The "#gravallon1" bit I have embedded in the title part of the product page by embedding html before the product name, e.g.:-
!!<<a name="#gravallon1"></a>>!!Fernanad Gravallon Case
This works fine, and I can link direct to the product so that the first line on the screen when following the link is the product title.
BUT when someone actually bought this product I realised that there was a problem; on the invoice and packing note, the html is included in the product name. And also in the auto-generated emails to the customer.
I have now changed it so that the html is now embedded not in the product title, but at the top of the product description. This works, and gets rid of the html in the invoice, but now when following the link, the first line of text on the screen is the first line of the product description, and not the product title. This is confusing for the customer as they won't see any clear reference to the product.
Does anyone know a clean way to get round this - such that the product descriptions remain correct on invoices, emails etc, but when following the link,m the first line on the screen can be the product description?
All input gratefully received.
Regards
Nick
I wanted to create links to individual products that I can include in, for example, e-mail newsletters, so that customers can link directly to the product description from where they can buy if they wish. This I have successfully managed to do - here is an example:-
http://www.nickdobsonwines.co.uk/aca...tml#gravallon1
The "#gravallon1" bit I have embedded in the title part of the product page by embedding html before the product name, e.g.:-
!!<<a name="#gravallon1"></a>>!!Fernanad Gravallon Case
This works fine, and I can link direct to the product so that the first line on the screen when following the link is the product title.
BUT when someone actually bought this product I realised that there was a problem; on the invoice and packing note, the html is included in the product name. And also in the auto-generated emails to the customer.
I have now changed it so that the html is now embedded not in the product title, but at the top of the product description. This works, and gets rid of the html in the invoice, but now when following the link, the first line of text on the screen is the first line of the product description, and not the product title. This is confusing for the customer as they won't see any clear reference to the product.
Does anyone know a clean way to get round this - such that the product descriptions remain correct on invoices, emails etc, but when following the link,m the first line on the screen can be the product description?
All input gratefully received.
Regards
Nick
Comment