Search found 9 matches

by jfr
08 Aug 2016, 15:20
Forum: Help
Topic: 16.4.3 Update Script SQL Error (mshop_product_list_type)
Replies: 8
Views: 4366

Re: 16.4.3 Update Script SQL Error (mshop_product_list_type)

The update now went through smoothly. Thanks a lot!

One small issue is left: the new backend dashboard throws "Error Price can not be added. Currency ID "" of price item and currently used currency ID "EUR" does not match."
by jfr
08 Aug 2016, 14:39
Forum: Help
Topic: 16.4.3 Update Script SQL Error (mshop_product_list_type)
Replies: 8
Views: 4366

Re: 16.4.3 Update Script SQL Error (mshop_product_list_type)

thanks, on it - ill let you know shortly if it worked
by jfr
03 Aug 2016, 15:54
Forum: Help
Topic: 16.4.3 Update Script SQL Error (mshop_product_list_type)
Replies: 8
Views: 4366

Re: 16.4.3 Update Script SQL Error (mshop_product_list_type)

any idea where i should have a look into?
by jfr
21 Jul 2016, 14:22
Forum: TYPO3 extension
Topic: Translations in Typoscript arent applied anymore [resolved]
Replies: 4
Views: 2442

Translations in Typoscript arent applied anymore [resolved]

did the syntax change?
The following script doenst work anymore:

Code: Select all

plugin.tx_aimeos.settings.i18n.de {
  0 {
    domain = client/html
    string = Checkout
    trans = Angebot anfordern
  }
}
by jfr
12 Jul 2016, 09:25
Forum: Help
Topic: 16.4.3 Update Script SQL Error (mshop_product_list_type)
Replies: 8
Views: 4366

16.4.3 Update Script SQL Error (mshop_product_list_type)

Running the extension managers update script i receive the following error. How can i fix that constraint issue? Migrate suppliercode in mshop_product Executing statement "INSERT INTO "mshop_product_list" ("parentid", "siteid", "typeid", "domain"...
by jfr
17 Sep 2015, 13:25
Forum: Help
Topic: Skip Payment Step
Replies: 3
Views: 3227

Re: Skip Payment Step

Thanks, with the process step added the system now displays the payment snippet with a continue button that leads to the confirmation page - although this will still throw an error because of an invalid service. Is there a configurable way to skip the necessary click of a button?
by jfr
16 Sep 2015, 16:17
Forum: Help
Topic: Skip Payment Step
Replies: 3
Views: 3227

Skip Payment Step

Hey Aimeos Team, we'd like to use the system in a scenario without payment option s (just to request a quote). We already switched off the service steps and configured the "ServicesAvailable" plugin to not request a payment option. The configured process works fine until the user hits the ...