I absolutely love the Upsell module, but I'm having a small problem with theming.

Many of my products have several attributes for the customer to select. Whenever Upsell prints these attributes, the mere number of them makes it look unseemly. Since the customer needs to select attributes before adding to cart, I desire to hide that button as well. I want only the product linked title, linked image, and the product price to appear.

However, when I tried using CSS to hide the attributes on the related product thumbnails, it also hid the attributes for the page's main product itself. I don't feel comfortable enough with PHP to try modifying any of the module files on my own, either.

Is anybody able to share a quick fix code snippet to help with my problem? If a significant amount of work is involved, I can gladly support the development. Your help is greatly appreciated!

Comments

Rainman’s picture

Hi, the really quick and easy way to hide the attributes in upsell is to select the Use a "Buy Now" button instead of Add to Cart form checkbox in Related products settings at /admin/store/settings/upsell.

When a user clicks the Add to cart button, it spits them into the product node with a message that the options need to be selected.

not exactly all of what you were looking for, but may fit your needs.

fairyguide’s picture

Status: Active » Closed (fixed)

Rainman, actually, that'll work fine! Thanks a lot for the help. I don't know how I missed that. ;)