Sean Cull
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] simple-add image to static pageHi @jthompsonjr,
Which WordPress version are you using? If you’re using the newest, you can click the little plus button and it will give you some options. You can add images one by one, and drag them in the order you want to display them, or you can add a gallery.
Hi @ponkimo,
Since WooCommerce will only calculate taxes based on one shop base address, and it’s not possible to attach separate addresses to each product, this would certainly be a custom scenario. I’ve never seen an off-the-shelf plugin capable of doing this.
For customizations we recommend one of the services listed on this page:
https://woocommerce.com/customizations/
Another option is to team up with a developer on our WooCommerce Developers Slack Channel:
Forum: Plugins
In reply to: [WooCommerce] Hide/Remove Price From Shop & Category PagesHi @dnacannon,
You can add this bit of code to your theme’s functions.php file:
remove_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_price', 10 );
It will remove the product price from the shop page and category pages.
Forum: Plugins
In reply to: [WooCommerce] csv files from more ftp accountsHi @gdavide72,
An alternative I thought about is installing 3 different plugins and making them work at different times….
That might also work. But how would you control when they run? Unless you used some sort of cron job to have them run automatically at a predefined interval, you’d need to run them each manually.
Forum: Themes and Templates
In reply to: [Storefront] Changing the Mobile Default TemplateHi @dragondandy,
Could you post the links for the pages that you’re still seeing the mobile theme on? I can check on some of my own devices and try to see what’s happening there.
Forum: Plugins
In reply to: [WooCommerce] Downloads to mobile devicesHi @magicpowers,
That’s great to hear. I’m glad you were able to find out what was causing the issue. Good luck with WooCommerce! ??
I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Cheers!
Forum: Themes and Templates
In reply to: [Storefront] Continuous failure with StorefrontHi there,
Could you please share a copy of your site’s System Status? You can find it via WooCommerce > Status.
Select “Get system report” and then “Copy for support”.? Once you’ve done that, paste it here in your response.
Forum: Themes and Templates
In reply to: [Storefront] Changing the Mobile Default TemplateHi there,
Do you have the Jetpack plugin installed on your site?
The reason I ask is that typically this view is added by AMP settings within the Jetpack plugin. What your seeing is essentially the Jetpack mobile theme. You can disable this by visiting Jetpack > Settings > Writing within WP-Admin (the WordPress dashboard). Once you are here, please toggle the
Enable the Jetpack Mobile theme
option:Here’s a screenshot that would guide you in the right direction:
https://cld.wthms.co/gfwtKTHere’s more on the Jetpack mobile theme: https://jetpack.com/support/mobile-theme/
Once you disable the mobile theme, you should be able to see the responsive version of your site.
Forum: Plugins
In reply to: [WooCommerce] Store ImagesHi there,
What mechanism in woo/WP controls which of the woo store images are shown in the WP media library?
I’m not sure I understand your question. You can upload product images to the media library, but they won’t be linked to a WooCommerce product until you edit the product and add the product image. Or you can edit the product and add the image by uploading a new image into the media library at that point.
Forum: Plugins
In reply to: [WooCommerce] Downloads to mobile devicesHi there,
Without launching into too technical a discussion, I’d first like to try and explain what the EDD folks were referring to. Computers like Macs or Windows have traditional file systems where everything lives in harmony, so to speak. Apps are able to save files to the filesystem much more easily. And similarly, with Android phones, this is also the case. The difference with iOS though is how the system was designed. Because Apple controls both the hardware AND software, they essentially created their own walled garden in terms of how apps can communicate with the storage space on the phone. Apple simply doesn’t just let apps save things like attachments where ever you want. It all depends on which apps you have installed. For example, if I have Gmail and Dropbox and iCloud drive on my phone, I’m able to save Gmail attachments into either Dropbox, or iCloud drive, or any other cloud storage I have set up.
Basically, how/where you can save files all depends on which apps the user will have installed on their phone.Maybe that was a bit more long-winded than I expected. Sorry about that ??
So the EDD folks were correct in that it comes down to limitations within the iOS operating system that runs on iPads and iPhones.That being said, we haven’t come across any of our users having issues with what you’re looking to do.
I hope that helps explain things a bit, rather than just leaving you with more questions than when you started!
Forum: Plugins
In reply to: [WooCommerce] Products shortcode – sorting won’t update automaticallyThanks very much for taking the time to share that. We appreciate it! ??
Forum: Plugins
In reply to: [WooCommerce] Order Status Visibility By RoleHi there,
This is more than we can help with here. For customizations we recommend one of the services listed on this page:
https://woocommerce.com/customizations/
Another option is to team up with a developer on our WooCommerce Developers Slack Channel:
Forum: Plugins
In reply to: [WooCommerce] Payment on HOLD did not receive payment amount for shippingHi there,
Could you please share a copy of your site’s System Status? You can find it via WooCommerce > Status.
Select “Get system report” and then “Copy for support”.? Once you’ve done that, paste it here in your response.
Hi there,
You can add this bit of code to your theme’s functions.php file:
add_action( 'init', 'remove_wc_page_noindex' ); function remove_wc_page_noindex(){ remove_action( 'wp_head', 'wc_page_noindex' ); }
Forum: Plugins
In reply to: [WooCommerce] Search category when adding a productHi there,
Thanks very much for your feedback. To request specific features for WooCommerce core, you can do so here: