vishal1988
Forum Replies Created
-
Forum: Plugins
In reply to: [Product Rearrange for WooCommerce] 200 products limit?I have the same issue of products limitation, can you please let us know if this is the limitation or do we have to purchase the pro plugin?
Forum: Reviews
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] Upload issueWe send the request to this email: [email protected]
Sender Name: Kishan
From email: [email protected]
Below is the issue:
Plugin Version: 2.10.9Payment ID (In Receipt)(for PRO version) : 10255
2 Upload buttons are not working in 1 form.
https://elev8booking.com/register/?artist_id=1086&artist_name=Alan%20Lott
Please click here and follow the steps and here you can get upload file options
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Rest of World PriceHello,
Why plug in stored the value up to 2 decimal places in backed after conversion to the other due to this i am getting wrong price at calculation for subtotal due to this when update the quantity total goes wrong.
Thanks
The Bigfruit TeamForum: Plugins
In reply to: [Post Types Order] After installing this plugin, random post is not gettingHello nsp-code,
Thanks for your reply, but, still it doesn’t working. code i am using now
is $all_people_posts = new WP_Query($args_post);Thanks.
Forum: Plugins
In reply to: [Post Types Order] After installing this plugin, random post is not gettingHello nsp-code,
I followed your suggestion but still not working. please help. Below is my changed argument. it’s only displaying by ASC and DESC not by rnd
$args_post=array(
‘posts_per_page’ => -1,
‘post_type’ => ‘people’,
‘post_status’ => ‘publish’,
‘orderby’ => ‘rand’,
‘order’ => ‘ASC’,
‘ignore_custom_sort’ => ‘true’,
‘tax_query’ => array(
array(
‘taxonomy’ => ‘people_taxonomy’,
‘field’ => ‘slug’,
‘terms’ => ‘experts’,
‘operator’ => ‘NOT IN’,
)
),Forum: Plugins
In reply to: [WooCommerce] Possible to have 2 different checkout pages?HELLO,
We are actually looking for two checkout pages in single website just like amazon:-
1. simple add-to-cart, buy and checkout process.
2. It is “save and subscribe” checkout process which has nothing to do with first option. It will be totally different and contain different fields compare to first checkout page. For reference please check below link of amazon checkout process for “save and subscribe”.