Ash
Forum Replies Created
-
Forum: Plugins
In reply to: [BoxCart] Error on email preview & small bugsHi Daniel,
Apologies if my earlier reply vanished, I was sorting out my forum account, so I’m following up properly here.
Good news: all three issues you reported are now fixed in 1.0.1, which is live on ww.wp.xz.cn. It should show in your Dashboard → Updates within an hour or two if it hasn’t already.
Quick summary of what each fix does:
- Email preview fatal error — the preview screen used a mock order object that was missing a few methods the real order class has (
get_view_url()among them). I’ve added all of them, so every email template previews cleanly now. - Mini Basket badge not showing off BoxCart pages — when the block is placed in a block-theme (FSE) header, our page-detection wasn’t checking template parts, so the assets never loaded. It now detects BoxCart blocks inside header/footer template parts, so the badge renders wherever you’ve placed it.
- Wrong currency symbol on the Add Product screen — the field was reading the symbol from the page, which doesn’t exist yet on a brand-new product. It now reads from your saved settings, so it’s always correct.
Thanks again for the detailed report — genuinely helpful, and exactly the kind of feedback that makes the plugin better. Give me a shout if anything else turns up.
Cheers,
AshForum: Plugins
In reply to: [ShopWP] cURL error 6: could not resolve host: httpsI should also note that at the end of the setup wizard I just see a blank white screen. And if I try to amend any settings and save, it shows a blank white screen as well.
Forum: Plugins
In reply to: [ShopWP] cURL error 6: could not resolve host: httpsI have this exact error and have made sure it says https:// and there is no www.
I’m using the newest version of WordPress. Could this be the issue?
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Uninstalled and left with some issuesSorry my link didn’t upload first time around:
Hi,
I actually decided to purchase the plugin as I saw on the premium version it has the following feature:
Fixed quantities per product
I have three questions, however:
- Where is the documentation for the premium plugin? I can’t seem to find it.
- How do I set all my number fields to 0 by default?
- Where do I manage the quantity settings per product? I’m not seeing any new options when I visit the product pages in the WP admin area.
I look forward to hearing back from you.
Best wishes,
AshForum: Plugins
In reply to: [WP eBay Product Feeds] Links do not work within eBay app browserThe video link didn’t seem to upload, here it is again:
[video src="https://www.stock.norfolkvansales.co.uk/wp-content/uploads/2020/01/RPReplay_Final1579071282.MP4" /]
Forum: Plugins
In reply to: [ECS - Ele Custom Skin for Elementor] Add ACF fields to archive pageAmazing! Thank you 🙂
Forum: Plugins
In reply to: [ECS - Ele Custom Skin for Elementor] Add ACF fields to archive pageFor example, instead of the excerpt I’d like to display a short snippet of text which I’ve created as a custom field.
Forum: Fixing WordPress
In reply to: Strange text appearing in headerHi James, Thanks for your reply.
Please take a look at these screenshots:
http://postimg.org/image/469h3wdwp/
http://postimg.org/image/s1z06ltc9/ - Email preview fatal error — the preview screen used a mock order object that was missing a few methods the real order class has (