Jump to content

Unable to change the default store of a product (multistore)


Recommended Posts

In a multistore enviroment with two stores. I'm unable to change the default store of one of my products. I can not select which store the product belongs to. I want to select if the product is visible in any of the stores (or both) when is already created.

 

Thanks!!

Link to comment
Share on other sites

  • 2 weeks later...

I have the same problem unfortunately. 

 

it seems impossible to change the default shop of a product or add it to other shops after it's created.

 

So it's critical that when you add a new product that you have selected "All shops" to be able to use this product in more than one shop (if you wish to do so in the future). I think it's better to control product visibility by categories.

 

 

  • Like 1
Link to comment
Share on other sites

  • 8 months later...
  • 6 months later...

Hi everyone,

 

A larger contribution has been made on github with pull request : https://github.com/PrestaShop/PrestaShop/pull/4662

You can vote for it on : http://forge.prestashop.com/browse/PSCSX-7540

 

It includes :

- Admin edit default_shop field for Products and Categories

- Configuration var to force default shop URL on link generation for them.

 

Cheers

 

Anto

Edited by Merguezzz (see edit history)
Link to comment
Share on other sites

  • 3 weeks later...

So as i'm correct i can't move products to another shop if the product was not migrated in the first place (while making the new shop)?

 

It seems to me like a big thing to move products freely among shops and add it to different categories. Without this the value of multistore is much less....

Link to comment
Share on other sites

Half correct !

You can't set the default shop of a product if it is not associated with the concerned shop but "migrated" is not the correct terme as you can associate Product with shops by saving them in Shop Context.

 

And last, yes it's quite a big thing... for the current project (online soon), the goal is to share carts beetween shops with different domains and different order process.

I created two shops in the same group with same catalogs, customers and quantities, I forced "All shops" edition for Products and Categories.

 

The above snippet avoid dupplicate content (as the catalog is shared) by allowing redirection based on id_shop_default.

Link to comment
Share on other sites

  • 11 months later...
×
×
  • Create New...