skyline5gtr
Forum Replies Created
-
That worked, I have a paid addon on cloudflare for the workers do I need to keep it ? Thank you
- This reply was modified 2 years, 8 months ago by skyline5gtr.
When I enable I get this. It tells me to enable page caching
workers.api.error.duplicate_route (err code: 10020)- This reply was modified 2 years, 8 months ago by skyline5gtr.
gotcha ill be sure to turn it on thanks
That did it thank you. I actually did not have the optimizer installed but on the siteground dashboard they have a cache section and it was turned on. Thank you so mucvh
Forum: Plugins
In reply to: [WooCommerce] Add warranty to order AFTER order placedI did as well and wanted to ask same question to you
Forum: Plugins
In reply to: [WooCommerce] Add warranty to order AFTER order placedHey, im using Dokan
Forum: Plugins
In reply to: [WooCommerce] Remove Vendor real name from Product pagehmm they said the opposite
My bad. I did exactly as screen but it did not work. I have had you guys do some custom work to that page so does that mean I need to edit another file somewhere else
Is it a different file ?
I tried this as well and when I open the products.php this is all there is
<?php
$get_data = wp_unslash( $_GET );
$action = isset( $get_data[‘action’] ) ? sanitize_key( $get_data[‘action’] ) : ‘listing’;if ( $action == ‘edit’ ) {
do_action( ‘dokan_render_product_edit_template’, $action );
} else {
do_action( ‘dokan_render_product_listing_template’, $action );
}Do you have any time frame for when this feature will be implemented ?