phirefly
Forum Replies Created
-
Thanks for info. Can you point me in the right direction for the filter? I’ve had a look here https://docs.paymentplugins.com/wc-stripe/api/hook-docs.html, but not sure which to use.
I’m using this with sendinblue SMTP, but agree it would be nice to have the API π
Forum: Plugins
In reply to: [Gift Wrapper for WooCommerce] Edit “Add gift wrap?” TextHi @littlepackage
we are using the filters for this, but are having problem with the ‘wcgwp_add_wrap_button_text’ which seems to append the new text to the default.eg. echo ‘Add card to order’; results in; “Add Gift Wrap To OrderAdd Card To Order” being displayed.
Screenshot: https://monosnap.com/file/DNSb3he26kUWkrL76ElRmpEgVW3AEr
Do you have any idea why this might happen?
The βwcgwp_add_wrap_promptβ filter is working perfectly π
Thanks
Thanks! Closing topic π
Is there any update? I see people asking on Rank Math support and also in Dokan Facebook page.
It would be good to have an understanding as regards when this should be available.
Thanks
@littlepackage I’d searched on the forum but couldn’t find anything (terms such as; button, load, open, active, default)…had another look without luckΒ β Do you have any idea what I should search for to find the thread?
Thanks!
Sure – I could get a dev to look at the ‘desktop vs. mobile’ β although we’d only really need to look at this if have multiple designs and only have 2 so far π
Thanks!
…ideally it would only load in “open” state on desktop (as could be a bit overwhelming on mobile device if multiple designs!).
Thanks for info π
The problem isnβt the text the problem is the actual link itself. The link goes to /checkout/# so the actual login link isnβt specified and I canβt find out how to change it.
I am experiencing this problem too at cart eg if user tries to pay with Apple Pay and they are not logged in yet (our site requires user to be logged in):
The words βPlease log inβ are hyperlinked to β#β, so clicking the link goes nowhere….which is confusing for user.
Is there any update?
Thanks
Thanks!
I’ll check with Woocommerce about the “#” link π
Apologies I meant registered as a customer of the shop – I just clarified and added “on the Woocommerce site”.
Forum: Themes and Templates
In reply to: [Astra] Problem with Minicart Menu after updatingAnd FYI, our dev team is working on this, so rather than use a custom CSS, we will be able to configure it through a dedicated option configuration. So, stay tuned!
Is there any update on this? I don’t see any settings. I am on latest Astra 2.5.4 (and Astra Pro).
Forum: Plugins
In reply to: [WooCommerce] Disable image lightbox on [products] shortcodeResolved: I discovered another plugin was causing this behaviour – “Meow Gallery”.
Forum: Plugins
In reply to: [WP Map Route Planner] Wp map in dokan vendor ?Is this working OK for you @atmanbaba ? Can you share the code?
In your screenshot, you search for ‘men’ and it shows the categories that contain the string ‘men’ (ie. Mens, Womens are displayed). This search match is normal and it is the same experience for us π
However, what we want is to display the search term AND the related child hierarchy.
I don’t know what the hierarchy is for your categories, so I cannot use it as an example. However, here is a simple example.
eg.
A vendor wants to add Steak (beef) product to their store.Category hierarchy is as follows;
Groceries
β Meat
β β Chicken
β β Beef
β β TurkeyCurrently, if Vendor searches for category ‘meat’, only ‘meat’ will be displayed.
What we what:
For search/autocomplete, we would like to display the searched term AND child hierarchy categories.
ie. If Vendor searches βmeatβ, we would like to display ‘meat’ and also display the child/subcategories (Chicken, Beef, Turkey) in the results.
Reason / Why?
– so the Vendor will see the child categories and can select the more accurate category.