Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #776012

    Hello!
    I created catalogue using Enfold catalogue layout element.
    How can I add icon next to price that instantly add product to shopping cart (without page reload)?
    I already added all my products using woocommerce. I want to asign them with catalogue.
    Thanks.

    #776130

    Hey zeaigars,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #776258

    Hello, again

    I found solution for linking products. I’ll use “menu/?add-to-cart=657”.
    But I still need help with adding specific image/icon as “+” next to price.

    #776273

    Hi!

    Let us know if that plugins helps at all

    WooCommerce Quantity Increment

    Cheers!
    Basilis

    #776322

    No it doesnt helps me.

    I want to add image as (+) sign and when you click it products adds to shopping cart.

    All I need is the css code/modification that will add image icon next to price. (Enfold catalogue element)

    #776380

    Hi,

    This link should help you: http://stackoverflow.com/questions/25942950/woocommerce-plus-and-minus-buttons

    Best regards,
    John Torvik

    #776610

    Okey, look what I need. (CSS Code to do that).
    How I need: http://imgur.com/a/vGZH3
    Now: http://imgur.com/a/i5PcJ

    All I need is to add that plus.png image next to price. (Also I need option to add custom link for each (plus) image.

    Thanks,
    I really hope you can help me.

    #777345

    Hi zeaigars,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .av-catalogue-price:after {
        content: '+';
        font-family: 'entypo-fontello';
        font-weight: bold;
        font-size: 30px;
        margin: 0px 0px 0px 12px;
        line-height: 33px;
    }
    

    You can add there background image, if you need an image instead of plus.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #779262

    How can add my image instead of entypo icon?

    #779289

    I have and fontello icon now: http://imgur.com/gPwYmjU
    But I still have few questions.
    How can I change the “+” sign only to white?

    Otherwise how can I add my own image (icon) instead of fontello icons next to price?

    #779448

    Hi zeaigars,

    This is how you add an image:

    
    content: url(“http://dev.disklabs.com/html/assets/img/menu-arrow-recovery.png”);
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    • This reply was modified 7 years, 7 months ago by Victoria.
Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.