Tagged: Advance layout editor, Advanced, editor, product list, products, woocommerce
-
AuthorPosts
-
February 6, 2016 at 5:50 pm #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.
February 9, 2016 at 11:35 am #580296Hi 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!
IsmaelFebruary 9, 2016 at 3:45 pm #580426Hi 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.jpgthanks
February 11, 2016 at 1:54 pm #581610Hey!
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!
AndyFebruary 11, 2016 at 6:35 pm #581813I have PM’d you the site access info
February 12, 2016 at 1:21 pm #582201Hi!
login does not work for me. Please check.
Best regards,
AndyFebruary 13, 2016 at 11:03 pm #582789just resent the site access info…
February 15, 2016 at 4:07 pm #583523Hey!
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,
AndyFebruary 16, 2016 at 5:42 pm #584298that works perfectly! thanks so much!
February 17, 2016 at 1:46 pm #584705Hey!
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 -
AuthorPosts
- The topic ‘Woocommerce Product Links in Advanced Layout Editor’ is closed to new replies.