How to enable all Woo Commerce shop features if disabled? - php

Please assist with enabling all woo commerce features (add to cart, checkout, etc) to the website http://maxedev.beetleinc.co.za ... It seems the previous developer disabled all Woo Commerce features but I cant figure out how exactly. There is no plugin used to disable these features so I am assuming this is code based.

I've inspected the source and it looks like its either using a 'catalog mode' plugin or code has been added to your functions.php folder in the theme's folder. If you post it up here I can inspect it for you. also a list of your activated plugins would help.

Related

WCFM and Divi conflict on worpress / woocommerce

Hi we have a problem with displaying the wordpress admin bar.
The site is a marketplace developed using woocommerce + wcfm plugin. As graphic theme there is Divi builder.
On the WCFM vendor store page of the shop, the wordpress admin bar is not displayed, even though I'm logged in as admin user. It only happens on that specific page.
We've tried commenting out all the custom bar code and the problem doesn't go away.
An example of store vendor page: https://demo.viviladmc.com/store/caffe-martini
Whith Divi/WCFM enabled in the page there are no
Whith on of Divi/WCFM disabled in the page there are correctly
We have already checked:
Functions.php of divi contain the
No JS errors in the console
No significant error in the wordpress log (DEBUG=TRUE in wp-config.php)
Uninstalling the theme or WCFM solves the problem, it is probably an incompatibility between these plugins. Has anyone had the same problem and managed to fix it?

Woocommerce and Wordpress Plugin

WordPress and woocommerce experts.
I am designing a plugin with WordPress, but this plugin will need Woocommerce plugin as well, so I need to have woocommerce in my plugin and when I activate my plugin then Woocommerce is installed as well.
Thanks!
Good way - create conditions in your plugin.
If Woocommerce plugin installed and activated - you include all your functions and your plugin will work fine.
if woocommerce not installed or not activated - you do not include all functions and create Admin Notice with text like "Woocommerce not activated. For plugin working be sure that Woocommerce Plugin installed and activated".
Something like this - good practice.

Divi theme custom module not updating at Frontend page

I am creating a Custom Divi Module through a plugin. Our plugin adds a custom settings panel of its own, and then our Divi module utilizes some of the options/settings available in our settings to more quickly build and manage PayPal buttons through Divi.
For example, in our settings you can set up PayPal account ID(s), and then choose the account you want to use when adding a new PayPal button through the Divi module. This is working great, however, when I then update the PayPal account ID value through our plugin settings, it does not take affect unless I go back to that specific module and re-save it. Of course, that's exactly what we're trying to avoid doing.
Is there any way we can force the Divi modules related to our plugin to update? Is this happening because of cache or localstorage maybe..??
Check Video about the Issue in Below Link
https://www.screencast.com/t/9mTDFz1jhbKK
Any information on this would be greatly appreciated. Thanks!

Can i have alternative plugin instead of theme's default plugin in wordpress

I have purchased a themeforest theme for my wordpress site.
It requires 2 plugins : Resolution Slider and Visual Composer
Since these are paid plugins I want to use an alternative free plugins : LenSlider and WP SiteBuilder respectively.
Can I replace the plugins... If yes how?
Also is LenSlider the correct alternative for Slider Revolution?
Only plugins supported by the theme can be used. However, plugin copies are free and updates may require you to pay some amount to use.
No, you have to use these plugins are they are supported with this theme. The copy of these plugins are free for you, if you get it with the theme. Updates to these may be required purchase version. If you use WP SiteBuilder instead of VC, it won't work. The slider may work.

Issues regarding custom theme, plugins not working in Magento

I am using magento custom theme. When I open my product page, while loading the page the default zoom function buttons are visible for a moment. When page load completely the buttons are disappear.
Let us look the images for more info:
Before (while loading)
After page load
Why this happened so? I am installed a new custom theme. This theme not provide any image zoom functionality. I think the zoom buttons are load from frontend\base\default\template\catalog\product\view\media.phtml. Why my site load this page, since I use a custom theme the site should use the theme's media.phtml file. How can I solve this issue?
And when I try to install some product zoom plugins, these are not working in my theme. The plugin files are saved in my default theme directory. And I manually copy the plugin files from default to custom theme directory, but no luck. Please refer the LINK for more details. Is there any way to rectify this?
Please help me ...I am using magento 1.9.0.1
First of all you need to check which package you are using for you theme, you can check if media.phtml is being called from rwd folder.
i.e. /app/design/frontend/rwd/default/template/catalog/product/view
Or you can enable path hints and locate the phtml files, and accordingly that you can put the design files of custom module there.
To turn on template path hints in Magento:
log into the magento back-end admin.
Go to System -> Configuration in the main menu.
Go to Developer on the bottom left under ADVANCED.
Switch to the store view on the top left to your current website or store
view.
or check the below link.
https://support.sweettoothrewards.com/entries/21255937-How-do-I-turn-on-template-path-hints-

Categories