craftcms / digital-products

Sell digital products with Craft Commerce.
https://plugins.craftcms.com/digital-products
MIT License
18 stars 9 forks source link

Bugfix site switch error and missing site handle on index page #62

Closed pdaleramirez closed 3 years ago

pdaleramirez commented 3 years ago

Fixed (#54)

angrybrad commented 3 years ago

@pdaleramirez I'm getting unexpected behavior when testing this. On a multi-site install, if I enter content into the Title for a Digital Product type on site 2, it looks like that content is saved on site 1 and site 1's title is pulled into site 2. Can you verify?

peirix commented 3 years ago

Does this mean we should hold off on getting the latest version on dev-develop?

stevenjwright commented 3 years ago

@pdaleramirez @angrybrad hey guys, what's the latest on this? This one's currently a bit of a road block for us at the moment.

Cheers!

pdaleramirez commented 3 years ago

@pdaleramirez I'm getting unexpected behavior when testing this. On a multi-site install, if I enter content into the Title for a Digital Product type on site 2, it looks like that content is saved on site 1 and site 1's title is pulled into site 2. Can you verify?

It is a bug indeed. I've included the fix on the pull request. The product should be saving on the selected site now.