beeweebee
Forum Replies Created
-
Forum: Plugins
In reply to: [Products Suggestions for WooCommerce] Doesnt appearHi there,
I have the exact same issue. Nothing is showing up even with a default WP template like Twenty-Twenty one.
Could you please help?
Thanks
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Add the wishlist icon to an event ListHi, indeed the page now no longer crashes … But it still doesn’t display anything as if the shortcode returns an empty value. I’ve tried:
do_shortcode( '[ti_wishlists_addtowishlist product_id="48850" loop=yes]');
and
do_shortcode( '[ti_wishlists_addtowishlist product_id="48850"');
It just doesn’t work. Any setting/hook I’ve missed?
Thanks!
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Add the wishlist icon to an event ListHi,
I think I do understand what you mean. I’ve tried with a “static product id” first to see if it works but it doesn’t.
Example:
do_shortcode( '[ti_wishlists_addtowishlist product_id="48850" loop=yes]');
–> crashes the pageHere’s the error:
Fatal error: Uncaught Error: Call to a member function get_type() on null in /wp-content/plugins/ti-woocommerce-wishlist/public/addtowishlist.class.php:527 Stack trace: #0 /wp-content/plugins/ti-woocommerce-wishlist/public/addtowishlist.class.php(674): TInvWL_Public_AddToWishlist->htmloutput(Array, true) #1 /wp-content/plugins/ti-woocommerce-wishlist/tinv-wishlists-function.php(509): TInvWL_Public_AddToWishlist->shortcode(Array) #2 /wp-includes/shortcodes.php(325): tinvwl_shortcode_addtowishlist(Array, '', 'ti_wishlists_ad...') #3 [internal function]: do_shortcode_tag(Array) #4 /wp-includes/shortcodes.php(199): preg_replace_callback('/\\[(\\[?)(ti_wis...', 'do_shortcode_ta...', '[ti_wishlists_a...') #5 /wp-con in /wp-content/plugins/ti-woocommerce-wishlist/public/addtowishlist.class.php on line 527
I tried also without the loop=yes :
do_shortcode( '[ti_wishlists_addtowishlist product_id="48850"]');
–> doesn’t display anythingHi,
If I create MYSELF an order on the back-end as an administrator and I assign this order a random client, I can add a product manually.
If this product has custom option associated to it, I jus’t can’t enter those options in the back-end as the fields don’t show up (see screenshot: https://www.screencast.com/t/KT1YzgKsxT1).You can try to create an order yourself by going to any WP site with Woocommerce:
/wp-admin/post-new.php?post_type=shop_order
Hope I’m clearer.
Thanks!
Hey Alex,
What I see on the forum is entirely correct. Sorry my client doesn’t want me to spend more time on this so I won’t use your helpdesk.
The workaround I do is I export two files on Excel and aggregate the columns I want. Between both exports I change the hook to export the data I want from my serialized field.Thanks again for your help.
Cheers,
Bruno
@beeweebee and @brunoairam –> same guy.
Hello again,
She just had the issue again yesterday. Too bad! Her ISP probably changed her dynamic IP and she was blocked again. I had to manually whitelist her.
Any other suggestions? I still only have the problem for this country.
Forum: Plugins
In reply to: [Search & Filter] ACF ShortcodeI got the exact same question. I’ve created a custom field and I’d like the search and filter plugin to search through it.
I’ve added the custom field name in the shortcode but it’s not working. Nothing shows up on the front. Any idea?