Cart problem with Shopify app

I have a problem with the official Shapediver app in Shopify with quantities.

See pictures, in this example I have a product calculated to cost 2841:- each and want 5 pcs. And that adds up to 14 205:-. But in the shopify cart it becomes 5 x 14 205:-. And if i change the quantity in the Shopify cart it becomes like this:

Product price x Q x Q, but it should be Product price x Quantity. With this behavior it feels like its something with the app and not my definition? The price for a single item is correct in the cart all the time, but quantity is calculated twice for some reason.

In the Panel connected to the “add to cart action” in the definition you see that “price” is 2841 and “quantity” is 5. I have labeled the button to show the full price for all tho.

This seems to be an issue even if I dont use the quantity input in the “add to cart action”, I have models on the site that simply has the price calculated and I expect the customer not to buy more then one (You cant choose quantity in the definition). If i add that product to the cart (Example price 10 000) and change the quantity (2) in the cart it becomes like this:

(10 000 x 2) x 2 = 40 000 ((20 000) x 2), (Single item x 2) x Quantity (2). But it should be 10 000 x 2 = 20 000, Singel item x quantity (2).

This seems to be something with the app/integration in Shopify, the single item price should not change in the cart.

We could reproduce the problem, and will work on a fix asap.

This should be fixed now, please try again and let us know.

Works now, thank you Alexander!

New issue Alexander, something has happend from earlier this week with the Shopify app.

I have that “admin mode” function in my definition to be able to show one more accordion for exporting and net price calculations when reciving an order. But the “admin mode” function goes from FALSE to TRUE when just changing values for anything else in the app/definition. So now when a customer changes like the size for something and the definition is finished thinking it shows my export accordion for the customer.

Last pic should be the first, when opening a configurator in Shopify. Second pic when changing a random parameter, “Exportera” is Swedish for “Export”. First pic is where I set up Admin mode in the dash

Please share a link that allows to reproduce this.

Password to site (Top right corner): nordsets

Pick a model without tabs, just accordions. I have not changed all models yet from tabs.

Hi Alexander, have you got time to check this? :slight_smile:

I tried to log in, but it doesn’t work, is this password still correct?

Sent a private message :slight_smile:

I tested the following products in your store, and couldn’t reproduce the problem. Please let me know whether this problem still happens, and for which product.

Cant se what product due to password, try this one:

We identified the problem, and a fix is part of the upcoming App Builder release 1.7 which we plan to deploy later this week.

App Builder 1.7 has been deployed, please test whether the problem has been solved for you.

Works now, thank you!

I have a small request if you could have it in mind for future updates :slight_smile:

Mantine supports different types of buttons, filled, outlined and 2 more. I have add to cart action and I recently added the close configurator action, it would be great to be able to choose the look on the buttons separate to have like the add to cart button filled (main button) and the close configurator button outlined (secondary button).

I tried to make the change with the theme override .json, but the buttons are defined the same as “button”. So i tried to manipulate the code i GH, but that was not possible.

We will add a way to control button variants in a future update. I will let you know once we make progress about this feature.