Search found 7931 matches

by aimeos
10 Jun 2015, 14:06
Forum: Laravel package
Topic: Image upload
Replies: 3
Views: 7018

Re: Image upload

I am using Windows/XAMPP. I have uploaded a Product successfully to the database, and am able to see this listed, so I am getting a response from the server. I received the error message and was also expecting to see something in the mshop_media table in the database; but nothing new is listed ther...
by aimeos
10 Jun 2015, 14:02
Forum: Laravel package
Topic: Supplier / Brands
Replies: 7
Views: 4519

Re: Supplier / Brands

Sorry, didn't saw your post earlier! The supplier can be exactly used for these kind of requirement and you can link your products to suppliers in the product detail view of the admin interface. Currently, only the supplier name is shown in the frontend. If you need the full information, you can add...
by aimeos
07 Jun 2015, 20:36
Forum: TYPO3 extension
Topic: Manually selecting labels by sql
Replies: 3
Views: 3396

Re: Manually selecting labels by sql

If you use the latest code from the master branch ( http://aimeos.org/docs/TYPO3/Download_Aimeos#Latest_code ), you can now access the shop data using the MShop objects from your own TYPO3 extension: $path = \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath( 'aimeos' ); require_once $path ...
by aimeos
06 Jun 2015, 14:06
Forum: TYPO3 extension
Topic: Error in getCategories
Replies: 2
Views: 2702

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

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

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

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

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

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

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