charliexstanford
Forum Replies Created
-
Any update please on this?
Thanks
Hello,
I have resolved the following issues myself
1) Removing the “refund button” by inserting the below code
.wcmp-order-actions.wcmp-order-data-row-toggle { display: none; }
2) Removing the “refund status” form by commenting these lines in dc-woocommerce-multi-vendor/templates/vendor-dashboard/vendor-orders/vendor-order-details.php
<!-- Customer refund request --> <?php /* if( apply_filters( 'wcmp_vendor_refund_capability' ,true ) ){ $WCMp->template->get_template( 'vendor-dashboard/vendor-orders/views/html-order-refund-customer.php', array( 'order' => $order, 'vendor_order' => $vendor_order, 'vendor' => $vendor ) ); } */ ?>
Can you please confirm is the above snippets are safe for other elements and future updates? if not, can you suggest a snippet for query (2) for functions.php?
3) But I am still stuck at the third query – removing the tracking number. I understand that you are working on an update(github). But in the meanwhile can you please advise? I am not able to figure out resolve this. I tried this code below, it worked but it may remove all the blue buttons. That’s not a good thing.
.wcmp-color-scheme-outer_space_blue .btn.btn-default {display: none; }
I only need to hide this part – https://prnt.sc/un5frl
I have already removed the “mark as shipped” functionality by disabling the edit button. see here – https://prnt.sc/un5g4b
All plugins deactivated and switched to the theme Storefront. But still no result.
The point is that WCMP is not even recording the number of visits. So how will it represent on the map?
Screenshot for better understanding – https://prnt.sc/umf9b5
Please advise
Yea. it works now.
There were two places, similar code that needed to be edited unlike the default woocommerce code which has only one time.
Thanks for pointing that out. It is working as desired.
Is anything similar to those design possible currently in paid version if not in free version?
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Price range is still visibleI know that but Woocommerce Geolocation with cache support adds an extra string to URL which slows down the overall load time of the website. On average it increases 3 seconds up.
That’s why I was interested to integrate with your plugin. I have used almost all the currency plugins markets including the paid ones from codecanyon but no one works without enabling woocommerce cache support. And I don’t want to do that because it slows down the site.
What are your views on woocommmerce geolocation with cache support?
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Price range is still visibleHello,
Thanks for your response. let me try to address the issues in easier to understand way.
A
For variable product, our theme allows us to:
1) Only display the minimal price and disable the price range.
2) When the variation is selected, the minimal price updates to the current price. There is no secondary price displayed above the add to cart button.When the 1) and 2) settings are enabled + your plugin is enabled. Then this happens:
1) It completely disregards the theme settings + no price is loaded when no variation is selected. It justs keeps loading.
Please see yourself on the test website here – https://testoriginals.website/product/enchanted-tree-canvas-wall-art/
You can produce the error by clicking “clear” the variations on the product page. The price keeps loading. Also then select a particular variation, you will understand what I mean. You will see the top price updates instead of displaying the secondary price.
———-
Other issues:
B
I added 6 country zones. Now when I update product prices, it hangs and takes too much time to update. I wanna just disable country-wise prices on the product page. Is it possible?
C)
Pre-sale question:
1) Will I be able to display country in simple text with shortcode like “Ships to Germany”?
2) Separate currency switcher with flags and customization according to the theme. Possible?Google search console shows these errors in the Products section.
But mostly the errors are on category pages, with each error in the name of a different product of that category.
I suspect its due to the update of woocommerce recently. Has anyone found a fix yet and would share here please?
It would be a priceless help.