Search found 8011 matches

by aimeos
27 Nov 2017, 10:45
Forum: Laravel package
Topic: Overwrite attributes
Replies: 9
Views: 3890

Re: Overwrite attributes

Mapping and the line in the CSV file are OK. After creating the referenced category and all attribute types, it imports without problems you can execute the job several times without an error: ./artisan aimeos:jobs product/import/csv default If there are any errors, you can see them in the madmin_lo...
by aimeos
27 Nov 2017, 10:40
Forum: TYPO3 extension
Topic: no Account-Creation Email to customer
Replies: 1
Views: 1148

Re: no Account-Creation Email to customer

Please upgrade to the latest 17.10.x first. Earlier versions are not supported any more.
by aimeos
26 Nov 2017, 23:51
Forum: Symfony bundle
Topic: Error 500 on Fresh install
Replies: 5
Views: 8961

Re: Error 500 on Fresh install

If it's only on the live server, maybe the PHP version isn't compatible. Also, perhaps installation of the composer packages was not 100% correct.
by aimeos
25 Nov 2017, 20:12
Forum: Symfony bundle
Topic: Multiple test sites on 1 url
Replies: 6
Views: 7608

Re: Multiple test sites on 1 url

Can you create a pull request to share your changes?
by aimeos
25 Nov 2017, 17:26
Forum: Laravel package
Topic: Custom cart behaviour and reseller accounts
Replies: 5
Views: 6751

Re: Custom cart behaviour and reseller accounts

How about the import duty charge , How do we auto calculate and show on basket ? You can implement the calcPrice() method in a service decorator. It has access to the products and addresses in the basket and can ask a remote API for duty charges. These charges are then added to the delivery costs. ...
by aimeos
24 Nov 2017, 21:23
Forum: Laravel package
Topic: attribute type selection for configurable options
Replies: 1
Views: 1008

Re: attribute type selection for configurable options

Unfortunately not, mostly because options can have it's own price. But you can overwrite the partial template and add generate them the way you want: https://github.com/aimeos/ai-client-htm ... t.php#L191
by aimeos
24 Nov 2017, 21:20
Forum: Laravel package
Topic: Cupon bug
Replies: 3
Views: 1407

Re: Cupon bug

Do you use the latest minor version? Can you please execute "composer update" and see if the problem is gone? There have been a coupon related bug fixed this week I think.
by aimeos
24 Nov 2017, 21:18
Forum: Laravel package
Topic: Custom cart behaviour and reseller accounts
Replies: 5
Views: 6751

Re: Custom cart behaviour and reseller accounts

Is it possible to set discounts for seasons automated Like black friday coming up system could send out emails saying 20% off this friday etc and that day or range of dates could be discounted? Yes, Aimeos has start and end dates for prices added to products but currently this can be only done in t...
by aimeos
24 Nov 2017, 21:08
Forum: Symfony bundle
Topic: Multiple test sites on 1 url
Replies: 6
Views: 7608

Re: Multiple test sites on 1 url

Maybe there's an easy solution. The base.html.twig template contains absolute fixed URLs:
https://github.com/aimeos/aimeos-symfon ... .html.twig

Can you try to replace them by "{{ asset('.../aimeos.css') }}"? You have to see what the right path is.
by aimeos
24 Nov 2017, 21:00
Forum: Help
Topic: differences between pin, watch and fav
Replies: 1
Views: 1126

Re: differences between pin, watch and fav

Pin: Session based list of products the customer want quick access to (temporary) Favorite: Account based list of products the customer want quick access to (permanent) Watch: Account based list of products the customer would like to get an e-mail if the price changes or the products are back in stock