Search found 7958 matches

by aimeos
06 Jun 2015, 14:06
Forum: TYPO3 extension
Topic: Error in getCategories
Replies: 2
Views: 2720

Re: Error in getCategories

What I did is I just changed line 29 Catalog.php to the requested class: public function getCategories( array $config, \TYPO3\CMS\Backend\Form\DataPreprocessor $tceForms = null, $sitecode = 'default' ) Thanks for the hint! Seems to be a backward incompatible change in TYPO3 7.2 which we haven't not...
by aimeos
05 Jun 2015, 17:13
Forum: TYPO3 extension
Topic: Manually selecting labels by sql
Replies: 3
Views: 3422

Re: Manually selecting labels by sql

Hi Robert I´m using a TYPO3 provider extension [1] mainly for templating. In the template extensions controller I´m outputting a customized navigation which contains Aimeos catalog categories. I can´t find any docs about the Aimeos model and how catalog (mshop_catalog) and text (mshop_text) entitite...
by aimeos
04 Jun 2015, 13:20
Forum: Help
Topic: Length selection disables color selections
Replies: 3
Views: 3988

Re: Length selection disables color selections

Yvler wrote:I'll check it out ;-)
I'll contribute @ github when we made this modification :)
Great! :-)
I'm unsure how other shops handle this and what is the best solution concerning usability. Maybe visitors should always be able to change the first option, so this one shouldn't be enforced at all.
by aimeos
04 Jun 2015, 12:38
Forum: Help
Topic: Length selection disables color selections
Replies: 3
Views: 3988

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: 9960

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: 4074

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: 4074

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: 7062

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: 2645

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: 4181

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 ...