Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Mike Jolley

    (@mikejolley)

    Not seen a plugin for that.

    It wouldn’t be a grid, but you could have a ‘list’ of products/buttons if you set each one up as a simple product, and then grouped them all into one as a grouped product.

    Thread Starter alfons271

    (@alfons271)

    Thanks for your answer.

    I found the plugin tablepress to make a grid as I need, then I could use a woocommmerce shortcode as [add_to_cart id="product_ID"]

    And is pretty much what I need. Now I just need to feat the style:

    http://probas.xani.net/producto/bolsas-de-papel-mediana-de-asa-retorcida-kraft/

    I’m tryng to apply custom css, trough he plugin “simple custom css”:

    .woocommerce #content .add_to_cart_button {
      width:100%;
      background:#539DC2;
      height:1px;
      font-size:17px;
      font-weight:lighter
    }

    But I cannot see any changes, how and where I should change the css?

    Plugin Contributor Mike Jolley

    (@mikejolley)

    CSS changes are fine to make via a plugin. You don’t need to change existing CSS.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘clickable atributes grid’ is closed to new replies.