Search found 40 matches

by kartikbhat
13 Jul 2022, 13:28
Forum: Laravel package
Topic: Products from multiple address of supplier table
Replies: 1
Views: 490

Products from multiple address of supplier table

I have created a site and created a supplier-1 and then added some 5 products there then I have added another supplier-2 for same site and selected supplier-2 as well for some 3 products added before. I am providing an supplier switching option in my frontend on supplier catalog list page After maki...
by kartikbhat
01 Jul 2022, 08:11
Forum: Laravel package
Topic: Pass matched Delivery Price ID to basket Page
Replies: 1
Views: 1002

Pass matched Delivery Price ID to basket Page

I have created a product, which has three Delivery Options Delivery Shipping Pickup For Delivery option among these ,It has various prices based on Location of the Customer I have added all possible prices for that option Delivery from Admin Panel; Now, After user enters his location I am able to id...
by kartikbhat
24 Jun 2022, 12:53
Forum: Laravel package
Topic: Get Prices of Attributes added by Supplier
Replies: 1
Views: 470

Get Prices of Attributes added by Supplier

Product's each attribute has certain price variables defined by it 'Supplier/Vendor' (Site Admin); Eg: delivery price based on location $20 for 10km $30 for 20km these price variables remain same for all products of that 'supplier' (Site Admin) [/attachment] I need to fetch those all price ranges of...
by kartikbhat
23 Jun 2022, 07:34
Forum: Laravel package
Topic: [SOLVED] Bring Price added to attribute option using ajax
Replies: 1
Views: 533

[SOLVED] Bring Price added to attribute option using ajax

I have created a attribute (eg: flavour) then I have added options to it in backend Orange Mango Choco created dropdown for this options on my frontend Here I have added price for each options from backend; like Orange - $5 Mango - $6 Choco - $7 Now I need to bring price of specific option on select...
by kartikbhat
15 Jun 2022, 05:40
Forum: Laravel package
Topic: Codebase of cron jobs
Replies: 2
Views: 798

Codebase of cron jobs

I have attached an image here shows list of available crons in aimeos system; under ai-controller-jobs -> controller -> jobs folder structure I can able to identify all order/service related cron job but there are not order email related cron file; Help me to identify those file; And after overridin...
by kartikbhat
14 Jun 2022, 05:20
Forum: Laravel package
Topic: Adding Ping URL for Cron Jobs
Replies: 1
Views: 539

Adding Ping URL for Cron Jobs

I need to add ping url (third party url) to update status of cron jobs, those which are there by default on aimeos
eg: "order/service/delivery" , 'order/service/payment' etc;
help me to place that ping url on code level for these pre-exist cron jobs
TIA :)
by kartikbhat
06 Jun 2022, 11:09
Forum: Laravel package
Topic: Delete Basket Item from Laravel Controller
Replies: 1
Views: 480

Delete Basket Item from Laravel Controller

with the help of default feature in aimeos I can able to delete product from basket; I need an approach to delete a specific item from basket at my laravel controller; I have position of that specific basket item; help me to call available feature at my place conveniently
TIA :)
by kartikbhat
02 Jun 2022, 12:38
Forum: Laravel package
Topic: [SOLVED]Remove Intermediate step after payment
Replies: 1
Views: 504

[SOLVED]Remove Intermediate step after payment

I am getting this block after entering card detail and proceed (checkout page) ; instead I need to display Order Confirmation page of order just created after this; here only after clicking on "proceed" I am landing into Order confirmation page. Help to skip this page after entering card d...
by kartikbhat
23 May 2022, 15:19
Forum: Laravel package
Topic: [SOLVED]Access Product attributes after checkout/payment
Replies: 1
Views: 528

[SOLVED]Access Product attributes after checkout/payment

It is possible to loop basket products after checkout ?
I need to access attributes and their values of specific products after doing checkout; I need to utilize for further different operation; help me to get it;
TIA :)