masterross
Forum Replies Created
-
Hi,
I dont have
duplicatepost
option.Is that a plugin?
Forum: Plugins
In reply to: [WooCommerce] Cannot set COD as default payment methodThank you Roxy for your reply!
I actually found that my main plugin causing this problem.
Unfortunately, it has no support anymore. It is not changing the payment but looks like is applied on top after payment getaways are delivered so cod is not selected by default.
Anyway, thank you!
Forum: Plugins
In reply to: [Speedy And Econt Shipping] Cant fetch officies anf more…Hi,
I shared you credentials from my other site.
I tested on 3 sites and and there is issues in all of them
Let me know if you need more info in my gmail
Forum: Plugins
In reply to: [Speedy And Econt Shipping] Cant fetch officies anf more…Hi again!
If I set free shipping method the plugin doesnt apply any shipping fee at all.
But just see for yourself. I mage a video:
Forum: Plugins
In reply to: [Speedy And Econt Shipping] Cant fetch officies anf more…OK, a New bug was found – your plugin doesnt overwrite the current Fixed shipping method. So, the calculated shipping fee is what is already set in the Fixed shipping method. I even tried to unset the fixed fee but in that case, I get “No shipping method selected” ??
Forum: Plugins
In reply to: [Speedy And Econt Shipping] Cant fetch officies anf more…Hi,
Thanks for the reply!
After disable/enable the plugin it started to fetch data.
However, I saw that wp_speedy_offices table is filling up to 584 records but after a while it dropped to 228.
So, I again disable/enable the plugin and the table again filled up with 584 records and after maybe a minute it dropped to 470. So some of the offices has gone.
The other thing is on the checkout page when it is selected Speedy the total cost is calculated correctly but it’s written for example “20.00 BGN + delivery”. This “+ delivery” should be gone. When selected Ekont is shown correctly “20.00 BGN”.
Also, on the Ekont selection button is written “Office Ekont (Free Delivery)” instead of the chosen shipping cost, which It calculated all correctly.
Forum: Everything else WordPress
In reply to: Link to admin dashboard in user’s profile page?Thanks for the fast reply.
Maybe it is Flatsome theme issue but anyway I’d be glad if you help me to add a link to Admin Panel in “My profile” menu/page.Forum: Plugins
In reply to: [WooCommerce Easy Duplicate Product] Duplicate link in admin barThanks mate!
Unfortunately, it didn’t work for me.
So based on your function and my themes (Flatsome) admin edit bar function I re-wrote it:/** * Add ?Duplicate this product in * admin toolbar */ function ross_admin_bar_link() { if(is_product()){ global $wp_admin_bar; global $post; if ( ! current_user_can( 'edit_post', $post->ID ) ) { return; } $duplicate_url = wp_nonce_url( admin_url( 'edit.php?post_type=product&action=duplicate_product&post=' . $post->ID ), 'woocommerce-duplicate-product_' . $post->ID ); $wp_admin_bar->add_menu( array( 'parent' => 'edit', 'id' => 'wedp_admin_bar_button', 'title' => 'Duplicate this product', 'href' => $duplicate_url, 'meta' => [ 'target' => '_blank', ] ) ); } } add_action( 'wp_before_admin_bar_render', 'ross_admin_bar_link', 30);
Not sure is it correct syntaxis but works
Forum: Plugins
In reply to: [Super Progressive Web Apps] Error ServiceWorker in Lighthouse@dindludovic
What plugin you use now?
I have same problem.Forum: Plugins
In reply to: [Facebook for WooCommerce] jQuery problemHi Simon,
Thanks for the fast reply!
I found out that my Asset cleanup automatically defer the upgraded JS script.
That’s why I had a problem with the FB plugin.
Anyway, after excluding the new jquery lib from Asset cleanup it works.I hope this will help others with the same problem.
Regards,
RossForum: Plugins
In reply to: [YITH WooCommerce Review Reminder] Custom link?Hi,
I’ve already did that but forgot to mark as resolved.
Thx anyway!Forum: Plugins
In reply to: [reCAPTCHA in WP comments form] Works on Firefox but not on Chrome or SafariConfirmed! Not works under Chrome latest version!
Here is the link:- This reply was modified 4 years, 7 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [WooCommerce] Warning to “Deactivate old WooCommerce Admin versionSame problem!
Deleting the old WooCommerce Admin version does not help!EDIT:
It was stupid FireFox cache problem.
I cleared it and the notice gone.- This reply was modified 5 years ago by masterross.
Forum: Fixing WordPress
In reply to: Looking for this menu pluginHi,
thank you for the reply but I just got answer from the ubermenu and they dont support image changing on hover, which I need.
So I keep looking for a solution!
Regards!
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Search] Search only in current categoryLooking for the same