Re: Ultimate SEO 2.200+ (new features)
Quote:
Originally Posted by
lat9
Sorry to have taken so long to answer your question.
To get a product URL without the category URL, set Generate cPath parameters to auto and Display categories as directories to off.
Thanks for your reply.
We are getting the URL as follows when we do this:
product-name-p-16.html?cPath=3
Please guide us as to what to do for getting the Product URLs without Category URLs in the following Format if it is possible:
product-name-p-16.html
Thanks,
Lakshmanan
Re: Ultimate SEO 2.200+ (new features)
Quote:
Originally Posted by
lat9
... set Generate cPath parameters to auto ....
actually, i believe this should be:
set Generate cPath parameters to off
Re: Ultimate SEO 2.200+ (new features)
Quote:
Originally Posted by
carlwhat
actually, i believe this should be:
set Generate cPath parameters to off
We are seeing Product URLs with Category URLs in the following Format in both the modes of Generate cPath parameters:
category-name-c-2/product-name-p-16.html
Re: Ultimate SEO 2.200+ (new features)
Quote:
Originally Posted by
celextel108
We are seeing Product URLs with Category URLs in the following Format in both the modes of Generate cPath parameters:
category-name-c-2/product-name-p-16.html
you are missing the:
Display categories as directories
Key: USU_CATEGORY_DIR
this should be OFF.
Re: Ultimate SEO 2.200+ (new features)
Quote:
Originally Posted by
carlwhat
you are missing the:
Display categories as directories
Key: USU_CATEGORY_DIR
this should be OFF.
Thanks for the help.
We are getting only the Product URLs when the following settings are OFF:
Generate cPath parameters
Display categories as directories
Thanks,
Lakshmanan
Re: Ultimate SEO 2.200+ (new features)
v3.1.0 of Ultimate SEO URLs is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=132
This release contains changes associated with the following GitHub issues:
#44: Add notifications to enable site-specific customizations.
#50: Document that any image/file names containing USU's reg_anchors (e.g. -p-) will also be redirected.
#51: Correct PHP Fatal error when a URL contains invalid characters.
#52: Correct out-of-memory condition for sites with large numbers of products; using per-page caching instead of database-caching.
#53: Drop support for Zen Cart versions prior to 1.5.7a
#54: Use zen_cfg_read_only for the plugin's configured version.
#55: Add support for the ask_a_question page.
#56: Add support for the product_reviews_write page.
Re: Ultimate SEO 2.200+ (new features)
Hello, the latest version supports multilingual
so as to obtain this result?
https://www.biocanapa.abruzzo.it/index.html?language=en
in:
https://www.biocanapa.abruzzo.it/en/
Thank you
Re: Ultimate SEO 2.200+ (new features)
Quote:
Originally Posted by
giancalr
USU has supported multi-lingual URLs for a while now!
You'd need to add some site-specific customizations to get that second link to record the $_SESSION['language_id'] as the numeric value of the site's English language when that link is received.
Re: Ultimate SEO 2.200+ (new features)
Quote:
Originally Posted by
lat9
USU has supported multi-lingual URLs for a while now!
You'd need to add some site-specific customizations to get that second link to record the $_SESSION['language_id'] as the numeric value of the site's English language when that link is received.
Thanks for the reply, but some time ago I had already asked for this and I was told that it wasn't possible at the moment, what I'm asking is if it can be done, where to intervene, which file? htaccess? other file?
my site is in 5 languages, and I would like to be able to make them all do this:
https://www.biocanapa.abruzzo.it/index.html?language=en to
https://www.biocanapa.abruzzo.it/en/
https://www.biocanapa.abruzzo.it/index.html?language=es to
https://www.biocanapa.abruzzo.it/es/
https://www.biocanapa.abruzzo.it/index.html?language=fr to
https://www.biocanapa.abruzzo.it/fr/
https://www.biocanapa.abruzzo.it/index.html?language=de to
https://www.biocanapa.abruzzo.it/de/
maybe I explained myself better,
Thank you
Re: Ultimate SEO 2.200+ (new features)
1.5.8, php 8.1
Is this error due to ultimate seo? Default 1.5.8 files.
Code:
PHP Fatal error: Uncaught Error: Undefined constant "TOPMOST_CATEGORY_PARENT_ID" in /home/xxxxx/public_html/store/includes/functions/functions_categories.php:186
Stack trace:
#0 /home/xxxx/public_html/store/includes/classes/usu.php(903): zen_get_parent_categories(Array, 3)
#1 /home/xxxxx/public_html/store/includes/classes/usu.php(729): usu->get_full_cPath(3, 3)
#2 /home/xxxxx/public_html/store/includes/classes/usu.php(653): usu->get_category_name(3)
#3 /home/xxxxx/public_html/store/includes/classes/usu.php(385): usu->get_product_name(24, NULL)
#4 /home/xxxxx/public_html/store/includes/classes/usu.php(223): usu->parse_parameters('product_info', 'products_id=24', '?')
#5 /home/xxxx/public_html/store/includes/classes/observers/UsuObserver.php(59): usu->href_link('product_info', 'products_id=24', 'NONSSL', true, true, false, true)
#6 /home/xxxxx/public_html/store/includes/classes/traits/NotifierManager.php(87): UsuObserver->update(Object(notifier), 'NOTIFY_SEFU_INT...', Array, NULL, 'product_info', 'products_id=24', 'NONSSL', true, false, true, NULL)
#7 /home/xxxxx/public_html/store/includes/functions/html_output.php(18): base->notify('NOTIFY_SEFU_INT...', Array, NULL, 'product_info', 'products_id=24', 'NONSSL', true, false, true)
#8 /home/xxxxxx/public_html/store/includes/classes/shopping_cart.php(2056): zen_href_link('product_info', 'products_id=24')
#9 /home/xxxxx/public_html/store/includes/main_cart_actions.php(53): shoppingCart->actionBuyNow('shopping_cart', Array)
#10 /home/xxxxx/public_html/store/includes/init_includes/init_cart_handler.php(42): require('/home/humbleabo...')
#11 /home/xxxxx/public_html/store/includes/autoload_func.php(40): require_once('/home/humbleabo...')
#12 /home/xxxxxx/public_html/store/includes/application_top.php(237): require('/home/humbleabo...')
#13 /home/xxxxx/public_html/store/index.php(25): require('/home/humbleabo...')
#14 {main}
thrown in /home/xxxxx/public_html/store/includes/functions/functions_categories.php on line 186.