How can I make an online shop in BIG CARTEL? - bigcommerce

how can I make an online shop in bigcartel
guys, I want to make a shop like this (https://mrghad.bigcartel.com/003826) in big cartel.

Related

When requesting GetMultipleItems is it possible to retrieve discount information?

I am trying to access the special discounts that sellers offer when you buy multiple products from their shop.
I am using GetMultipleItems to get the data on a large set of books and their prices however a lot of the products we buy are a lot cheaper when multiple products are purchased form one seller. I would like to reflect that price in my software so getting these offers from the API would be incredibly useful.
Like in this example
Example offer
If anyone knows of a way to get that data it would be much appreciated.
Edit
After much searching I've found this which is the information I need to get for each listing. But still no ways to get the info in a request.

WooCommerce SQL query to get product by tag, category, price and size/color variation attributes

I'm setting up a chat-bot on my Wordpress / Woocommerce website. I want the chat-bot to recommend the user products by asking the user some basic questions like "What clothing color are you looking for?" ,"What price range","What size", "What type of clothing (Jeans, Shirts, etc), and also by Category (Men or Women).
I already made a webhook for my dialog flow chat-bot to connect to my Wordpress database and it works fine.
But then I took a look into the database, and I don't know if it's just me or I have some kind of dyslexia, but I can't figure out how the database is structured...
What I'm trying to get is a table with the product details (inclusive product link) and image etc by asking the user questions about the Size, Color,price range , category and tags. But it looks like everything is in another table.
Some help will be really appreciated.

Store on Google Shopping, Adwords and Merchant

I'm working on a store (shopify). I want to show my products on google shopping.
I have a feed on Merchant, connected with adwords. I setup a campaign with everything is needed.
The problem is, my store and my products, in categories like I have on store and adwords campaign, not showing the products or the store.
I don't have any ideas, I read all documention of google about it, and the problem continuous.
PS: If is possible, I wanna try add my articles on the showcase on google search (ex.: search by "Smartwatchs")
This may we way too late, but maybe it helps someone.
You said that your categories, as you have them in your store, weren't showing in Google Shopping.
I'd recommend:
A - making sure that you have assigned product types to your products in accordance with your store categories/sections (i.e. Clothing > Men's Clothing > Shirts)
B - clicking the "plus" icon to "subdivide" your product groups based on the product types you assigned.
Screenshot

A single Shopify store for US and Europe, is it possible?

I'm new to Shopify and I'm looking for some guidance.
I have a customer who has a warehouse in the US and a warehouse in Europe. They have a Shopify store for US customers, with a shipping from address set to the warehouse in the US.
They do not have a store for European customers.
What they would like to do, which I'm not sure is possible... Is keep the current US store, and add the ability to ship to Europe. This would require adding prices in Euros, for each product, and adding a second Shipping from address, which does not seem to be an option.
Does anyone have any experience with this, and can provide some guidance on any of these points?
I'd agree with what David said. It is easier and less-tax-hassle free two maintain the store on two domains.
But I can see why you require a multi-currency store. Fortunately, Shopify does have provision to at least display the product prices and offer a toggle switch for the users.
Refer to the following Shopify docs:
Show multiple currencies in a drop-down list on your storefront
Add a button to your online store to enable toggling between two currencies
To do that, you would have to show prices in Euros, but all money would be collected as USD. Not ideal. Plus EU usually has taxes in, US, not. Shipping is easy in that you can control where things get dropshipped from.
It is simpler to just open two shops. One for Euroland, and one for the US Shops are cheap compared to the sweat you'll put in trying to make one store do it all.

Where is the information located in Magento on a sales order for discount information on the API

I just want to start out this post by saying that I am not a programmer, nor do I play one on TV. I have found this site because I have been trying to manage our Magento instance, after pretty much left high and dry by the developers we had building this for us. I will try and explain it the best I can below:
When we apply a shopping cart coupon to the sales order, and the discount is applied to each item, a new line item total is configured by Magento. We then have a connector that takes the information from Magento's API and it is then connected to Open Bravo, which is our ERP accounting software. Open Bravo is grabbing the information as it normally does, however it doesn't see the discount information, so the order total is different in our accounting program then what Magento has. Open Bravo is teling me they need to know where the discounted amount on the sales order in Magento is on the API. It's obviously in a different spot then the standard sales order amount.
I might be able to describe a little better if you hit me with questions. Any help you could provide would be highly appreciated. Maybe we could barter for some office supplies, as that is what we sell.
Thanks!
If you are using Magento API to fetch order information from magento, then below link will be helpful to find actual value.
http://www.magentocommerce.com/api/soap/sales/salesOrder/sales_order.info.html
It seems that your ERP is storing "base_grand_total" value in stead of "grand_total".