Any one with experience on Commerce websites? Need some help

jaye31987

Newbie
Joined
Jan 3, 2013
Messages
25
Reaction score
3
I'm having some trouble on a site i'm working on using WP Zon builder + WooCommerce. I was hoping if someone is willing to take a couple of minutes to help me with it, if possible thru skype.

Thank you in advance.
 
Thanks for taking the time to answer,

I want to implement some stuff I found from this website

kidsfurniturecenter com/index.php?c=4298&x=Armoires_|_Chests

(Put the DOT)

For example; in that website I noticed(or I would like to think) that he is using WPZonbuilder to take the data from amazon and put it into his/her website.
The issue is that I know how to get the products to the website but I don't how to get it into a thumbnail such as the link above.
I also notice in this amazon site that he/she was able to do an add-to-cart and automatically redirect you back to their website. I would LOVE to know how to do this!
For the life of me I can't figure out how to get these 2 issue worked out. Literally spent 8-10 hours to try to find a solution and messing with setting but failed.
 
Add-to-Cart Buttons: Create an add-to-cart button on your Web site for items offered by Amazon by copying and modifying the following code. Replace "storeid-20" with your Associates ID and "B00003CWT6" with the ASIN of the Amazon product you wish to promote. If you are a Product Advertising API subscriber, you should also replace the Subscription ID.

<form method="GET" action="http://www.amazon.com/gp/aws/cart/add.html"> <input type="hidden" name="AssociateTag" value="storeid-20"/> <input type="hidden" name="SubscriptionId" value="[AWSAccessKeyId]"/> <input type="hidden" name="ASIN.1" value="B00003CWT6"/><br/> <input type="hidden" name="Quantity.1" value="1"/><br/> <input type="image" name="add" value="Buy from Amazon.com" border="0" alt="Buy from Amazon.com" src="http://images.amazon.com/images/G/01/associates/add-to-cart.gif"> </form>
 
Thank you Panther for the reply and taking the time to write back. Unless I did it wrong but the code you gave me takes me directly to the add-to-cart on the amazon website. If you can, look at the website I link, The owner somehow managed to keep everything done in the website until the customer finally decides if he wants to pay.

Look at this link:
kidsfurniturecenter(.)com/index.php?a=cartmodify&line=C1K8X7ZQYGWQ6O&qty=0

Something like that would create so much value to the site with the "Continue to shop" button taking you back to the website.
 
It looks like he has used the amazon api interface for that. I wouldn't recommend that unless you know how to code well, or unless you can get a plug for your website that does this automatically. You have to apply to the api amazon program too,
 
look into shopperpress theme i think you are looking for features it has
 
Back
Top