TimoVeld
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Clean way to disable hooks?That was exactly what I was looking for, thank you.
Forum: Plugins
In reply to: [WooCommerce] How to make each product uniqueGot it working. Turns out the hefty customization was not so hefty after all.
Added a timestamp to the $id_parts content.
Forum: Plugins
In reply to: [WooCommerce] Where is the code that determines order_item_id?If anyone still needs this. It’s located in class-wc-cart.php.
Changed to resolvedForum: Plugins
In reply to: [WooCommerce] How to make each product uniqueHefty customization, my least favorite kind.
Could a push in the right direction be something you could help me with?It is unique to each order yes. I’m trying to store an uploaded image.
Forum: Plugins
In reply to: [WooCommerce Upload My File] Customize pluginUnfortunately it is absolutely necessary that the user is able to upload the file before checkout.
I’m currently trying to implement this functionality myself. If that fails I’ll try to integrate cropping functionality with https://www.woothemes.com/products/product-add-ons/ .
Thank you for all your replies.
Kind regards
Forum: Plugins
In reply to: [WooCommerce Upload My File] Customize pluginI realise it is because of security reasons to upload a file afterwards, the problem with that is that my clients won’t purchase my products if they have to pay first.
Our competitors all do allow the user to upload and crop their photo before actual purchase. Thus giving a far better user exeprience.If there is ever a PRO version with this functionality, then please let me know.
Forum: Plugins
In reply to: [WooCommerce] Product variations variableWhat I’m actually keen on finding, is how the prices are generated when selecting an attribute. If I could see how this functions works, I could just copy and modify it’s code to my needs.
Forum: Plugins
In reply to: [WooCommerce] Product variations variableNo I want to do it before it is added to cart.
So are you saying I’m in the right direction with $selected value? Only I have to make the change with jQuery, not with php?Forum: Plugins
In reply to: [WooCommerce] Product variations variableI’m gessing I need something like
<?php if ($selected_value == 'AttributeValue') {$phpVar = 1;} else {$phpVar = 5;} ?>
But I can’t seem to get it to work
Najeeb,
Do you have any intentions on building a modification of your plugin? Allowing upload BEFORE purchase. Also, a crop function would be nice.