Please i just setup a woocommerce website and i've uploaded a lot of products, but unfortunately i discovered the the search bar on the webpage is not spooling any result. I've conducted a series of search intentionally using a product am sure is on the website, yet the search result is bringing nothing. I am using Revo theme, but could this be an issue with the theme am using. Please guys i seriously need your help on this. Your suggestion to get this fix is very important to me.
thanks in anticipation.
Related
I recently uploaded my website online and following that, I want to edit a few new things but as shown in the image above, the page has no style. The wordpress theme I bought is heavily relying on templates and the only way to edit them is through the customizer but I am trying to look for a solution and seem to find none, is there anything that can be causing this? I deleted all plugins that are not needed incase it was some plugin breaking it but that does not seem like the case.. any help?
sidenote: in the localhost the customizer works fine, its just that when I published it online when this issue has occured.
First a line about me: I have skills in html & css but no skills in php. I am new to wordpress, but I learned already to build a wordpress theme for my own from scratch. If I had a problem, I always found a solution on the internet. Now I have a problem and after searching for hours, I haven’t found any helpful tips.
I want to make a website with a little webshop inside, only one product for now. I did choose WooCommerce because it is popular and i thought maybe it works like wordpress. Now I have the problem that I have no idea how to design my site. I am sitting in front of countless files with code i do not understand. I want something similar to thie website below. Right half with an image and left half with product title, description and “add to cart” button. No category, no filters, no shop overview. Just a front page with one product.
Is it possible to do the same like designing a wordpress theme like <h2><insert title code></h2> then <p><insert product description code></p> or does WooCommerce works completely different? All tutorials I found were not helpful for me.
http://ilyaskin.com/mono/
There is a lot of question here then I will answer to one of these and I think it's better to create a new discussion for each other question.
If you to have only a product, you can start to put a shortcode to display the product details with button "add to cart" :
https://docs.woocommerce.com/document/woocommerce-shortcodes/#section-12
The next step is to customise the display and for that, the first question is to know if the theme can be updated. If yes, you have to start with a child theme :
https://developer.wordpress.org/themes/advanced-topics/child-themes/
A wordpress site that I have Woocommerce on just recently started doing something strange. The product sorting, after choosing a category, does not work. I have been searching around trying to figure out where I can correct this, but nothing I find has really helped.
I am looking for the main file that controls this sorting. I don't know if it would be the wordpress template or the woocommerce files themselves.
Does anyone know what file controls the product sorting? Also would updating Wordpress potentially fix this? I see that I have an update due.
Here is a screenshot for illustration:
Are you using the latest version of WooCommerce?
Are the templates related to WooCommerce are override by the theme?
If you are templates are override by the theme, then may be your theme is loading an outdated WooCommerce template file, which could be the culprit.
Please try to update, if applicable.
I would suggest updating them, if applicable: https://docs.woocommerce.com/document/fix-outdated-templates-woocommerce/.
That should may help in solving the issue.
Can anyone list the main causes for a widget i developed doesn't show up in the New Instance Widget section of Magento CMS?
I followed this tutorial, but it doesnt show up as it's supposed to, actually it doesnt show up at all.
If you think you need to see my code please just tell me.
Happy programming!
If you have done the Magento security upgrades , you might want to white-list the widget so CMS pages can access it.
I've got to work on this site which is running Flatsome theme. i've updated both woocommerce and flatsome to it's newest versions. (woocommerce 2.5 and flatsome Version: 2.8.1)
and the site works perfectly, except for the mini cart. when an item is added it registers in the mini cart. but thereafter any addition or removal of items are not shown in the mini cart. in layman's terms it freezes! even when the cart is cleared it will show the same initial product(s) added.
Tried disabling all plugins including W3C total cache and still no luck?
Can someone please help me? Pretty please?
PS - If you reload the site while this issue is happening, you can see for a brief moment the actual cart value is there in the mini cart, but it resets back to a wrong value when the site is fully loaded. i believe this is caused by a cookie issue but i don't know where to start .
Issue was Server caching! Disabled varnish and we're golden.
Hope this help any other facing the same issue as i am. Go to the Wordpress thread here for Mike's Awesome Solution
Thank you everyone who take a look into this! :)
Huh... Luckily i recently worked in the exact teplate for the production of an e-shop. The point is that Flatsome has a mechanism where the DOM is replaced with AJAX after the initial load. So I recommend the use of firebug to see which javascript files are running on load.
In my experience the problem was with a global php file under woocommerce plugin. Also the developers of this template have put comments in the code in case someone needs to change something in their site.
To sum up, you should not alter the core files of Woocommerce because it gets messy when the AJAX replacements take place. I recommend you replace the whole woocommerce plugin with a fresh one in a new installation and see how it works.