prestaprova Posted April 15 Share Posted April 15 I own a site in italian. i'm about realising a site in german. I'd like not to enable some product in the german version The not enable products in the german site should remain enabled in the italian site. there is a way to easily do that Link to comment Share on other sites More sharing options...
JBW Posted April 15 Share Posted April 15 You can do this with multistore setuphttps://docs.prestashop-project.org/1.7-documentation/user-guide/managing-multiple-stores 1 Link to comment Share on other sites More sharing options...
Daresh Posted April 15 Share Posted April 15 PrestaShop does not have this kind of feature, you would need to have your store configured as multistore with each language on a separate domain (or subdomain). Some alternative would be to develop a simple module, that would do a redirect for these products or display some message about the product not being available. It coule be based on product category assignment. Link to comment Share on other sites More sharing options...
prestaprova Posted April 16 Author Share Posted April 16 17 hours ago, JBW said: You can do this with multistore setuphttps://docs.prestashop-project.org/1.7-documentation/user-guide/managing-multiple-stores 16 hours ago, Daresh said: PrestaShop does not have this kind of feature, you would need to have your store configured as multistore with each language on a separate domain (or subdomain). Some alternative would be to develop a simple module, that would do a redirect for these products or display some message about the product not being available. It coule be based on product category assignment. it would be a bit hard to develop a module....what about doing a 301 redirection with htaccess Link to comment Share on other sites More sharing options...
Daresh Posted April 16 Share Posted April 16 You need to also remember that the products will appear on listings. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now