arun69268
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Some of categories not showing productsyes i fixed it. It was problem with catelog search option of product. it set to hidden. i set it visible for all products with following code
global $wpdb;
$proTable = $wpdb->prefix.’posts’;
$allProducts = $wpdb->get_results(‘select * from ‘.$proTable.’ where post_type=”product”‘);
foreach($allProducts as $product)
{
//echo get_post_meta($product->ID, ‘_visibility’, true);
update_post_meta($product->ID, ‘_visibility’, ‘visible’);
}Forum: Plugins
In reply to: [WooCommerce] Password protected downloadable productyes i know. Its in publish option from where i can make it password protect, but i think you are not getting me. Listen i am explaining again. As all my products are ebooks so these are downloadable. Each ebook will have random password. In simple words i want to generate a password for every ebook when user get paid. And this password will be mailed automatically to user. And he will download this file by using that password.
Forum: Plugins
In reply to: [WooCommerce] Password protected downloadable productThanks for your reply.
But i want to use password protect products. I want the same process as i explain above. Is there any solution for this?Forum: Plugins
In reply to: [WooCommerce] Increase file upload sizeThanks for your reply.
I have one more question. I want to make my downloadable file password protected. Like my product which is an ebook will be password protected and when someone purchase my ebook, after payment the password of ebook will be provided to customer via email. Then by using password, he will download the ebook.Forum: Plugins
In reply to: [Calculated Fields Form] Date picker dropdown is not workingOk.. thanks for solution. Your respond time was excellent.. *****
Forum: Plugins
In reply to: [Calculated Fields Form] Date picker dropdown is not workingyes i did as according to your instructions but it still not working. I updated the script method from classic to direct but it still not working..
Forum: Plugins
In reply to: [Calculated Fields Form] Date picker dropdown is not workingI both checked my plugin in wp-admin and in c-panel directory but there is no any plugin like date picker or calender picker as you said. Your response time is impressive but solution is also needed. Please help.
Forum: Plugins
In reply to: [Calculated Fields Form] Date picker dropdown is not workingi don’t have installed any “Date picker” or any other calender plugin in my wordpress. I checked twice