netart.gr
Forum Replies Created
-
Is there a code that I could add temporarily in some file php except from the one I put in ?file-data-confirmation.php;
It’s very important for my client.Sure, no problem!
Your plugin’s feed:
https://taktakbaby.gr/wp-content/uploads/woo-product-feed-pro/xml/g7T063sWHxu2zc14407dMuLoynThHsAK.xmlOther plugin’s feed:
https://taktakbaby.gr/wp-content/uploads/skroutz/skroutz.xmlThanks for your quick answer.
Unfortunately, I think that it is a plugin’s option. As far as I know, the size attribute is set correctly inside product variations. Here are some screenshots.
https://ibb.co/Db51HDX
https://ibb.co/f1vRvP8
https://ibb.co/Lg4TMLNAlso I have tried another plugin (https://el.www.ads-software.com/plugins/woo-xml-feed-for-skroutzgr-bestpricegr/) that produces xml feeds only for skroutz and it sets the categories inside one field, seperated with commas.
https://ibb.co/RDDVZR7The problem is that I would like to create the xml correctly with your plugin cause it is far more flexible and powerful.
No, unfortunately the advice you gave me didn’t work.
To confirm my theory I have excluded from xml feed all products that containt symbol “%” in their product title.Then, the xml creation worked fine. You can check it here: https://lifeandhome.gr/wp-content/uploads/woo-product-feed-pro/xml/lUYrLaQ51RYxcMuSUv2DaYNAg1jb0rBg.xml
Forum: Plugins
In reply to: [Eurobank WooCommerce Payment Gateway] Μη συμβατ?τητα με Woocommerce 5.1Επ?ση?, μετ? απ? δοκιμ?? διαπ?στωσα ?τι πληρωμ?? με κ?ρτα Eurobank μα? προωθε? κανονικ?. Alpha & Εθνικ? δεν προχωρ?νε.
Thanks a lot for your answer. It is the7 theme and it has an option to deactivate the schema created by theme. Everything works fine again!
Thank you for your time!
I added this code to my functions.php and it worked!
add_filter( 'woocommerce_loop_add_to_cart_link', 'ts_replace_add_to_cart_button', 10, 2 ); function ts_replace_add_to_cart_button( $button, $product ) { if (is_product_category() || is_shop()) { $button_text = __("View Product", "woocommerce"); $button_link = $product->get_permalink(); $button = '<a href="' . $button_link . '">' . $button_text . '</a>'; return $button; } }
- This reply was modified 4 years, 7 months ago by netart.gr.
Forum: Plugins
In reply to: [WooCommerce] Sort by PopularityDear KellyMetal,
Thank you for your answer.The link provided doesn’t exactly give a solution and it is a bit complicated (I expected something like a ready snippet to copy paste it).
Unfortunately, your proposal to pay for a customization isn’t affordable for me.
(I have checked the prices…)Anyway, thanks again for your time.
Forum: Plugins
In reply to: [Payment Gateway – nexi Alpha Bank for WooCommerce] ΠροεγκρισηΣα? ευχαριστ? πολ?!
Και για το plugin (το ?βαλα και δο?λεψε κανονικ? σε woocommerce eshop) και για την διευκρ?νηση.Yes, you are writing about not free and free trial after 282 words in the description. Very honest. Please, stop wasting our times. Be clearer. I’m sure that I’m not the only one complaining…
Forum: Reviews
In reply to: [SEO Plugin by Squirrly SEO] Very Annoying spamAfter 3 weeks they are still sending me emails!!! Oh, can’t you just provide us a “OK, I tried you and now I don’t want any of your emails. Bye bye” button??
It is really annoying…
Hello and sorry for my delayed answer. Your suggestion unfortunately didn’t work for me. But it helped me to find the solution by search the old programmer’s theme (inside functions.php file).
The code that did the trick for me
add_action( 'wpo_wcpdf_after_document_label', 'wpo_wcpdf_cancelled_invoice_stamp', 10, 2 ); function wpo_wcpdf_cancelled_invoice_stamp($template_type, $order) { $order_status = $order->get_status(); if ($template_type == 'invoice' && $order_status == 'cancelled') { echo '<h1><strong>CANCELLED</strong></h1>'; } }
Again, a big thank you for your great plugin and support!
Hi @kluver!
Thank you for your quick answer and sorry for my delay.It should be custom made by the previous developer who was supporting this eshop.
Any idea of how I would implement this, please? Any tip or recommended function/class I should use?
(PS it would be very handy if in the future your plugin will show a “label” for cancelled invoices. It is much easier for the logistics person that checks the invoices to know which of them are cancelled! ?? )
Forum: Plugins
In reply to: [WooCommerce] Woocommerce sort by price problemYes, I did.
I’ve found somehow a solution.
I didn’t mention (and sorry for that) that I’ve imported the products with WP ALL IMPORT and for some reason there’s a problem with the prices.
I change the prices and I update the products and then the sorting works fine.
Thanks guys for replying.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce sort by price problemWait a minute. I didn’t say that any box is missing. The products on a category page are not arranged by price as needed when the integer part of their price is the same and the decimal only changes.
For example I see:
Product 1: 0,50€
Product 2: 0,60€
Product 3: 0,40€ -> Wrong! Should be shown first.Please, don’t open another issue here.