Hi,
I thought it would be something like that.
Glad you're sorted now.
Enjoy the new URIs! :)
All the best..
Conor
ceon
Hi,
I thought it would be something like that.
Glad you're sorted now.
Enjoy the new URIs! :)
All the best..
Conor
ceon
Is there any way to get it to accept the ".html" extension? Currently, when I add this, the link to the product breaks and the cart just goes to the homepage.
I need this to copy a prior SEO URI plugin -- we need the links to products to remain the same.
Many thanks,
PL
Hi,
How to change the rewrite rule to allow extensions like .html is covered in the FAQs.
All the best...
Conor
ceon
Hi, I just instaled your module but it dont seem to work, still getting dynamic. My store running 1.3.9g and I instaslled 3.8.0.
So if some one can help me i would be grateful.
My store adress is www.redhouseshop.com
Im a noob douth![]()
Hi,
As a "noob" I guess this answer might be annoying but helpful for you in future as it may help you learn how bets to solve your problems...
Search this thread for the problems you are having and you may find the solution.
If you're still stuck after a day or two, come back and ask again, this time with more info.
Hint: Take care to read about how this module works and also what html_output.php is needed for.
All the best..
Conor
ceon
Thnx on quick reply, and the tip.
Hope i will solove it.![]()
Man Iam so proud of my self it is working now.
Thnx for not helping, in a good sense.
Btw your module rocx![]()
![]()
Hi,
Yeah, it probably seems weird but that's exactly what I was hoping would happen.. glad you're sorted and you've got some new skills! :)
Glad you like it. Good luck with the store!
All the best...
Conor
ceon
the code that is under
http://www.zen-cart.com/forum/showth...aster+category
does not help the cPath is still appended have you any idea?
that code is :
/ first, try to get master category id
$category_query = "select p2c.categories_id
from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c
where p.products_id = '" . (int)$products_id . "'
and p.products_status = '1'
and p.products_id = p2c.products_id and p.master_categories_id = p2c.categories_id";
// in case the master category is invalid, fall back on getting first product/category association instead
$category_query .= " union distinct select p2c.categories_id
from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c
where p.products_id = '" . (int)$products_id . "'
and p.products_status = '1'
and p.products_id = p2c.products_id limit 1";
(additions to original code in red)
But (I'm on 1.3.9) in functions_categories.php
I'v got:
$category_query = "select p.products_id, p.master_categories_id
from " . TABLE_PRODUCTS . " p
where p.products_id = '" . (int)$products_id . "' limit 1";
So tell me how that "fix" is supose to help if "oryginaly" master_categories_id is taken from products table??
Hi Conor
I totally understand this must be a frustration, but please make it idiot proof for me...
Ive searched the thread as you can tell by the above quotes, Ive read rhe old 'how to' post on resolving, but I too have come up against the same issue as alarmy-e.pl, I cannot find the answer to how to mod the code for 1.3.9.
Sorry to be a plank.
Thanks in advance.
Bookmarks