akanitony
Forum Replies Created
-
Forum: Plugins
In reply to: [WPSmartContracts] Integrate with VechainThanks for the reply, and yes I do know that it is not supported, I want you to help me Integrate it, I would appreciate if we can talk privately on this
No worries, and no need to reach out, I also noticed it works on mobile but not on desktop, kindly check this out on your end and release a new update, thanks!
Forum: Plugins
In reply to: [Simple Product Options for WooCommerce] Price Not showing on drop downI have just reached out via mail thanks!
Forum: Plugins
In reply to: [Simple Product Options for WooCommerce] Price Not showing on drop downYes Sir i modified this previously, but i have returned the code back to the default plugin original code and it still does not work
Forum: Plugins
In reply to: [Simple Product Options for WooCommerce] Price Not showing on drop downIt is Kindly See
https://ibb.co/999D5G4Forum: Plugins
In reply to: [Simple Product Options for WooCommerce] Price Not showing on drop downHello thanks for the reply…..
YES NEW PRODUCT
NEUES PRODUKT
on click you can see that the check box shows the reply, but the drop down does notIt is sir, it is a dropdown where I added custom option just to test it out
I think this is where the issue comes from, I Commented out those two lines of code and
everything now seems to work just fine, except i know that i just nulled the required validation.. (HAHA). I would really appreciate if you can modify this code to solve this issue thanksforeach ($this->getProductOptions($productId) as $option){ $oId = (int) $option['option_id']; if ($option['required'] == 1 && (empty($_POST['pofw_option'][$oId]) || (is_array($_POST['pofw_option'][$oId]) && $_POST['pofw_option'][$oId][0] == ''))){ $isValid = true; // wc_add_notice(__('Please specify the product required option(s).', 'product-options-for-woocommerce' ), 'error'); // break; } } return $isValid; }
Once i set a product option to not required, it does not add to cart, but once i set it to not required it adds to cart
Not Still Working it once i click the add to cart nothing happens, but if you visit the website and add the second product it automatically adds to cart, this is because the product is not set to required.
Hello, thanks for your reply, is it possible that you can customize this to support custom Ajax add to cart, because some options actually works.
Forum: Plugins
In reply to: [WPSmartContracts] mobile connectCan you please guide us on how to replace the default connect with this?
Forum: Plugins
In reply to: [WP Story] Auto Publish Posts as StoriesNot sure you understand my question as that wasn’t showing in the video, you indicated that posts from your wordpress blog could be scheduled to be autoposted as a story, how does that work?
Forum: Plugins
In reply to: [WP Story] Add media from URLNot just an image URL but also a video embedding that would capture a video from Facebook, YouTube, Twitter or whatsapp
Hello you can do a site reset by using the wpreset plugin, but please do note that if you use the wp reset plugin all your lessons will be reset and believe me you don’t want that
Hello, if you are trying to add a course material, whether in the course or in individual lesson and you click add course material, and select course material, instead of opening up your media library where you can either choose to upload to your media library or install files from there it goes straight to your folder, this means if a course material is in your media library, you can’t add it to your course material, please fix this and direct the course material link to WordPress media library instead of PC folder