Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Christian Puschendorf Newcomer
@chalvi · Joined 8 years ago · 7 posts · 2 topics · 0 reputation
Badges
Recent posts
-
How to collect data via a form and send it to a REST API?
· 3 years ago
How can I collect data via a form and send it to a REST-API? I would like to capture certain information and save it in a database programme with REST-API (Ninox), as the data will be further processe
-
How to get an array / list on my front-page
· 8 years ago
How can I get only the selected size in my Cart? Any idea? Here is the html.twig: {% set price = product.price|number_format(2, '.', '') %} {% set image_size_cart = config.plugins.shoppingcart.ui.imag
-
How to get an array / list on my front-page
· 8 years ago
That too. But when I choose a size, the shoppingcarts shows all sizes in the cart.
-
How to get an array / list on my front-page
· 8 years ago
Thanks, it´s working, but not in the way I thought ...
-
How to get an array / list on my front-page
· 8 years ago
Here is the part in my "shoppingcart_core_detail_item.html.twig": <select class="shoppingcart-size"> <option value="" >{{ page.header.size }}</option>
-
How to get an array / list on my front-page
· 8 years ago
I'm using the shoppingcart-plugin (but it is also a form-problem): I've added in my backend a list of sizes to a product: shoppingcart_product.yaml header.size: type: list label: Size default: 116 opt
-
Issue with Grav plugins: shoppingcart and shoppingcart-paypal and a question. thanks
· 8 years ago
Hey Jose, do you know if the offline payment plugin is available somewhere? Thanks Christian