Ddo the same thing there, find:
$conditions[] = "$field LIKE '%/$element/%' ";
Add above
$element = zen_db_input($element);
Printable View
Ddo the same thing there, find:
$conditions[] = "$field LIKE '%/$element/%' ";
Add above
$element = zen_db_input($element);
I will have the fixes updadted in the later release soon.
Cheers
I've got a new Zen Cart installation (latest versions of everything) going and I've just installed Simple SEO. It works beautifully for category and product listing pages, but it seems like the "exceptions" aren't working. I've got all the default exceptions in, yet when I click "add to cart" it tries to go here: http://xxx.com/store/pc-it/1/sort/20a/action
I suspect the issue might be that a tech before me modified the product listing module which now draws the "add to cart" buttons in a form like so (I've removed the var it's adding to, there's no syntax error here)
any ideas?Code:zen_draw_form('add_product_'.$listing->fields['products_id'], zen_href_link(zen_get_info_page($listing->fields['products_id']), zen_get_all_get_params(array('action')) . 'action=add_product'), 'post', 'enctype="multipart/form-data"');
zen_draw_hidden_field('products_id', (int)$listing->fields['products_id']);
For more context, the form action for the add product buttons looks like this with Simple SEO turned off:
and like this with it turned on:Code:http://xxx.com/store/index.php?main_page=product_info&cPath=2&sort=20a&number_of_uploads=0&action=add_product
Code:http://xxx.com/store/pc-it/1?sort=20a&action=add_product
What is the current version you are using? Where did you download it?
latest version from your website (not zencart's)
Sorry to pop up in this thread but trying to get some support on module manager thread:
http://www.zen-cart.com/forum/showth...t=90575&page=5
I understand your very busy but if you do get time to pop across, a few of us need support there if you get a momment.
Thanks
Can someone help me....
All my urls now have an SSU_ID_DELIMITER in them... such as
http://nnforyou.com/cSSU_ID_DELIMITER1
anyone have any ideas?