Ben
Forum Replies Created
-
Forum: Plugins
In reply to: [Booster for WooCommerce] SKU — any options for its visibility?Hey yesper,
Lol, you made my evening! So we are not so far, as geographically as Finglish or Frenglish langages. The most important is that we understand ourselves :))
Using shortcodes in these fields is very useful. Hum.. visibely you create your own shortcode. You masterize. I do my first steps since few weeks :/ I only tried with an existing original WCJ shortcode, and yes, that works good. “Author name” goes just between the photo/cover and the title/or price ?? perfect shot, which replace SKU intelligently.
Now that we have seen how to not display SKU and how to add some field, I try to find a way to <center> all fields under the photo/cover. This is quite easy to do with fields that we create, but with original fields (like SKU (R.I.P ^^), Prices, Titles) I’m afraid this is not so easy. Maybe like SKU, I should have to not display all of them and (re)add them with shortocdes.. Hum not sure it should be a good way to follow.. It will probably be for a future topic. hehe ?? I will try to search.
And yes, preview posting would be welcome ?? but not so bad, we can edit as you notice! This is funny, on the french WP community we have the preview, but not the editing.
Best Regards,
Ben.Forum: Plugins
In reply to: [Booster for WooCommerce] SKU — any options for its visibility?Hello yesper,
Oh! Sorry yes, you told about “category page” and not product page. My bad.. My english is not very well, moreover if I miss some words, it will be worse ??
Anyway, I think, as you told, that it is not a bad point for the customers to check SKU while visiting and processing order. Personnaly, I display it too (on the category page and, of course, on the product page). But for your information, there is a way to not display SKU in category page, under WooCommerce Jetpack : Via the dashboard, go to WooCommerce settings/Jetpack/Products/Products and uncheck the activation box on the archives pages which contains the SKU span style.. Well it works for me here. Make a try? Here is a screen shot (sorry this is in french). I don’t know if this is exactly what you wanted to do -_-‘ I hope.
But your tips (to replace SKU by another data) is a good idea! ??
Concerning my problem (bad and anarchic display of SKU, meta category and meta tags on the products pages), I’ve found the solution in the french WordPress community. There are even 2 possibilities but only by coding :
FIRST ONE : add this code into the style.css (of course in the css childtheme is better in case of theme update!) :
/* hide SKU on product meta section */ .product_meta .sku_wrapper { display:none; } /* hide product CATEGORIES on product meta section */ .product_meta .posted_in { display:none; } /* hide product TAGS on product meta section */ .product_meta .tagged_as { display:none; }
SECOND ONE : modify the meta.php file located here : plugins/woocommerce/templates/single-product/meta.php and comment this line to block execution (but I don’t know how to work it on a child theme.. that’s why I used FIRST solution) :
<span class="sku_wrapper"><?php _e( 'SKU:', 'woocommerce' ); ?> <span class="sku" itemprop="sku"><?php echo ( $sku = $product->get_sku() ) ? $sku : __( 'N/A', 'woocommerce' ); ?></span>.</span>
It will maybe help other people ??
Best Regards yesper
Ben.Hello,
I can’t say why. But today the plugin works now. I can access all menu. Ouf! ??
But I still have a problem with MailChimp integration. I filled my API key (and I have found my list in the scrolling menu) then I have integrated your form in the maintenance display, but when I tried to subscribe with 2 different email addresses, I always have the same message problem : “Oops! Something going wrong”. But I can’t find what.
Any idea ?
Thank you for you support.Forum: Plugins
In reply to: [Booster for WooCommerce] SKU — any options for its visibility?Hello Tom, Hello yesper,
I have the same needs.. I don’t want to display SKU as default in the product description because it appears not in a good presentation. I would like to use the [wcj_product_sku] shortcode to make it better. I searched :
– In Woocommerce : very few options.. I didn’t found the one which could erase display.
– In my theme (Evolve) : No options in the custom tools.Did you found something in a code template of your theme ? I search, I search..
NB : I got the same problem of anarchic display with “Key words” and “Categories” in my products pages. Do you have this problem too yesper ?
Thanx for the help.
Forum: Plugins
In reply to: [WooCommerce] Woocomerce order as pending instead of processing after paypalI have finally fixed the problem.
For those who search.. That was (for me) a shop address update in my Paypal account (preferences) and IPN problem.
Here is a link that could help others..
https://www.ads-software.com/support/topic/paypal-orders-not-showing-as-complete-no-emails-cancel-themselves?replies=4
wpProgram, I hope you will be able to fix it.
If Ok I let you notify “resolved” on this topic.
Thanx.
Best regards.Forum: Plugins
In reply to: [WooCommerce] Woocomerce order as pending instead of processing after paypalHello
Are we the only 2 people to have this problem ??
Could you help please… ThanxForum: Plugins
In reply to: [WooCommerce] Woocomerce order as pending instead of processing after paypalHello,
Thanx for this question!
I’m on v2.3.8 and I’ve exactly the same problem.
When payment is done via PayPal, transfer is done in PayPal (sandbox for me because i’m in test mode). Then, after payment, PayPal redirects the customer to the shop and the validation page “checkout ok” with all order details appears, but in the Woocommerce customer’s account, status is pending. When customer goes in his account to visualise the orders list, there are 3 buttons in front of the order : “Pay”, “Cancel” and “See” (in french “Payer”, “Annuler” and “Voir”). If the customer clicks on “Pay”, he is redirected to PayPal and this message appears : “This order is already payed, please contact the seller” :/
Thanx for your help asap please.
Best regards