I have modified product layouts (in v9) for a client to include some hProduct Rich Snippets.
I have coded most of the required classes without any issue except the Price.
When I place a span class around the price it includes the currency symbol which causes Google to reject the class value.
The price in SellerDeck is generated by some local php routines that live in actinic_main.php. I want to be able to have the span class around the numeric price value rather than also including the currency symbol. To complicate matters further the client also wants to use dual currencies (Pound and Euro) but only the Pound value is required for the class.
Any ideas please on how I can do this? I'm presuming that it may require some changes in the actinic_main.php routine that formats the pricing?
I have coded most of the required classes without any issue except the Price.
When I place a span class around the price it includes the currency symbol which causes Google to reject the class value.
The price in SellerDeck is generated by some local php routines that live in actinic_main.php. I want to be able to have the span class around the numeric price value rather than also including the currency symbol. To complicate matters further the client also wants to use dual currencies (Pound and Euro) but only the Pound value is required for the class.
Any ideas please on how I can do this? I'm presuming that it may require some changes in the actinic_main.php routine that formats the pricing?
Comment