rushdie3
Forum Replies Created
-
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Search short long descriptionHi Damian
That’s exactly the route I took yes.. didnt work, I just tried it again, but no luck
I can search by product name, just not long or short description
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Search short long descriptionI see you’ve provided the following snippet for someone else with regards to categories
add_filter( ‘dgwt/wcas/search_results/products’, function ( $suggestion, $product ) { if ( ! empty( $suggestion[‘value’] ) ) { $categories = $product->getTerms( ‘product_cat’, ‘string’ ); if ( ! empty( $categories ) ) { $suggestion[‘value’] = $categories . ‘ – ‘ . $suggestion[‘value’]; } } return $suggestion; }, 10, 2 );
Will something similar have to be done for me?
Forum: Plugins
In reply to: [WooCommerce] New WoocommerceHello again
That’s how I understand it yes, that it wont show up unless configured to do so
I’ve since deleted that instance and starting afresh because the whole feel was off and something didnt feel right.. so just for my sanity and (in case) my soon to be users safety.. I’ve started from scratch
Forum: Plugins
In reply to: [WooCommerce] New WoocommerceHi @wpnomad
Thank you for checking back so quick
It seems you created a new WooCommerce site after you couldn’t log in to the old site, is that right? If so, then each new instance of WooCommerce would start with a welcome screen and $ as the default currency.
It shouldn’t be because the snapshot of the instance was of the whole store that I took on sunday. Woocommerce was working as normal with ZAR before I clicked update.
When I saw the $ activated, I did a test purchase to see if everything else was ok, that’s when I noticed the paypal standard being on the checkout page
But if you’re saying paypal is standard with woocommerce, I’m ok with that
Just a bit confused as to why it gave me a whole new woocommerce
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Mobile viewMorning
Thank you, I’ve reproduced the issue on chrome browser now and sent the recording via email
I figured it should be mobile template, that’s why I thought it’s best to bring to your attention
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Mobile viewHello
I used a samsung Galaxy Note 8 with the native browser
I made a video and replicated what I was experiencing even on your website demo of wishlist
I sent it via email just now