Additional Tweaks:
Additional Store View options:
Go to wp-admin->Dashboard->Tools-> “Amazon Store Pages”. The “Amazon Store Pages” will create a page that lists all the products in a list view format.
Additional: On the demo site we created two pages; One called “Laptop” and the other “GPS“. To use our demo site as an example; If you had wanted to create a single page called “Store” you would do that here and use they keywords of the products already imported into your store (For our demo this we would use “GPS, Laptop” as our search terms.
Additional: To edit or manage this page even more Go to wp-admin->Dashboard->Pages-> Edit and select the page you would like to edit or delete.
Additional View Cart options:
‘View Cart’ button is built in to the store, but if you want to add it into additional places on your site (header, footer, sidebar, etc) you can insert the following code into your website template wherever you would like to see the “view cart” link or button.
<a id=”ov_view_cart_btn” href=”#”>View Cart</a>
This creates just a link for ‘View Cart’
or
<input id=”ov_view_cart_btn” type=”button” />
This creates a button link for ‘View Cart’
or
<input id=”ov_view_cart_btn” class=’ov-button ui-state-default ui-corner-all’ type=’button’ value=’View Cart’>
This creates a blue ‘View Cart’ button the same color and style as the current ‘Add to Cart’ button
