Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #579024

    Hi everyone! Good morning to all… :)

    I am creating several online food menus for a client. In essence – we have 3 types of food – Pick Up in Store, Individual Catering and Corporate Catering. I am using Woocommerce to handle the products, and the Advanced Layout Editor to set up the pages (and the built in Enfold add-on for ‘Product List’).

    We aren’t using the standard checkout process – instead, online orders create an email which is then sent to the store (or designee) and from there, orders are filled. All orders are paid on location at the time of service. So far, all of this works perfectly.

    Here is my issue / question – for the INDIVIDUAL CATERING MENU ONLY – I need to display these food items just as I have in the other menus, but in this case, I need to disable the ‘Go to product’ AND the ‘Add to cart’ functions. Right now, when using the Product List > Item Links, I have the option to ‘Show Single Product Page’ or Add Item to Cart’.

    Can this be modified so that a third option of ‘Neither of these options’ is available? I am trying to make it so I can selectively ONLY DISPLAY products using the Product List add on… that way – all products have the exact same appearance throughout, and I can continue to modify which categories each product belongs to, knowing that products displayed in the Product List add on can be made DISPLAY ONLY as needed.

    #580296

    Hi MindSpark!

    Thank you for using Enfold.

    We can hide the buttons on that specific page using css. Please provide the url to the page. Or use this in the Quick CSS field:

    .avia_cart_buttons {
        display: none;
    }

    We can append the page id to the selector if you want to hide the buttons on a particular page.

    Cheers!
    Ismael

    #580426

    Hi Ismael – thanks for the reply….

    this isn’t what I am asking.

    When using the Product List from within the Advanced Layout Editor, products are displayed. The module provides many options, including the options when the product itself is clicked.

    What I am asking about is removing the ‘clickable action’ associated with each item when clicked. I have included a couple of screenshots below to better demonstrate:

    http://snag.gy/F2P0z.jpg
    http://snag.gy/7BuCx.jpg

    thanks

    #581610

    Hey!

    can you provide us a link to your site showing the elements in question please? we need to be able to inspect the elements.

    Cheers!
    Andy

    #581813

    I have PM’d you the site access info

    #582201

    Hi!

    login does not work for me. Please check.

    Best regards,
    Andy

    #582789

    just resent the site access info…

    #583523

    Hey!

    try this code in Quick CSS field so it won’t be clickable anymore:

    a.av-catalogue-item.add_to_cart_button {
    pointer-events: none;
    }
    

    Regards,
    Andy

    #584298

    that works perfectly! thanks so much!

    #584705

    Hey!

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Regards,
    Andy

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Woocommerce Product Links in Advanced Layout Editor’ is closed to new replies.