Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

E-Commerce Modules /

Discuss about the various e-commerce modules available:
Ecommerce, SS Shop, SilverCart and SwipeStripe
Alternatively, have a look the shared mailinglist.

Moderators: martimiz, Nicolaas, Sean, Ed, frankmullenger, biapar, Willr, Ingo, Jedateach, swaiba

shop vs Translatable problem


Go to End


4 Posts   1239 Views

Avatar
Webdoc

Community Member, 349 Posts

13 April 2012 at 9:57pm

If i have website in 3 languages in every language i have products and product categories it doesn't allow to change language after i have added something in my cart and then wanna go to other languages product group it gives error. Is there any work around.

I use ShopInstaller 0.8.3

Avatar
Jedateach

Forum Moderator, 238 Posts

16 April 2012 at 10:09am

Hi Webdoc,

This is a known issue:
https://github.com/burnbright/silverstripe-shop/issues/2
..which gives a hack workaround. Still need to find a proper solution.

Jeremy

Avatar
Webdoc

Community Member, 349 Posts

16 April 2012 at 11:26pm

Versioned::get_version: Couldn't get Product.10, version 8
GET /products/

Line 980 in /home/np68060/domains/baltim.eu/public_html/sapphire/core/model/Versioned.php

gives error on versioned

Avatar
Jedateach

Forum Moderator, 238 Posts

17 April 2012 at 7:59am

Also a known issue: https://github.com/burnbright/silverstripe-shop/issues/15

One workaround is to update Versioned to return false, instead of producing debug statements and an error.