barnabas1
Forum Replies Created
-
Forum: Plugins
In reply to: [Sequential Order Number for WooCommerce] custom prefix with current yearHello,
How can I modify the above snippet to add the prefix {YYYY}{MM}{DD}-{order_number}?
Will it be possible to add this feature to add a custom feature to a future update?
Thanks
Forum: Plugins
In reply to: [Cachify] CSS and Javascript slider@nextendweb It’s all fixed now! Many thanks!
Hello @techjewel
Thanks for your reply. It’s all sorted. Thanks
- This reply was modified 3 years, 11 months ago by barnabas1.
Sorry, I meant only for the unsubscribing form, the subscribe form is created manually.
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Stripe Dashboard Payment DescriptionThe store name is at the heading of the receipt issued by Stripe. I don’t need it to display again next to the order number of the same receipt, but to have a description of what that order is, in my case is “Bookshop”.
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Stripe Dashboard Payment DescriptionIt affects the receipt issued by Stripe for the customer.
The description on the bank statement is found in Stripe under Settings > Account Details > Public business information > Statement descriptor
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Stripe Dashboard Payment DescriptionNow it works and the description displays beautifully.
add_filter('wc_stripe_payment_intent_args', function($args, $order){ $args['description'] = sprintf('Bookshop Order %1$s', $order->get_order_number()); return $args; }, 10, 2);
Thanks a lot
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Stripe Dashboard Payment DescriptionHello @mrclayton,
I tried adding this filter as you wrote it but I get an internal server error when processing the payment.
Should I replace any string in the example you provided?Thanks
- This reply was modified 3 years, 11 months ago by barnabas1.
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Stripe Dashboard Payment DescriptionForum: Plugins
In reply to: [File Manager] File Manager Will Not LoadSame here
Forum: Plugins
In reply to: [WP Reading Progress] Enable option does not show under edit pageSorry, now it appeared, I had to disable it for pages in order to show as an option under edit page.
Thanks for the nice plugin!
Forum: Plugins
In reply to: [Recently Viewed Products] Mobile viewNice, I’ve managed to change it.
Thanks!
Forum: Plugins
In reply to: [Recently Viewed Products] Mobile viewThanks Rahnish for the reply. I don’t how to access the directory frontend\js\. Do I need to have a child theme for this?
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Social Media Boxes Lack IconHi,
It worked for me, thanks. I had to do the same also for the element
.fa-heart-o:before
Thanks
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Social Media Boxes Lack IconSame here. Maybe it has to do with font awesome, how it is loaded