Search found 10 matches

by timothy_truckle
20 Oct 2021, 09:26
Forum: Laravel package
Topic: Add a base price
Replies: 3
Views: 1001

Re: Add a base price

Thank you for your answer, however i cannot see how to give the attribute its own quantity input on the product page.

Does this work with aimeos 2020.10?
by timothy_truckle
13 Oct 2021, 16:01
Forum: Laravel package
Topic: Add a base price
Replies: 3
Views: 1001

Add a base price

Laravel: Laravel Framework 6.20.27 Aimeos: aimeos/aimeos-core 2020.10.25 PHP: PHP 7.4.3 OS: 20.04.1-Ubuntu I need to create a product that will consist of a service (printing) having a fixed price of say 20 Euros. This should be coupled with another product card (0.50€ each) , that will be printed w...
by timothy_truckle
20 Jul 2021, 23:09
Forum: Laravel package
Topic: Add view variables in Aimeos\Client\Html\Email\Account\Html
Replies: 3
Views: 10143

Re: Add view variables in Aimeos\Client\Html\Email\Account\Html

Problem is solved! - This works for aimeos 2010 and laravel 6 (most likely also for 7 and 8). - I am using a local composer.phar in the aimeos directory. - The name of my extension is mms. - I am working on linux and use some scripts during development, i will leave them here for convenience. To hel...
by timothy_truckle
08 Jul 2021, 14:55
Forum: Laravel package
Topic: Add view variables in Aimeos\Client\Html\Email\Account\Html
Replies: 3
Views: 10143

Add view variables in Aimeos\Client\Html\Email\Account\Html

Add view variables in Aimeos\Client\Html\Email\Account\Html Laravel: Laravel Framework 6.20.27 Aimeos: aimeos/aimeos-core 2020.10.25 PHP: PHP 7.4.3 OS: 20.04.1-Ubuntu I wanted to add some view variables in my custom extension to add (inline) images to my html-email template. So copied the lines in: ...
by timothy_truckle
27 Jan 2021, 08:32
Forum: Laravel package
Topic: Adapting Laravel Templates
Replies: 2
Views: 1229

Re: Adapting Laravel Templates

Thank you! This works. I need to better my search skills :geek:
by timothy_truckle
26 Jan 2021, 11:51
Forum: Laravel package
Topic: Adapting Laravel Templates
Replies: 2
Views: 1229

Adapting Laravel Templates

Is it possible to adapt/overwrite vendor/aimeos/aimeos-laravel/src/views/basket/index.blade.php vendor/aimeos/aimeos-laravel/src/views/page/privacy.blade.php vendor/aimeos/aimeos-laravel/src/views/page/terms.blade.php vendor/aimeos/aimeos-laravel/src/views/base.blade.php vendor/aimeos/aimeos-laravel...
by timothy_truckle
12 Jul 2018, 09:20
Forum: Laravel package
Topic: csv import mysql error
Replies: 7
Views: 3238

Re: csv import mysql error

Thank you!
Shop is now up and running. You can see it in Action at https://www.wurstrezepte.org

I'd like to put the template (css/js etc) into a separate package, maybe someone else is interested in it. What would be the best way to do this? Thanks again and sorry for the late reply.
by timothy_truckle
13 Mar 2018, 14:19
Forum: Laravel package
Topic: csv import mysql error
Replies: 7
Views: 3238

Re: csv import mysql error

I think the issue is not with the path or csv, the query made by the importer is not properly quoted, a file import attempt is never made, if i remove the zip-file the output is the same: #20 {main}Number of apostrophes don't match: followed by the query: SELECT mpro."id" AS "product....
by timothy_truckle
12 Mar 2018, 14:30
Forum: Laravel package
Topic: csv import mysql error
Replies: 7
Views: 3238

Re: csv import mysql error

Aimeos Version from composer.json: "aimeos/aimeos-laravel": "~2017.10"
by timothy_truckle
12 Mar 2018, 14:08
Forum: Laravel package
Topic: csv import mysql error
Replies: 7
Views: 3238

csv import mysql error

PHP 7.0.25-0ubuntu0.16.04.1 (cli) I tried to import a csv with products: php artisan aimeos:jobs product/import/csv Number of apostrophes don't match: SELECT mpro."id" AS "product.id", mpro."siteid" AS "product.siteid", mpro."typeid" AS "product...