Search found 7925 matches

by aimeos
04 Jun 2015, 12:38
Forum: Help
Topic: Length selection disables color selections
Replies: 3
Views: 3958

Re: Length selection disables color selections

Is it possible to add an option to remove the current filter (a square with a cross in front of the length selections)? The whole enforcement of an article from a selection product in the frontend is done via Javascript. It's the "setupSelectionDependencies" in https://github.com/aimeos/a...
by aimeos
04 Jun 2015, 10:36
Forum: Laravel package
Topic: Overwrite existing templates (Laravel)
Replies: 13
Views: 9871

Re: Overwrite existing templates (Laravel)

First: thank you for the magnificent shop pack :) Good work Thank you very much! That's always nice to hear :-) We're trying to change the existing html-templates via an extension. We downloaded the extension via your website (extension builder) and named the dir "ai-optiphar" and placed ...
by aimeos
01 Jun 2015, 10:25
Forum: TYPO3 extension
Topic: Input fields for products?
Replies: 4
Views: 4036

Re: Input fields for products?

I assume you use the latest TYPO3 and core version ( http://aimeos.org/docs/TYPO3/Download_Aimeos#Latest_code )? There's no release yet that contains the necessary code. Please keep in mind that you may need to clear the cache before you see any changes because the detail views are stored by the TYP...
by aimeos
01 Jun 2015, 08:41
Forum: TYPO3 extension
Topic: Input fields for products?
Replies: 4
Views: 4036

Re: Input fields for products?

Hi Paul
Paul L. wrote: Is there a way to add input fields to products?
The "custom attributes" feature will most likely fit your needs:
http://aimeos.org/help/post1521.html#p1521
by aimeos
28 May 2015, 18:07
Forum: Laravel package
Topic: Image upload
Replies: 3
Views: 7006

Re: Image upload

I have set up Aimeos on my local system. I am trying to add a new image but I am getting this error: Upload failed Could not upload file. Please notify your adminstrator. I can see the uploaded image in the public\uploads\preview\product directory. However, I cant see anything in the mysql database...
by aimeos
28 May 2015, 17:53
Forum: TYPO3 extension
Topic: How to set a template path?
Replies: 1
Views: 2633

Re: How to set a template path?

Hi Oliver I need to alter various html-templates. For example: EXT:aimeos/Resources/Libraries/arcavias/arcavias-core/client/html/layouts/email/common/text-summary-service-body-default.html Is it possible to define a template root path for keeping these templates at future extension updates? Sure, cr...
by aimeos
19 May 2015, 10:03
Forum: TYPO3 extension
Topic: JS: "Unexpected Token <" while putting Item in Basket
Replies: 4
Views: 4162

Re: JS: "Unexpected Token <" while putting Item in Basket

We noticed that there were no entries at all in the Content Elements, so we tried to import the pagetree again, now we got this error: ... Could it be that we're missing an extension? I don't think it's a missing extension. Instead, I would try to deactivate the Flux extension as it seems to cause ...
by aimeos
18 May 2015, 09:51
Forum: Help
Topic: How to remove default tax value 20%?
Replies: 4
Views: 5575

Re: How to remove default tax value 20%?

Hi Oliver independently which tax value i have set up in my products, there is always an additional line in the cart "Inkl. 20.00% MwSt. " How can i remove this line? If all your products use a different tax rate, please have a look at the tax rate of the delivery option too. This is most ...
by aimeos
18 May 2015, 09:23
Forum: TYPO3 extension
Topic: JS: "Unexpected Token <" while putting Item in Basket
Replies: 4
Views: 4162

Re: JS: "Unexpected Token <" while putting Item in Basket

Hi Paul Grepping for s_prodid didn't return any relevant results (or at least I think so). Most likely, your page reference to the catalog stock page isn't set in your catalog detail plugin because your stock URL is "your-shop/shop/detail/...". If you set it accordingly, the error should b...
by aimeos
17 May 2015, 16:27
Forum: Help
Topic: Product import and export
Replies: 13
Views: 17456

Re: Product import and export

Hi Garret Based on your code we've added a performance test for the product import and tuned it a bit. With some additional caching, we've managed to make the import almost 30% faster :-) Furthermore, some changes increased the flexibility of the implementation by enabling developers to replace the ...