Search found 7884 matches

by aimeos
08 Oct 2020, 11:42
Forum: Laravel package
Topic: What does double-colon mean?
Replies: 1
Views: 748

Re: What does double-colon mean?

This tempalte is part of the Aimeos shop package (https://github.com/aimeos/aimeos-larave ... .blade.php) and Laravel refers to it using:

Code: Select all

shop::page.privacy
To overwrite it, copy the file to ./resources/views/vendor/shop/page/privacy.blade.php
by aimeos
07 Oct 2020, 17:18
Forum: Help
Topic: required.productcode - Bug?
Replies: 11
Views: 3504

Re: required.productcode - Bug?

Which Aimeos version and host application are you using?
by aimeos
07 Oct 2020, 16:58
Forum: Laravel package
Topic: my custom theme is not working
Replies: 1
Views: 1092

Re: my custom theme is not working

You need to add your CSS/JS files to ./public/css/ or ./public/js/ and reference them in your copy of the base shop template:
https://github.com/aimeos/aimeos-larave ... .blade.php
by aimeos
07 Oct 2020, 16:55
Forum: Laravel package
Topic: help in adapting/creating template
Replies: 1
Views: 713

Re: help in adapting/creating template

You only need to overwrite the templates if you must change the HTML structure. Most often, it's not necessary because you can change most of the layout using CSS. To overwrite templates, please have a look here: https://aimeos.org/docs/latest/frontend/html/overwrite-templates/ If you only want to c...
by aimeos
07 Oct 2020, 16:51
Forum: Laravel package
Topic: How can I include multiple css files
Replies: 1
Views: 809

Re: How can I include multiple css files

The "@aimeos_styles" is populated here:
https://github.com/aimeos/aimeos-larave ... .blade.php

You can overwrite the file if you copy it to ./resources/views/vendor/shop/ like described in the Laravel documentation:
https://laravel.com/docs/master/packages#views
by aimeos
07 Oct 2020, 16:43
Forum: Help
Topic: Navigation Menu
Replies: 1
Views: 841

Re: Navigation Menu

There are two ways:
- Create a list of links in the navigation bar of the application template
- Use the catalog tree component and adapt the CSS to create a dynamic category menu
by aimeos
07 Oct 2020, 11:08
Forum: Help
Topic: unpack(): Type V: not enough input, need 4, have 0
Replies: 8
Views: 3435

Re: unpack(): Type V: not enough input, need 4, have 0

Upload the files once again to your server.
You can zip all files and unzip them on the server as this provides more data integrity.
by aimeos
07 Oct 2020, 06:41
Forum: Help
Topic: required.productcode - Bug?
Replies: 11
Views: 3504

Re: required.productcode - Bug?

Yes, but your configuration is wrong. If you still have the demo data, "percentrebate.productcode" should be "demo-rebate" and "required.productcode" should be "J-001" with "required.only" equals "yes"
by aimeos
06 Oct 2020, 15:30
Forum: Help
Topic: unpack(): Type V: not enough input, need 4, have 0
Replies: 8
Views: 3435

Re: unpack(): Type V: not enough input, need 4, have 0

"ext/ai-admin-jqadm/admin/i18n" contains all translations for the admin interface including the English one.