Connecting wordpress site to Winedirect

I’m in the middle of connecting my client’s wine products to their wine direct account. I’m early into this, but I don’t want to waste a lot of time trying to figure it out on my own. I can’t seem to get the cart to reflect that I’ve added a product to it. You can see it here: http://hudsonvineyards.highpointersmarketing.com/our-wines/

Hey @amanda3

Two things to try:

  1. Since the development website is using SSL / https, update:
    <script type="text/javascript" src="http://assetss3.vin65.com/js/vin65remotetools.1.1.js"></script>
    to
    <script type="text/javascript" src="https://s3.amazonaws.com/assetss3.vin65.com/js/vin65remotetools.1.1.js"></script>
  2. Try updating the jQuery to the one recommended: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>

I tried that and it’s still not working…

Hey @amanda3

I took a quick look and the modal cart is working, it’s just not styled.

Try downloading the sample files from the documentation site and copy in the applicable css from V65RT-modalCart.html

This is the results of a quick copy/paste of all the styles

Hey @amanda3,

I looked into the specific SKU that is on the link posted and in the WineDirect admin panel this SKU is set to not ‘Display on Website’. If you check this value off under Store > Products > product name > General Information > Display on Website, the system should allow you to add the product to your cart on the Wordpress side.

I made some layout changes to the checkout and it’s not showing up. I parsed the files too. Also I can’t get the menu to show. I’ve checked to it to show main menu on the checkout login file and still not showing :frowning: