You are here: Home
Support site for Tips and Tricks HQ premium products
I just went through the whole process myself… just follow this video exactly and you should be good: http://vimeo.com/15292969
The one caveat – that Website Preferences aren’t in the same location on PayPal anymore.
To get to them, Log in to PayPal. Select “Profile” then “My Selling Tools” from the left-hand side. Finally, click “update” on the line that says “Website Preferences” in the “Selling Online” section.
That’s where you setup Auto-return, get your Key, etc.
Was having the same prob AB – solution?
Go into WP eStore > Settings > General – make sure that the checkbock that says “Enable Smart Thumbnail Option” is NOT checked. Then your CSS size adjustments should work.
I had enabled it to try and fix the problem before discovering the CSS factor.
FYI – for anyone trying to get the same width or height to all of their images, just notate out the opposite line; i.e.
In the wp-content > plugins > wp-cart-for-digital-products > wp_eStore_style.css
.thumb-image {
width:150px;
/*height: 175px;*/
}
All thumbs will be whatever height at a width of 150 pixels.
Word