Custom quantity on woocommerce product page - php

I sell screws online on a small Woocommerce shop, and because i'm selling screws i need to sell prederminated quantity (5, 10, 60, 155, 300).
Since I can't code i've tried to search online for a free plugin, but I can find almost zero information about it and i was wondering if someone could help me solve the problem via php

EDIT:
In your specific case WooCommerce Fixed Quantity will do the job. Leave a comment if you need some help with configuration.
--
You should try harder. WooCommerce Advanced Product Quantities is what you are looking for.

You can use Quantities and Units for WooCommerce plugin.

Related

WooCommerce - Create coupon for sale products ONLY

I have searched around the web, but haven't been able to find anything that point me in the right direction.
It is possible to create a coupon in WooCommerce, that doesn't discount sale products, but we need to "reverse it", so it only works with sale products.
Has anyone been able to do that? Any help is appreciated here.
How many sale products do you have? Out of the box, you could select the list of products the coupon applies to within its settings
Now that I think of, you could assign all sale products to a given category e.g. "Sale items", and use that to include product categories in the coupon settings
Otherwise, if you don't want to to things manually, there is some PHP to write

How can I add a checkbox on a product page in WooCommerce that adds a fixed fee when checked?

Here is the trouble I'm having. I'm creating a custom kitchen cabinet doors and drawers website with Woocommerce. There are a lot of variations going into the project that alters the price (Wood type, thickness etc.) per square foot. The customer also has to provide credentials (L x W) to calculate the total cost of the product. We found that using the Measurement Price Calculator plugin works the best as it also calculated the weight of the product which can be used for shipping.
However, we want to add an option (preferably checkbox) that adds a fixed fee to the product if checked. Using WooCommerce itself and having "Boring" as a variable attribute doesn't work because adding a charge here will only add to the price per square foot and will not be fixed regardless of the dimensions.
I'm not a master at PHP and have only found ways to add a surcharge in the checkout but I need the fee to be conditional to the checkbox being checked and be replicated based on quantity. If there are any functions or hooks that you think could help me please let me know.
What you are looking for is a part of WooCommerce that was separated and turned into a paid plugin called WooCommerce Product Add-Ons.
Koda

Advanced coupon and product pricing in opencart

I have got couple of strange requirements for a shopping cart which is developed on Opencart 2.0.1.1 framework.
It would be really helpful if someone can guide me in this development
Is there any way I can show different product prices per country. For example if one product costs 10$ in USA, I want the same product to be of 15$ in UK.
Is there any way I can make user use one coupon to avail different discount rates for different products. For example discount on product A is 1$ , then discount on Product B is 6$ but with same coupon code
Help is really appreciated. This is a quick requirement.
try this open cart extension for advanced coupon combinations,
http://www.opencart.com/index.php?route=extension/extension/info&extension_id=6240

How to export products from Magento to Woocommerce?

I need to move my 100s of products from Magento ver. 1.7.0.2 to WooCommerce 2.1.11.
Is there any way to do this?
I have searched a lot but found nothing on this.
Cart2Cart solutions is the best, though it might cost you a little.
Migrations of following is possible from magento to WooCommerce
Products, product images, product extra fields, product attributes, product variants
Categories, category images
Customers, customer shipping address, customer billing address
Orders, order statuses
Not a fan of this plugin but you can use this plugin for fulfilling your purpose too.
litextension plugin might help you. The reason why i gave plugin as a reference to you is of its prompt Live support which resolved all my queries before even purchasing the plugin.
For you to compare they have also given a comparison link with cart2cart which you need to crosscheck.

Magento tier price round off

I'm using Magento 1.4.1.1
I set up a tier price in admin panel and its working well.
The problem is in the shopping cart, it displays only 2 decimal places.
Example:
In my backend I set up a tier price 0.211 but when I check it in the shopping cart, it displays 0.21. By that, it creates a computation problem.
Like when the price is 0.210 and I ordered 250pcs the answer is 52.50,
Unlike when the price is 0.211 and I ordered 250pcs the answer is 52.75.
So there is a computation difference.
I want that the price in the shopping cart to be the same on the tier price that I set up.
Is there a way to do that?
Thanks and Have a Good Day! :)
to answer your question: yes you can, but you have to change the code on many different files in magento, here you'll find more answers: http://www.magentocommerce.com/boards/viewthread/16337/ Don't forget to keep your magento system update proof!

Categories