shubhamtalodiya
Forum Replies Created
-
yes, i want to conditionally change the product’s price. but when i put these code :
function return_custom_price($price, $product) {
$price = $my_custom_price;
return $price;
}
add_filter(‘woocommerce_get_price’, ‘return_custom_price’, 10, 2);don’t accept custom variable price. only just accept static price like $price = 100. custom variable’s($my_custom_price) price changes every time by ajax but this function’s price not changing.
thankyou @caleb but its not my solution. all i want to do with price.
Forum: Plugins
In reply to: [WooCommerce Price Per Word] multiple file uploadi am always getting wordpress nonce error and file not uploading to the cart and order.i really need your help.
http://www.awesomescreenshot.com/image/1402238/a44e9baaf89c5adb4940cea05af5077f
http://www.awesomescreenshot.com/image/1402239/bf3e07b373c93dc7810be60fb5e6b447
i set a minimum price of 100 dollars.Forum: Plugins
In reply to: [WP Document Revisions] Assign differents files to differents usershow to assign single document to single user(editor). pls reply fast.
Forum: Plugins
In reply to: [WooCommerce Price Per Word] multiple file uploadsometimes getting ‘security problem, wordpress nonce is not verified’ error and sometimes file and total word count not adding to cart. how can i fix this? pls help. URL : http://qa.rapid-editing.com/product/test/
Forum: Fixing WordPress
In reply to: rounded cart total valuei am using woocommerce plugin.