user123user
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Booking for WooCommerce] export pricesthank you very much
Forum: Plugins
In reply to: [Easy Booking for WooCommerce] export pricesSo you cant export the prices.
but where is this data stored then maybe i can extract it from there?Forum: Plugins
In reply to: [Easy Booking for WooCommerce] starting price at day 0Yes thank you very much it works
Forum: Plugins
In reply to: [Easy Booking for WooCommerce] starting price at day 0with the following code i got the following
€22.50?exlusief borg
but i need
Huurprijs vanaf €22.50?exlusief borg
why doesnt it work?add_filter( ‘easy_booking_price_html’, ‘easy_booking_display_custom_price’, 10, 3 );
function easy_booking_display_custom_price( $price_html, $product, $price ) {
$content = ‘Huurprijs vanaf ‘ . $price_html;
return $price_html;
}
add_filter( ‘easy_booking_get_price_suffix’, ‘easy_booking_custom_price_suffix’, 10, 3 );
function easy_booking_custom_price_suffix( $suffix, $_product, $booking_duration ) {
$suffix = ‘ exlusief borg ‘;
return $suffix;
}
Forum: Plugins
In reply to: [Easy Booking for WooCommerce] starting price at day 0I mean is it possible to overwite the woocommerce starting price so it says rent starting from 100 euro instead of it saying 100 euro / day
Forum: Plugins
In reply to: [Year Make Model Search for WooCommerce] plugin doesnt find productthanks it is solved
thanks it is working
everything works just finehello
is this also possible to do with a already modified ymm plugin?
this is the error im getting any idea?
[22-Sep-2021 11:45:34 UTC] PHP Fatal error: Uncaught Error: Call to undefined method Pektsekye_Ymm2_Block_Adminhtml_Ymm2_Selector::hasYmm2HData() in C:\xampp\htdocs\wpmodified\wp-content\plugins\ymm-search-2\view\adminhtml\templates\ymm2\selector.php:35 Stack trace: #0 C:\xampp\htdocs\wpmodified\wp-content\plugins\ymm-search-2\Block\Adminhtml\Ymm2\Selector.php(24): include_once() #1 C:\xampp\htdocs\wpmodified\wp-includes\class-wp-hook.php(303): Pektsekye_Ymm2_Block_Adminhtml_Ymm2_Selector->page_init('') #2 C:\xampp\htdocs\wpmodified\wp-includes\class-wp-hook.php(327): WP_Hook->apply_filters('', Array) #3 C:\xampp\htdocs\wpmodified\wp-includes\plugin.php(470): WP_Hook->do_action(Array) #4 C:\xampp\htdocs\wpmodified\wp-admin\admin.php(259): do_action('toplevel_page_y...') #5 {main} thrown in C:\xampp\htdocs\wpmodified\wp-content\plugins\ymm-search-2\view\adminhtml\templates\ymm2\selector.php on line 35
goodmorning i have renamed everthing and have installed the modified version and activated it works i can upload a csv.
i have 2 different ymm search bars.but i cant export the data it wont work do you maybe know why?
it worked i now have 2 plugins:
ymm
ymm2
but i dont see ymm2 in my admin panel does this mean i didnt rename everything?thank you for your answer we will try it
thank you for the quick answer i will definetly try it.
if i add a modification for that issue, will the shortcode to get the results be diifferent?