Discussions

Ask a Question

Mintsoft

How do I connect to Mintsoft, I have the access tokens but get Error 400 from Mintsoft so must be missing something?
ANSWERED

Can't find Ecwid object on WIX

I'm using WIX with Ecwid. I can't find any documentation that indicates whether Ecwid.Cart.get() must be run in the background or foreground. Either way, I assume that there must be some kind of import to use it. I've tried google searches for a couple days now without finding anything to answer these questions.

Is it possible to have 'Add On' available on Products

e.g. I am a florist and with a bouquet of flowers, I would like the customer to have the option to add - Chocolates, wine or a vase to the order for an additional price.

Ecwid raises prices by almost 50%??!!!! I just signed up with them!

So a 50% increase without any increase in value?? I am livid. I just signed up for Ecwid and have been using it for about 2 months. If my small business could have afforded the "Business" Plan instead of the "Venture" plan I would have gone with it. Now it looks like the Venture is more than what Business would have been? This is outrageous. I can see how corporations can get you like the frog in the pot of water, 8% here, 10% there, but over 49% with less than 30 days notice? Time to look at Shopify again. This leaves such a bad taste in my mouth any good feelings I have had about Ecwid are gone. At this point I would look for anyone BUT Ecwid, and I normally am pretty laid back. Just horrible!
ANSWERED

Can i have 2 conditions for Delivery?

Hi, I see i can set subtotal or weight as conditions. Is there any way i can both? For example, if subtotal is >= $100 and weight \< 1kg, delivery is free. Thanks

Is there any way to use EcwidApp functions outside script inside react jsx ?

Is there any way to use EcwidApp functions outside script inside react jsx ? like importing and using?
ANSWERED

Error with Ecwid.OnPageLoaded.add(function(page)

I'm trying to insert a custom javascript to my starter site, but the logs keep showing the following error: "TypeError: Cannot read properties of undefined (reading 'add')" ```javascript Ecwid.OnPageLoaded.add(function(page){ if (page.type === 'PRODUCT' && page.name && page.name.toLowerCase().includes("CONDITION")) { console.log("This is a CONDITION product page."); window.ec = window.ec || {}; window.ec.storefront = window.ec.storefront || {}; window.ec.storefront.product_details_layout = "TWO_COLUMNS_SIDEBAR_ON_THE_LEFT"; Ecwid.refreshConfig(); } }); ``` What am I doing wrong?

How do I search for an order by it's internalId or externalTransactionId?

My payment system gives me internalId of the order and not the id. So it's impossible to match payment transaction and an order in ecwid panel. API also does not allow searching either by internalId or externalTransactionId fields so I can't write a custom matcher app. It would be very convenient to make those fields searchable to allow matching such payment transactions to to actual orders.

WP: Extending the built in Gutenburg Blocks

Is there a way to extend or override the default blocks that Ecwid provides? In particular, the thumbnail size is not ideal for our current needs. I realise that this could be faked by over-riding CSS styles, but I wanted to confirm that there isn't a way to extend or modify the existing blocks.

How can I add multiple text fields as an option

I need customers to enter names to appear on a sign. I would like one option that shows multiple text fields. I don't see how to do this. I am trying to avoid entering multiple names into one text field, if possible.