i will make subscription active again definitelly, but in this time I need find this solution before:
- on the old shop (we can't upgrade in this time) we have CSVI v. 7.20.0
- we need by import create new slug for product from product name + SKU
- we imported product name and SKU as a separate field in the template
- I tryied use plugin combine and I've merged together product name and sku into new filed slug, but this slug don't create alias
- after import:
Miloš Jakeš, Příběh komunisty-A09-141
- have to be
milos-jakes-pribeh-komunisty-a09-141
So my idea:
- find place in addon VirtueMart for CSVI (maybe ?
plugins/csviaddon/virtuemart/com_virtuemart/table/product.php
plugins/csviaddon/virtuemart/com_virtuemart/table/productlang.php
and create hack for this
is possible?
I tryied, but in productlang.php I don't have info about product_sku, then slug was only product_name
