Hi,
I want to create a website for selling custom paint.
The price depend on the size of the paint. It Depend on the width and the height. You can see what the price list look like. I want the price to be given automatically depend of the measurement the client enter on the website. Also, you can see on the picture what I want to look like on the website. So the price will depend on the width and the height.
Exemple:
If the client enter 24 X 36 price will automatically show 375.
If he enter 25 X 36 it will be 420 because 25 is more then 24.
Thank you for your help
Picture - Exemple of price list and measurement on website
Related
We have a woocommerce website that we are looking to sell personalised shirt with Name & Number on the back but the problem is we are only allowing 1 x of each number to be sold i.e. 1x 24 1x 67 right upto 99.
Once that number has been pucharsed it cannot be purchased again.
The other variations will be colour & size.
Website URL - https://andreascartersports.co.uk.185-253-90-137.col.xenace.cloud/product/sigma-football-training-top/#
We have tried multiple plugins and product addons but nothing works.
I want to set custom price per product based on selected payment gateway. For an example:
Cash price - 1000
Visa Master - 1100
PayPal - 1250
Likewise I want to show different price based on selected payment gateway. Also, I want to show lowest price as starting price for particular product when browsing the website.
Currently I have define the upper limit price and giving discount based on the selected payment method. But I don't like that way because when browsing it is showing the upper limit price instead of lowest price for users who are browsing. As this this example it is showing 1250 for user's who are browsing the website. Instead 1250 I want to show starting at 1000.
Hope you can help me out on this.
Thanks in advance
Use woo discount rules, with product adjusment
We have a Wordpress page, with variable products.
We have 2 different attributes we use for the variables. Rent/buy and Size.
I know I can pick whether i want the stock to be shared between all variations, or specific to all variations.
What I am looking for, is a way to have rent/buy share stock, but not the sizes.
Is there any way this is achievable without creating several products (or if that isn't possible, a product for buy and lease)?
Example: 'Red leather boots'
Rent size 44
Buy size 44
Rent size 45
Buy size 45
Rent size 46
Buy size 46
Whenever someone picks a size 45, i want that one to go down 1 in stock, both the rental and the one you can buy (but not the size 44 or 46).
Looking forward to any input!
This is not possible in WooCommerce, but can be done easily with Attribute Stock for WooCommerce.
Instead of tracking stock at the product/variation level you can track an attribute stock item that is associated with both Rent and Buy. Then, whenever a product with one of these terms is purchased, the stock item will be reduced accordingly.
Disclaimer: This is a plugin that I developed and recently released. Feedback is welcome! 🙂
Ok, will do my best to explain the problem.
I am selling limited edition prints on my site. They come in multiple sizes, and they also come framed and unframed.
Right now, I set up each product to have 2 attributes: size & frame.
Within the variations, I have 4 options
11x17 unframed
11x17 framed
20x30 unframed
20x30 framed
The problem occurs with the inventory. There are 10 total 11x17 prints, but since I have to enter a stock quantity for each variation, I have to do something like this:
11x17 unframed 10qty
11x17 framed 10qty
Which makes it seems as though there are 20 total prints, instead of 10.
Ideally, I'd want to keep inventory based on attribute, not variation, but there doesn't seem to be a way to do that.
I am unable to set up the Frame as an add-on product because the cost of the frame goes up, as the size of the print goes up.
I am wondering, if there is a way to programmatically reduce the stock of other variations, when one variation is purchased. So, when someone purchases the "11x17 unframed", the "11x17 framed" stock is reduced -1 at the same time.
All of the products on the site are exactly the same, so I wouldn't mind hard-coding the specific variation names in the code.
Not sure if something like this is doable, but I would hugely appreciate any insights.
This is the closest example I could find to customizing how stock is handled:
Reduce WooCommerce Item Inventory By Attribute Value
Thanks in advance,
Jenny
I am struggling to get composite products to display the way I want in this situation. I am also using product bundles.
Basically I want to display dumbbells for sale on a page, I need an option to either buy them individually (1kg, 2kg, 3kg... 10kg, not a problem) or two options to buy sets containing 6 (1kg-6kg) or all 10 of the individual dumbbells for a fixed price.
I have got very close using product bundles but even with the fixed price for the set it still creates a dropdown box to pick a specific dumbbell and whatever is picked has no outcome because the price is fixed. This is confusing for the customer so I just need that drop down box not to appear, any ideas on how to structure it?
I need the stock of individual dumbbells (for example the 1kg-6kg set) to each decrease by one if the set is purchased.