Ddo the same thing there, find:
$conditions[] = "$field LIKE '%/$element/%' ";
Add above
$element = zen_db_input($element);
Ddo the same thing there, find:
$conditions[] = "$field LIKE '%/$element/%' ";
Add above
$element = zen_db_input($element);
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Bryan
Destination Baby & Kids - https://www.destinationbabykids.com
I will have the fixes updadted in the later release soon.
Cheers
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
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
Last edited by epalla; 13 Apr 2009 at 04:52 PM.
What is the current version you are using? Where did you download it?
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
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?
Bookmarks