Search found 2 matches

by Richard0945
01 Dec 2016, 01:03
Forum: Help
Topic: Checkout Page
Replies: 3
Views: 2462

Re: Checkout Page

Is there a way where I can create a controller in App\Http\Controllers and call Aimeos Functions There?
Id like to extract the order details just product code, name, quantity.
by Richard0945
24 Nov 2016, 21:57
Forum: Help
Topic: Checkout Page
Replies: 3
Views: 2462

Checkout Page

I am trying to find a controller that is linked to the order page that submits data to mshop_order_base_product

I want to extract all of the items that the user has just ordered (need a to find function for that) and then submit those items into a new table I have created.