In cscart_seo_names table in cs-cart 2.0.1 database, there is a field type containing letters,
“c” for category
“a” for pages
what does “e” stands for?
I got a seo name that has “e” and I absolutely cant find it. And I’d like to name a category like that, but I cant since its taken
Here is the required information:
'p' => array(
'table' => '?:product_descriptions',
'description' => 'product',
'dispatch' => 'products.view',
'item' => 'product_id',
),
'c' => array(
'table' => '?:category_descriptions',
'description' => 'category',
'dispatch' => 'categories.view',
'item' => 'category_id',
),
'a' => array(
'table' => '?:page_descriptions',
'description' => 'page',
'dispatch' => 'pages.view',
'item' => 'page_id',
),
'e' => array(
'table' => '?:product_feature_variant_descriptions',
'description' => 'variant',
'dispatch' => 'product_features.view',
'item' => 'variant_id',
),
'm' => array(
'table' => '?:companies',
'description' => 'company',
'dispatch' => 'companies.view',
'item' => 'company_id',
),
's' => array(
'table' => '?:seo_names',
'description' => 'name',
'dispatch' => '',
'item' => 'object_id',
)
hi Fedor,
e is for feature variant SEO name.
SEO names for feature variants are only for features of the “Extended” type.
In default configuration this type is used only for “Brand” feature.
Best regards,
WSA team
I didn't know features have their URLs? I mean when I type mydomain.com/this-seo-name.html there is an empty list category-like.
I guess then removing or renaming this feature's seo name wont harm.
Thanks lads!
[quote name='Fedor' timestamp='1435217376' post='220284']
I didn't know features have their URLs? I mean when I type mydomain.com/this-seo-name.html there is an empty list category-like.
[/quote]
Not all, only brands. Please take a look:
http://demo.cs-cart.com/index.php?dispatch=product_features.view_all&filter_id=10
hi,
[quote]I didn't know features have their URLs? I mean when I type mydomain.com/this-seo-name.html there is an empty list category-like.[/quote]
Example link for this feature type: Instant Demo - CS-Cart Multi-Vendor Demo Try Free for 15 days
[quote]I guess then removing or renaming this feature's seo name wont harm.[/quote]
Yes, you can edit these seo names without worrying.
best regards,
WSA team