acowebs
Forum Replies Created
-
As we haven’t heard back from you further, we assume that this issue has been resolved at your end and considering this ticket as closed. Please don’t hesitate to get back to us if you require any further assistance or clarifications from our end in future.
Thanks!We are marking this ticket as resolved as per our communication over chat.
Hi,
Are you using any plugin for exporting orders, then please share the plugin details also, so that we can have a lookHi,
We have checked url site link, But can’t see any issue at frontend part.
are you referring issues in site backend? Please connect us at the online chat provided at https://acowebs.com, so that we can get a more clarity on the issues you are facingHi,
All the fields are stored in database. If you are able to see the data in cat, checkout and order details page, the data will be stored correctly. Otherwise there can be any issues with your configuration. If you give the site URL we could have a look.The data are storing in woocommerce order meta table
The calss “cart” on form tag is not coming from our plugin. It is default wooCommerce class. You can write custom css code to remove the background color
Hi,
There is no option to remove the classes without modifying the plugin code.
Can you explain the scenario on what case you want to remove the classes? the classes used here are all unique and using prefix wcpa_ , so that it will not make any conflict with other styles.Please contact us at the support/contact option in our site with your details. As per WordPress policy, this forum can be used only for the free version. Our team will get back to you with further details.
As we haven’t heard back from you further, we assume that this issue has been resolved at your end and considering this ticket as closed.
Please don’t hesitate to get back to us if you require any further assistance or clarifications from our end in future.
Thanks!As we haven’t heard back from you further, we assume that this issue has been resolved at your end and considering this ticket as closed. Please don’t hesitate to get back to us if you require any further assistance or clarifications from our end in future. Thanks!
Hi,
You can find all the template hooks at \wp-content\plugins\woocommerce\includes\wc-template-hooks .php, please find the required action hooks from here.For a simple product type, you can try this
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price' ); add_action( 'woocommerce_before_add_to_cart_button', 'woocommerce_template_single_price', 20 );
Hi,
You can find the demo links at WooCommerce custom products options premium. Please feel free to test everything.
As per your points, points 1-3 will work by default on this plugin, and regarding the commission calculation, you have to write some custom codes as we suggested earlier.In any case, we offer a 30 day money back guarantee if our plugin is not working the way you want – so you could be rest assured that you won’t lose your money
Hi,
We can’t see our plugin using in this site, we believe you have been using some other pluginsThanks for confirmation, we are making this ticket as resolved
Are you able to see the add to cart button on the product page? Please ensure you have set price for product.
if you share the site URL, we could have a look