Hello everyone,
I have made a module to create a customized product.
By pressing the "add to cart" button a specific price is inserted into the "specific_price" table of the database. This price is also connected with the current cart-id which I get with this code:
{$context = Context::g...