coatedpill
Forum Replies Created
-
Forum: Plugins
In reply to: [VikRentItems Flexible Rental Management System] Where is shortcode ?Also , can we integrate your plugin to ZOHO or WOOCommerce ?
Forum: Plugins
In reply to: [VikRentItems Flexible Rental Management System] Where is shortcode ?A follow up question for the search widget .
I was trying to assign a page but nothing is showing up in the dropdown . ( Please refer to the image attached )
I created 2 different pages for products ( one that I created with a shortcode and one that was created by the plugin itself ) .
How to solve this ?
Thanks !
Forum: Plugins
In reply to: [VikRentItems Flexible Rental Management System] Where is shortcode ?Hello again .
Will this VikWidgetsLoader be available as widgets in Elementor ?
Thanks !
P.S.
Nevermind , I found it .
- This reply was modified 2 years, 10 months ago by coatedpill.
Forum: Plugins
In reply to: [VikRentItems Flexible Rental Management System] Where is shortcode ?I am using Elementor and I can’t find the widget you are mentioning in order to place that search function in the hero section .
I already bought the premium version of your plugin earlier thought that it will solve the issue .
I just want the search function to be placed in my hero section of my site just like what you have in your demo . ( See my screenshot above ) .
Hopefully you can point me into the right direction . I would greatly appreciate it .
Thanks !
Forum: Plugins
In reply to: [VikRentItems Flexible Rental Management System] Where is shortcode ?The search function I am refererring to is this one .
Is this also a search ? I am actually using Elementor .
Also , can the price change to $ ?
Thanks again for immediate reply .
Forum: Plugins
In reply to: [VikRentItems Flexible Rental Management System] Where is shortcode ?Additional question before we bought this plugin .
Where can I find the search widgets from the plugin dashboard ?
The one you use in your demo site in the hero section .
Thanks .
Forum: Plugins
In reply to: [VikRentItems Flexible Rental Management System] Where is shortcode ?By the way , I tried the Search Form shortcode but it seems it doesnt appear a search form in the front-end .
Why is that ?
The first short code is location while the other one is search form and it doesn’t appear a search form .
Thanks .
Forum: Plugins
In reply to: [VikRentItems Flexible Rental Management System] Where is shortcode ?Thanks for your reply .
I already emailed your support team and hoping there is a full documentation for this plugin .
Forum: Plugins
In reply to: [WooCommerce] Order Status based on User RoleUpdate :
I used the following snippets and turned okay with the user role assigned but the else statement is not working though . It goes directly to ” Completed ” status instead of ” On-Hold ” .
Can you point out what’s the problem with the snippet please .
add_action( ‘woocommerce_checkout_update_order_meta’, ‘update_order_status_based_on_user_role’ );
function update_order_status_based_on_user_role( $order_id ) {
$order = wc_get_order( $order_id );
$user = $order->get_user();
if ( in_array( ‘celebration_health_top_admins’, (array) $user->roles ) || in_array( ‘admin_obgyn’, (array) $user->roles ) || in_array( ‘admin_pediatrics’, (array) $user->roles )) {
$order->update_status( ‘processing’ );
} else {
$order->update_status( ‘on-hold’ );
}
}Thanks !
- This reply was modified 3 years, 3 months ago by coatedpill.
Forum: Plugins
In reply to: [WooCommerce] Product Order Category View based on User RoleThanks ! I will look into that .
Forum: Plugins
In reply to: [Image Picker For Gravity Forms] Images sizes reducedThanks , I am looking forward to that update .
Forum: Plugins
In reply to: [Image Picker For Gravity Forms] Images sizes reducedAny updates ?
Forum: Plugins
In reply to: [WooCommerce] Update Database notice won’t go awayThanks .
I tried disabling all the plugins then update the database and it succesfully updated .
I am just not sure which plugin/s is the culprit but at least it’s okay now .
Thanks again for your help . You can close this thread now .
- This reply was modified 3 years, 5 months ago by coatedpill.
Forum: Plugins
In reply to: [WooCommerce] Update Database notice won’t go awayThanks for the response .
Can you disable all plugins except WooCommerce? Then please go to WooCommerce > status > tools > update database. Does it work that way?
This doesn’t fix the problem . But let me try disabling it all and get back to you
Forum: Plugins
In reply to: [WooCommerce] +30% on Rush