Passed
- Join Date:
- Aug 2004
- Location:
- Belfast, Northern Ireland
- Posts:
- 2,480
- Plugin Contributions:
- 4
Ceon URI Mapping (SEO)
Hi,
bryanblue:
Hi Conor, i am sorry i am pretty new to this..when you say chage the prameter..where do i do that and how? thanks for your help.
I'm really sorry but I can't teach PHP coding here.. if you can't do it you must pay a developer to do it for you.
I'd guess that the file to be edited is includes/modules/STORE_TEMPLATE/featured_products.php (or if that doesn't exist then includes/modules/feature_products.php) and that you are looking for the line that has
'text' =>
in it.
Somewhere on that line there is probably a
'<a href="' . zen_href_link(
Which creates the buy now buttons that are having '&action=buy_now appended when instead the command should have the action parameter set in the second parameter of the zen_href_link function:
zen_href_link(XXXXX, 'action=buy_now' ......
(Where XXX is the page name)
As I said, if the above doesn't mean much to you you should pay someone to help.
All the best..
Conor
ceon