I'm trying to use this plugin to add product highlights in the shop category loop in WooCommerce.
While the plugin works nicely with Astra and Storefront (highlights shown above "add to cart" button), the highlights are shown post "add to cart" for the site using UXThemes Flatsome theme.
Because the plugin works nicely in Astra and Storefront, I gather Flatsome somehow alters the loop / hooking for products shown in the shop / archive page.
My question: How do I go about debugging and figuring out exactly where Flatsome drops the ball? I really need the highlihts to be shown before the add-to-cart button. You can see a staging / testpage here:
Right now I'm sifting through the theme layout and loop php files, and not getting any wiser.
Thanks in advance for any help
Related
I'm currently working on a product page in Wordpress.
The current theme I'm using allows my product image to be sticky throughout the webpage browsing.
However, the "Add to cart" and a "Price table" is located all the way at the bottom of the page.
I'm looking for a way to change that block over to underneath my sticky product image, so people could constantly see the price changing as they're choosing their options in the page.
I'm currently using Metro as a theme as YITH WooCommerce Add-ons & Extra Add-ons to display my product options.
Appreciate all the help I could get!
Image at the bottom of the product page
I've tried to look for the specific block on the Parent Theme of Metro and I've came to a conclusion:
I don't understand PHP enough to identify the exact block that's calling the price table & add-to-cart button.
Even if I thought I found something that could be it, I tinkered with the codes a bit, but there were absolutely no changes to the site, which led to my assumption that I'm editing the wrong one due to the different layouts the theme has.
I'm creating a custom theme for a woo commerce website. Everything is good except that with my theme when I click on "checkout" in the cart it redirect me on my main page but with the URL of checkout.
If I active a simple theme as twentynineteen then i have my checkout page.
I tried to copy the checkout folder of woocommerce but it does not change anything.
What I don't get is that I don't override anything about this checkout page, so it should inherit from woocommerce and show it.
Here is my theme code: https://bitbucket.org/romain_o/wp-theme-flopo/src/master/
Thanks for your help
I don't see page.php template in given theme source code.Can you please create page.php template & make sure to put the_content(); in it. even if i create other pages they are not coming & redirecting to home page.
Hello i'm on my first webshop project, and mostly been doing normal wordpress websites in the past. I am making the shop with woocommerce and the storefront theme.
On the website the owner want the customers to be able to see the "available on backorder" message that i linked in the first image to where the red line is on the second image.
The first image is from the shopping cart page, and the second is on the checkout page.
Picture one of the shopping cart page and Picture of the checkout page
So the problem is i dont really know how to add the code for showing it on the individual product on the checkout page.
Since im still pretty new to the add_filter or function coding, i dont really have anything to show other than the two related pictures I hope the question makes sense, since english isnt my first language.
I am creating a site for a friend in Woocommerce using the storefront theme. I have created a child theme and added the below function to the custom functions in functions.php. This is to change the add-to-basket buttons for single products into 'view product' links that point to the product page.
I am using Changing Woocommerce "Add to cart" button to "view product" button answer code.
This works great on everywhere intended across the site exept on WooCommerce Blocks (E.g. hand-picked products, top-rated products etc).
Can anyone tell me why and how I would rectify this?
This is a bug (I reported that in Github WooCommerce Blocks opening an issue).
For now, instead you can use any WooCommerce Shortcode in a "paragraph" Block, which works without bugs using Changing Woocommerce "Add to cart" button to "view product" button, like:
I am currently making a webshop, and I noticed that when I add a product to cart via a page that uses the Product Archive template, no notice appears, only a button that leads to the shopping cart appears next to the product.
However, when I add a product to the cart on the exact same page while I'm within the customizer, or via a page that uses the Single Product template, it works as expected, and the notice shows up on top of the page.
I use the "Archive Products" element from Elementor Pro to show the products on the page that uses the Product Archive template, and everything is up to date.
Am I missing something here?
I've already searched Google for quite some time now, and unfortunately I couldn't find anything about this problem.