Quote Originally Posted by bryanblue View Post
hi. i didn't see this reponse while i recreated a new thread...because i don't know why my previous one is closed. but anyway, so the problem is my template. i try to figure out the way Conor explained, i even look back into the installation files that come with the Ceon uri mapping. so i went to phpmyadmin and in the ceon uri mapping i inserted a table like this one: uri: /action=buy_now Language_id: 1 current_uri 1 main_page: &action=buy_now query_string_parameters : NULL associated_db_id : NULL alternate_uri : NULL redirection_type_code 301 date_added 2010-12-15 21:01:48


but the problem remains.....please...i need help on this one. thanks
Quote Originally Posted by conor View Post
Hi,



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
If this code doesn't mean anything to you, and you don't want to pay someone to do it for you the other option is to use one of the many zen templates that are available in the downloads area that works with Ceon URI Mapping module.