Search found 148 matches

by ahmed31916
29 Aug 2022, 20:52
Forum: Laravel package
Topic: adding a new column issue
Replies: 1
Views: 473

adding a new column issue

Hello Aimeos, There are two confusing things. - The first one: when I add a new column to a table, it does not appear in the collection of that table. For example, when adding a new column in the customers table, it does not appear in the collection manager for this table. ^ Aimeos\MShop\Customer\It...
by ahmed31916
29 Aug 2022, 12:49
Forum: Laravel package
Topic: Is it possible to make sub attributes form the main attribute
Replies: 1
Views: 433

Is it possible to make sub attributes form the main attribute

Hello, When adding a new attribute, how can I connect this attribute to another attribute (something like: sub attribute from the main arrtibute)? In the search page I have put the Cars Makes in a select box, and when choosing a particular Make, it must returns it's Models by Ajax request. Both (Mak...
by ahmed31916
24 Aug 2022, 17:46
Forum: Laravel package
Topic: Can I assign an address from the "users_address"
Replies: 1
Views: 407

Can I assign an address from the "users_address"

Hello,

Can I assign an address from the "users_address" table, to "ca_billingoption" parameter in the checkout address step number two? how?

I tried to put id from the "users_address" table, but finally he took the user default address from the "users" table.
by ahmed31916
24 Aug 2022, 17:30
Forum: Laravel package
Topic: The products doesn't appear in the basket in another currency
Replies: 3
Views: 686

Re: The products doesn't appear in the basket in another currency

It has a price in foreign currency but it does not appear at all in the basket.
by ahmed31916
23 Aug 2022, 11:34
Forum: Laravel package
Topic: Issue in marketplace orders
Replies: 1
Views: 448

Issue in marketplace orders

Hello Aimeos, When we want to buy several products from several stores of the Market Place, these products are registered only one order id. This means that there must be a dealer who collects all the products in one order, but what if a merchant has run out of products and forgot to update the numb...
by ahmed31916
23 Aug 2022, 08:45
Forum: Laravel package
Topic: The products doesn't appear in the basket in another currency
Replies: 3
Views: 686

The products doesn't appear in the basket in another currency

Hello Aimeos,

In case of multi locale store, when I go to the basket and change the currency, the products doesn't appear (all of them). Why?
by ahmed31916
15 Aug 2022, 22:10
Forum: Laravel package
Topic: Customize checkout page
Replies: 3
Views: 878

Re: Customize checkout page

I merge all the steps in one page, but it can't make an order.
It refresh the page but nothing change, why?
by ahmed31916
14 Aug 2022, 19:09
Forum: Laravel package
Topic: Include the store details with each order
Replies: 2
Views: 635

Include the store details with each order

Hello Aimeos,

1. How can I get the store details for each order, in the history template? it shows just the Label of the store

2. How to get product url ('order.base.product.url') in the basket template or any checkout steps? it must be exist
by ahmed31916
12 Aug 2022, 08:10
Forum: Laravel package
Topic: If the product have two prices
Replies: 5
Views: 966

Re: If the product have two prices

thank you, I got it.
I made a new price type, but now the second price doesn't stored in mshop_index_price.
by ahmed31916
12 Aug 2022, 08:04
Forum: Laravel package
Topic: If the product have two prices
Replies: 5
Views: 966

Re: If the product have two prices

No, both prices will be saved to the mshop_price and mshop_index_price tables. in my aimeos project, both prices will be saved to the mshop_price, and the last price in mshop_index_price. I don't why? You can use different price types to use them for search and displaying in the frontend. how to ma...