Mark Parnell
Forum Replies Created
-
Thanks for the suggestions @skunkworks!
Forum: Plugins
In reply to: [Spark GF Failed Submissions] Log for failed submissions is not updatingHi @georgiag,
That definitely sounds odd – it would be very unusual not to have any failed submissions in that time frame. We haven’t had similar reports from anyone else – have you done any testing to determine whether there is a theme or plugin conflict? If you’re not experiencing any other issues with your site that would seem the most likely possibility.
If you’re able to identify which plugin or theme is causing the conflict we’d love to know so we can investigate further, but at this point there’s not enough information for us to do much here.
Forum: Plugins
In reply to: [Spark GF Failed Submissions] Feature Request – Export logsHey @skunkworks, thanks for the suggestion! That definitely sounds worthwhile – we’ll add that to the roadmap.
Hi Andrés,
Just following up here as we are still waiting for this fix nearly 9 months after our initial report. I can see there was an update released a couple of months ago – was this included in that release?
Hi Andrés,
Just checking in here – are you able to provide any indication of when this might be included in a release? We’re still waiting to roll this out.
Mark
Hi Andrés,
Thanks again for all your help here. Are you able to confirm when these fixes will be included in a release? We’ve completed our testing and looking to roll this out to the live site, but don’t want to have to be running a customised version of the plugin.
Thanks Andrés, that looks to have fixed it. Appreciate all your work here.
Hi Andrés,
Yes, the updated version of class-wcml-currency-switcher.php you provided fixes the display of the currency switcher on grouped products. It’s just the display of the grouped products in the archives when a secondary currency is selected that’s still tripping us up here.
Hi Andrés,
Thanks for looking into this. If you have a look at a store archive page (e.g. https://pink-flute.sandbox.otgs.work/shop/ or https://pink-flute.sandbox.otgs.work/product-category/uncategorized/) initially you can see both the grouped product and the sub-products. However if you go into one of the products and switch the currency selection to USD, then when you return to the archive pages only the sub-products are displayed. This is particularly a problem as we plan to auto-select the currency based on the user’s location, so they just won’t see the grouped products in the first place.
It looks like the same logic that was applied to the single product page around the display of the currency selection needs to also be applied to the filters that control which products are shown on the archive pages.
Thanks Andrés, that does seem to fix the issue with the display of the currency selector on the grouped products. We have however discovered a related issue – the grouped products still don’t show in the product archives etc when the secondary currency is selected.
Thanks Andrés. The client is keen to get this up and running – any idea what sort of timeframe we might be looking at so I can manage their expectations?
Thanks Andrés. Have added a basic Grouped product to that sandbox and enabled the “Show only products with custom prices” option and confirmed that the same issue occurs – the currency switcher is available on the sub-products if we view them directly, but it’s not available on the parent product.
Please let me know if you need any more details.
Forum: Plugins
In reply to: [NS Cloner - Site Copier] File upload field in clone formThanks again. We got it working, though native support in the plugin for file uploads would be fantastic.
Forum: Plugins
In reply to: [NS Cloner - Site Copier] File upload field in clone formThanks for that. I was hoping the plugin already had a mechanism in place to handle file uploads, but it sounds like we’ll have to do that ourselves. Appreciate your help.
Forum: Plugins
In reply to: [NS Cloner - Site Copier] File upload field in clone formThanks for the quick response. Yes, we are hooking into
ns_cloner_process_finishto handle our custom fields and have everything working for other fields – we just can’t work out how to access the file upload, asns_cloner_request()only seems to look at$_GETand$_POST, not$_FILES. The only thing thePOSTdata seems to have for the file is a dummy path (something along the lines ofC:\\\fakepath\\\filename.png).Ultimately what we are trying to do is to add the image to the media library for the new site and then store it as the value for a theme option. I’m confident that if we can just manage to access the file details in the first place the rest of it should be smooth sailing.