Search found 3 matches

by techgeekh
18 Jan 2018, 10:14
Forum: Laravel package
Topic: Custom gift voucher feature
Replies: 12
Views: 5469

Custom gift voucher feature

Hello, I am currently trying to implement a gift voucher feature where every user will have a virtual wallet attached to their account. I am trying to get an idea if there is a better way or a built in way to do this. Note : We are using React.js on the frontend and using aimeos as a backend via the...
by techgeekh
18 Nov 2017, 17:57
Forum: Laravel package
Topic: Custom cart behaviour and reseller accounts
Replies: 5
Views: 6387

Custom cart behaviour and reseller accounts

I have some questions regarding the way to do some tasks using Aimeos. I have created a list of products without including the prices, I want the customer to be able to add these products to the cart and when the customer is ready for checkout, I want him to be able to click on a button on the cart ...
by techgeekh
16 Nov 2017, 00:38
Forum: Laravel package
Topic: Products relationship
Replies: 1
Views: 1062

Products relationship

I have created two product types "bike" and "bike_part", and I have linked them together using the "Suggested products". For example a bike can have many bike parts and a bike part can belong to many bikes. Is there a way that I can add a "quantity" field to t...