Search found 7857 matches

by aimeos
15 Apr 2024, 15:41
Forum: Laravel package
Topic: Issues with creating Subparts
Replies: 2
Views: 799

Re: Issues with creating Subparts

[*]In the template code snippet example for the subpart, it is missing the "vue" class in the div The vue CSS class is already in the example template ( "<div class="col-xl-6 vue"): https://aimeos.org/docs/latest/admin/jqadm/create-subparts/#template Or did you mean somewhe...
by aimeos
15 Apr 2024, 07:12
Forum: Laravel package
Topic: I don't understand the new product attributes layout
Replies: 1
Views: 1292

Re: I don't understand the new product attributes layout

It's still the same as before but the "custom" and "configurable" parts from the former "Options" panel have been merged into the "Characteristics" panel. Now, all attribute types are available there. If you add a new product list type for attributes, they wil...
by aimeos
12 Apr 2024, 18:43
Forum: TYPO3 extension
Topic: add variant to selection product: js error
Replies: 2
Views: 1915

Re: add variant to selection product: js error

You have overwritten the template of the product section subpart in an earlier versions (before 2023.x) and upgraded to 2023.x without adapting the template to the new JS code for that panel.

The changes are partly described here: https://aimeos.org/docs/latest/changelog/2023.x/
by aimeos
12 Apr 2024, 17:51
Forum: Laravel package
Topic: Aimeos Multi Vendor and Laravel 9 with Vue 2 Frontend
Replies: 1
Views: 1523

Re: Aimeos Multi Vendor and Laravel 9 with Vue 2 Frontend

I installed LTS release: 2023.10 (Laravel 9.x, 10.x and 11.x) to work with Laravel 9 as we still use it with Vue 2 and Laravel Mix. It installed just fine. I saw many files were added to public/vendor . Is that normal? Seems to be and it is done with But it is not clear why we would want to add fol...
by aimeos
11 Apr 2024, 13:21
Forum: Laravel package
Topic: What is the difference between all the tables where user data used?
Replies: 3
Views: 4002

Re: What is the difference between all the tables where user data used?

Unfortunately, that's not so easy. Otherwise, we would have done that already.
by aimeos
11 Apr 2024, 07:58
Forum: Laravel package
Topic: What is the difference between all the tables where user data used?
Replies: 3
Views: 4002

Re: What is the difference between all the tables where user data used?

users It contains the basic customer data and the billing address as well as the accounts for the admin backend. users_address Here are the delivery address of the customers stored. mshop_customer mshop_customer_address They are the standard customer/account tables in Aimeos but they are not used i...
by aimeos
11 Apr 2024, 07:26
Forum: TYPO3 extension
Topic: Template: You are here: Back
Replies: 3
Views: 5966

Re: Template: You are here: Back

It depends on the version of the Bootstrap extension and maybe things. The default theme uses margins for the header which may interfere with different versions of the Bootstrap CSS. Best option is to add a custom CSS statement that fixes that.
by aimeos
11 Apr 2024, 07:06
Forum: Help
Topic: [Planing Stage] feasibility stage question.
Replies: 2
Views: 4215

Re: [Planing Stage] feasibility stage question.

- is possible (in easy way) to deploy different front for different location (based on geolocation) - domain, view/theme, currency and pay gateways, etc You can have different domains, themes, currencies and payment gateways for different locations but you need the complex B2B/marketplace extension...
by aimeos
08 Apr 2024, 19:06
Forum: Laravel package
Topic: Integrity constraint violation when importing existing products, categories, etc.
Replies: 11
Views: 15835

Re: Integrity constraint violation when importing existing products, categories, etc.

We can't reproduce the problem with the product property update with your file. According to the error message, the property was tried to be imported as referenced item in mshop_product_list. Did you mixed up <lists> with <property> tags?