Ryan Ray
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Cart Empty – Change buttton to redirect to somewhere elseHi @kristinubute,
Had you tried a tutorial like this here? It should only take one filter added via a plugin like Code Snippets.
https://nicola.blog/2015/07/20/change-the-return-to-shop-button-url-in-the-cart-page/
^ I just used that snippet and it still worked for me.
Hi @kristinubute,
If I understand you’d like to re-order how the BSB & Account number areas are positioned on order received page and the email that is sent out.
This might take template overrides, which are done in your theme by copying the right files from WooCommerce into your theme and modifying them there to rearrange the order of things.
Hi @crbarnett,
You mentioned you’d disabled plugins, but had you also tried temporarily switching your theme?
There are a few plugins, mostly from YITH mentioned in the errors, and a Google Maps error. Perhaps as well switching themes temporarily could help fix this.
Link to image: https://cld.wthms.co/yZJOtXCould you also 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: Plugins
In reply to: [WooCommerce Square] Square Payment FailingHi @ckalous,
If we can try to look into this further when you’re back, it’d be great to do so on a staging environment.
Please do create a new thread once you’re back and ready to dig in. 🙂
Hi @avviano,
If you can help clarify or confirm here you have Stripe in live mode and can only successfully place an order by first saving a card to a customers account and then using that to checkout/pay with?
Is that correct?
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Enable Apple Pay OnlyHi @gentlemako,
You can remove it from the single product page with a filter shown in our docs here. –> https://cld.wthms.co/Dgsw8j
If you don’t have a way to add PHP to your site, we’d recommend a plugin like Code Snippets to do so.
I hope that helps!
Forum: Themes and Templates
In reply to: [Storefront] product pages not responsiveHi @aurarum,
Had you fixed this just yet? I looked at a single product page and hadn’t noticed any major issues. If there still are can you help pin point the issues you see.
Forum: Themes and Templates
In reply to: [Storefront] Hide Page Links In StorefrontHi @brighterdays19,
As @jarretc said this is best done within WordPress under Appearance > Menus.
Create a menu and add your pages, product categories, etc… and assign it to a location. That gives you full control over the pages you include in your navigation, effectively excluding the pages you don’t want in it. 🙂
Forum: Themes and Templates
In reply to: [Storefront] reduce product category descriptions?Hi @penseelibre,
Good work so far, it does look good with a shorter description as long as that meets your SEO goals as well.
If it helps at all, this only shows up on the first page (by design). 😛
s
Link to image: https://cld.wthms.co/pG7kkvForum: Plugins
In reply to: [WooCommerce] The remove_action in child theme seems to have no effect :(Hi @gusztav,
I would wager that these actions need wrapped in their own function and that function used correctly in your child theme. Alternatively, for just a few PHP snippets, I’d recommend a plugin like Code Snippets instead of a child theme.
Either way, the first
remove_actionis correct but I’m not clear on the second one. When you say you want to remove the category info, could you help clarify or confirm what you mean by that? Perhaps a link to where you see this and a screenshot would be very helpful!Eventually I think you can end up with a function like this below…
function customise_product_page() { remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20 ); remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_meta', 40 ); }; add_action( 'init', 'customise_product_page' );- This reply was modified 6 years, 7 months ago by Ryan Ray.
Forum: Plugins
In reply to: [WooCommerce] Main “shop” page displays differently than other woo pagesHi @toddpinil,
This at first looks like some custom CSS you’ve added to the site, would you be able to explain how you’ve done that?
Also, if you’ve purchased Powerpack I’d recommend contacting us directly and taking advantage of our support on WooCommerce.com. Please include a link to this forum thread, so that we can keep track of what’s already been done.
We will be able to help you further there in more detail! Thanks!
Hi Joel,
I’m sorry to see you’ve run into this limit, I wasn’t aware of a hard limit for this and I assume there isn’t one regarding the number of downloads to save to a product.
Would you mind sharing your system status with us here? You can find it via WooCommerce > Status. Select “Get system report” and then “Copy for support”. Once you’ve done that, you can paste it here.
Forum: Plugins
In reply to: [WooCommerce] products on woocommerce archive page is not alignedHi @frenzymermaids,
Sorry to hear of the alignment issues, this would most definitely be caused by the theme you are using or any custom CSS added to the site.
The best I can tell is that some CSS has been added that sets the width of these images to 190px, you then need to also add
margin: 0 auto;to help center the new widths.
Link to image: https://cld.wthms.co/tSSkbABeyond this, I’d talk to your theme developer or look into hiring a dev for some front-end CSS help. 🙂
Forum: Plugins
In reply to: [WooCommerce Square] Square Payment FailingHi @ckalous,
Not accepting credit card payments. Just resets all fields.
When you say it’s resetting all fields what do you mean? Can you elaborate on the error you were having? This was one Square 2.0.5 as well?
Forum: Plugins
In reply to: [WooCommerce Square] Square Payment FailingHi @smallakin,
That is odd as well, the error is not very helpful at all though unfortunately. 😐
Is there any chance you can disconnect and then reconnect your site to Square, just to see if that helps?