EcomDev_UrlRewrite icon indicating copy to clipboard operation
EcomDev_UrlRewrite copied to clipboard

Alternative implementation of Url Rewrite Index by EcomDev

Results 12 EcomDev_UrlRewrite issues
Sort by recently updated
recently updated
newest added

The regex used to find duplicate url_keys are giving false positives if the given url_key ends in -[number] for example: `19th-century-filipino-basket-with-lid-acc-7311-5219` would result in `19th-century-filipino-basket-with-lid-acc-7311-5219-1.html` as the request url.

array shift function removes keys from given array. which causes incorrect prefix assignment to products. this pull reques provides seprate function to shift element from array and keep store id...

I don't know if this project is alive but maybe someone will help me. When using this module urls have "-1" at the end, and it redirects from "normal" to...

I tested the extension on staging server and it worked fine. When I push it to live I get the error that ecomdev tables already exists. These tables reappear after...

Hi Ivan, just wanted to let you know I've found and fixed a small issue with this extension. The problem is that even if an administrator has their product_use_categories flag...

When I duplicate a product it seems to get rid of the friendly url for the original product I created test-product that had the url test-product I duplicated the product...

I've discovered a bug in this module: when error_reporting is set to false, aka `error_reporting(0);`in the index.php file and **Catalog URL Rewrites** index set as "Update on Save", it is...

Is there a reason why there are no rollbacks in the module? At every transaction is only a commit, but as I know we need a rollback in case of...

Indexation fails with this message Catalog URL Rewrites index process unknown error: exception 'PDOException' with message 'SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'product/100053/4-1-1' for key 'UNQ_CORE_URL_REWRITE_ID_PATH_IS_SYSTEM_STORE_ID'' in /home/www/magento3/lib/Zend/Db/Statement/Pdo.php:228 Stack...

Maybe you will find useful the following SQL to remove & reinstall module. ``` drop function ECOMDEV_CLEAN_URL_KEY; drop table ecomdev_urlrewrite_category_relation; drop table ecomdev_urlrewrite_category_request_path; drop table ecomdev_urlrewrite_category_url_key; drop table ecomdev_urlrewrite_duplicate; drop...