Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 days ago.
Improve this question
created a direct checkout page for a woocommerce product by using this link https://yoursite.com//checkout/?add-to-cart=product ID.....but when i click on this it automatically adds 2 products instead of one... can anyone help me to fix this problem...any snippets...plz help
https://yoursite.com//checkout/?add-to-cart=product ID.....but when i click on this it automatically adds 2 products instead of one... can anyone help me to fix this problem...any snippets...plz help
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 days ago.
Improve this question
Does anyone know how to add <hr> after every input? For example, the user wants to add an image to his/her account and after he/she added the image, there will be <hr> down below it automatically. It is very important for me to do this.
I tried a couple of solutions on stackoverflow but they didn't work.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 months ago.
Improve this question
Can somebody lead me on the way or give some piece of code to export Wordpress products to Excel or something like this? Thank you a lot. I'm just starting coding plugins like this so trying to find now here some answers if not just lead me on the way thank you guys.
<h4>There is a [sample-data] file in the WooCommerce plugin in which you will find the product data.</h>
There is a [sample-data] file in the WooCommerce plugin in which you will find the product data.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I want to add custom drop down option in Magento Checkout Page.
I am using fire checkout in my Magento Store.
I am newbie in Magento and not getting where to start.
I have followed this tutorial but not able to figure out anything.
Please let me know which files should be updated and how can I store that option value in database also.
Any help would be appreciated.
Thanks
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
everyone I'm newby to this mediawiki platform and I'm stuck at this situation , my problem is that I am unable to the desired page by clicking the link ,
Any relevant help would be more than welcome ,
Thanks
Priya Patel
i wants to navigate on my createprofessionalprofile link in the screenshot.
'Create Professional Profile' : array('Create Professional Profile'), this is add into mediawiki/language/message.en
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
I am trying to make a clothes store for my clothing label using wp-commerce.
I have set the variations for shirt sizes and they are working ok except that when someone doesn't choose a size it adds the shirt to the cart at 0 cost.
I am pretty new to php and would like to make it so that it is compulsory to select a size when you do this.
Here is the site url http://ownc.co.nz/shop/t-shirts/in-a-class-of-our-own/
Ended up making one of the buttons checked with jQuery to fix this
$('input.sizeBtn').eq(2).prop('checked', true).parent().addClass('selected');