Search found 11 matches
- 08 Sep 2024, 15:09
- Forum: Laravel package
- Topic: address extention
- Replies: 1
- Views: 5026
address extention
Columns were created for customer address and order address and item and manager were expanded. I am currently getting this error for the users address table, but the user.php file does not exist under config/mshop.php. How should I continue expanding? [/quote]SQLSTATE[42S22]: Column not found: 1054...
- 04 Sep 2024, 14:03
- Forum: Laravel package
- Topic: 1146 Table 'tenancy.madmin_log' doesn't exist:
- Replies: 3
- Views: 6748
Re: 1146 Table 'tenancy.madmin_log' doesn't exist:
"aimeos/aimeos-laravel": "~2024.07", "laravel/framework": "^10.10", "php": "^8.1", While this problem did not exist in the previous branches in the workflow, I am encountering this problem in the last branch. What could I have broken? Thank...
- 04 Sep 2024, 10:47
- Forum: Laravel package
- Topic: 1146 Table 'tenancy.madmin_log' doesn't exist:
- Replies: 3
- Views: 6748
1146 Table 'tenancy.madmin_log' doesn't exist:
Migrating: vendor/aimeos/aimeos-core/setup/MShopAddLocaleLangCurData.php Aimeos\Base\DB\Exception SQLSTATE[42S02]: Base table or view not found: 1146 Table 'tenancy.madmin_log' doesn't exist: INSERT INTO "madmin_log" ( "facility", "timestamp", "priority", &qu...
- 28 Aug 2024, 11:47
- Forum: Laravel package
- Topic: To Add a new field to order ,below the invoice number
- Replies: 12
- Views: 47282
Re: To Add a new field to order ,below the invoice number
I applied the above steps for the additions I made to the mshop_order_address table. default/shema/order.php <?php return [ 'table' => [ 'mshop_order_address' => function (\Aimeos\Upscheme\Schema\Table $table) { $table->string('care_fund'); $table->string('insurance_number'); $table->integer('care_l...
- 26 Aug 2024, 11:38
- Forum: Laravel package
- Topic: checkout subpart(signature)
- Replies: 1
- Views: 4361
checkout subpart(signature)
I want to create a subpart for signature after the address subpart in the checkout process. And all the files required for the subpart I created, such as m_order_signatur table and Manager Dekorator etc. I also want to show my signature in the summary. Can you inform me on how to manage this process...
- 26 Aug 2024, 07:50
- Forum: Laravel package
- Topic: Adding products to bulk basket
- Replies: 3
- Views: 5567
Re: Adding products to bulk basket
document.getElementById('productForm').addEventListener('submit', function(event) { event.preventDefault(); // Prevent form submission let csrfToken = document.querySelector('input[name="_token"]').value; // Sadece varyantı olan ürün için kontrol yapıyoruz let allVariantsSelected = true; ...
- 23 Aug 2024, 11:43
- Forum: Laravel package
- Topic: Adding products to bulk basket
- Replies: 3
- Views: 5567
Adding products to bulk basket
I want to add the selected products to the basket in bulk and continue to the checkout page. I would be happy if you could give me information on how to do this. I am currently storing selected products in Products in Local Storage. Also, I am getting the error Success: {success: false, message: '{s...
- 14 Aug 2024, 09:41
- Forum: Help
- Topic: checkout steps
- Replies: 2
- Views: 8361
Re: checkout steps
Yes, I added new fields to the form.
- 14 Aug 2024, 09:39
- Forum: Help
- Topic: Basket storage
- Replies: 4
- Views: 13762
Re: Basket storage
Thanks for your answer. I can use it on the backend side, but I don't want to be directed to the basket on the frontend side.
- 09 Aug 2024, 13:51
- Forum: Help
- Topic: Basket storage
- Replies: 4
- Views: 13762
Re: Basket storage
How can we manage the process without using basket? After selecting the products from the page where the products are listed, it will be directed to the address page and then the summary will be converted to pdf