wpexthemes
Forum Replies Created
-
Hello,
Iam just a developer and I dont have Pro version, my plugin using the default mini cart of WooCommerce but you theme has changed the default html and remove some default action of WooCommerce so it make my style broken and some extra info does not work because your plugin has removed the default action of WooCommerce
Please see screenshots: https://www.dropbox.com/s/0pmezmd3n505bkf/default%20html.png?dl=0 and https://www.dropbox.com/s/1xpgb28p55fp9it/html%20change.png?dl=0Please help because this problem is from your plugin and it make my customer disappointed
Thanks
Forum: Plugins
In reply to: [Star CloudPRNT for WooCommerce] Add actionThanks you for your quick response
Forum: Plugins
In reply to: [CMB2] Save time field in secondHi,
Thanks for your quick response!
I want to save text_time in second instead of hour:minutes, is it possible ?Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Fatal error: Class ‘SiteOrigin_Widget’ not foundHi @misplon
Thank you for your info & quick response!
Could you provide some guide to create widget for Page Builder by SiteOrigin instead of SiteOrigin Widgets Bundle plugin ? or I just need to add this class to my plugin and using it ?
Thank you again ??
Forum: Plugins
In reply to: [CMB2] Theme option code not workingHi,
Thank you for reply.
I have included example-functions.php file and it is working normally when register metadata for page, but when i try theme option example code, it is not working.
I also try this code to add example option for Settings > General and it is working fine: https://github.com/CMB2/CMB2-Snippet-Library/blob/master/options-and-settings-pages/add-cmb2-settings-to-other-settings-pages.phpBest regards
Forum: Plugins
In reply to: [WooCommerce] Why you change “variable” to “variation” ??How can i get product id instead of variable ID ?
Thank you.
- This reply was modified 7 years, 7 months ago by wpexthemes.
Forum: Plugins
In reply to: [WooCommerce] Why you change “variable” to “variation” ??Ok, i understand now.
When i call
$_product = apply_filters( ‘woocommerce_cart_item_product’, $cart_item[‘data’], $cart_item, $cart_item_key );In checkout page then in will receive variable id instead of product id.