Ryan Ray
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Customize “Your Order” section on checkout pageHi @sharmaabhi,
It is ultimately possible but will take some custom work to make it happen. 🙂
When you were modifying those two files you mentioned, did you copy those over into the theme you have activated? Copying the template files you need to modify over into your theme is one of the ways to get this done. There may be enough hooks to not have to copy them, but I’ve not looked myself for every detail you wanted to re-arrange.
This doc below has more information on correctly doing template overrides in your theme or child theme.
Hi @bonini81,
Replicating this from scratch would be beyond my knowledge, but one thing I could suggest is looking at the checkout templates that already exist in WooCommerce or one of our free payment methods like PayPal Express that uses a pop-up or Stripe when you enable Stripe Checkout (another modal/pop-up).
There are surely examples there you could glean some insight from on how our developers have done something very similar.
Also, hopefully, some of my much brighter colleagues or other open source friends can add a better answer here. 🙂
Forum: Plugins
In reply to: [WooCommerce] How can I add Payoneer method of payment?If you get really desperate you could always look into having this built for. If that ever is a possibility we highly recommend contacting one of the services on our Customizations page (https://woocommerce.com/customizations/)
Forum: Plugins
In reply to: [WooCommerce] Tax Rates by CountyHi @sleeneys,
WooCommerce Services is indeed great, in my humble opinion. 😛
It offers automated tax rates (which would hopefully work for your situation) and then has USPS shipping for stores in the U.S., which even lets you print shipping labels from within each order in WooCommerce.
Let us know if that works out well for you, fingers crossed here.
Forum: Plugins
In reply to: [WooCommerce] structured data product pagesHi @ditad,
I’m not 100% sure what you’re saying here. Could you provide some screenshots or more information on what the issue is?
Forum: Plugins
In reply to: [WooCommerce] Conditional Header on Single Product PageHi @mpdesigner11,
Could you perhaps give us an outline with some more detail on what you are wanting to change in a header per product? Is this just an image or text or more? 🙂
Thanks for giving us more clarity to figure out what’s possible here.
Forum: Plugins
In reply to: [WooCommerce] Romove opening image in new windowHi 15twelve,
It is indeed likely almost 100% due to the theme in use. 🙂
The developer of the theme you’re using will want to work on adding these image features to this theme.
Forum: Plugins
In reply to: [WooCommerce] Order status is changed automaticallyHi @sagar1990,
Would the order in question have been for a digital and virtual product? If so I believe WooCommerce will mark an order completed for you if it’s a digital/virtual product since there’s nothing left to be done once it knows payment has been made.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce product pageHi @anei2001,
If I can ask, as I don’t have experience with this page builder, how are you linking the buy button in Elementor? Is it a simple URL to the product? If you are using just a url you could likely create an add to cart version using the product ID. It’d look something like this, obviously replacing woocommerce.com with your own url and then ID with your product ID number.
https://woocommerce.com/?add-to-cart=IDForum: Plugins
In reply to: [WooCommerce] Shipping QuestionThanks for the great help @sterndata!
As he said there’s not much WooCommerce can do by itself, but whoever developed the integration can hopefully address your issues. It would be ideal for the product to match the shipping the original seller is offering, but WooCommerce would only be able to pickup that information through the integration.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Shipping QuestionForum: Plugins
In reply to: [WooCommerce] Tax Rates by CountyHi @sleeneys,
While there isn’t a county setting for taxes in WooCommerce you can narrow down taxes to cities if zip codes aren’t exact enough.
Link to image: http://cld.wthms.co/jEqlg4There isn’t anything else to download though, these settings are part of WooCommerce core. Just be sure first in the General tab of the settings you enable taxes, from there you can setup rates in the Tax tab and then the Standard rates sub section.
Forum: Plugins
In reply to: [WooCommerce] How can I add Payoneer method of payment?Hi @mikpeaches,
At the moment I couldn’t find anything that integrates Payoneer with WooCommerce, sorry to say. It looks like they have plenty of documentation for their APIs where anyone could build an integration, but for some reason, it hasn’t already been done (maybe not enough demand).
Nonetheless, they have partner integrations here where you can select e-commerce to see who does have integrations. https://www.payoneer.com/partner-directory/
It would be great to have you add your ideas to the [Ideas Board](http://ideas.woocommerce.com/forums/133476-woocommerce) too, which is where developers go to look for future plugin features and improvements.
Forum: Plugins
In reply to: [WooCommerce] Get variation stock quantityHi Robbert,
It doesn’t appear there is a way to get quantity via javascript, in core I only see description, price, and availability.
I think you’ll have to resort to good ol’ fashioned PHP to get the stock.
Forum: Plugins
In reply to: [WooCommerce] Ajax Add to cart errorHi there,
I tested this same scenario with a pretty vanilla install of WooCommerce and it works the same way, that says to me this is by design and just the way the AJAX request works. I’m not certain there is a way around, plus it doesn’t seem a likely habit that shoppers have.
Do you see requests for this way of shopping, where you quickly add products to the cart by rapid-fire clicking?
- This reply was modified 7 years, 12 months ago by Ryan Ray.