twilightz0ne
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce taxation enable change item# to order # from SKUFor me the order number is being replaced look at my examples. You can clearly see the invoice number and order ID are 8559. Now look at my item_number_1 it is the invoice number 8559 and not the SKU which it should be.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce orders / tax problem on recalculateShipping has no taxes in the settings I’ve checked. Everything works normally it is just the recalculate function. Taxes are inclusive of price but it makes them exclusive on recalculate. Taxes also have issues with paypal standard and how it sends data. Taxes off all the info gets pushed to paypal correctly. Turn taxes on though it is truncating the info sent and removing the SKU and using the order number instead of it.
Forum: Plugins
In reply to: [PayPal for WooCommerce] Woocommerce not pushing itemized list to paypalI’ve looked at this and set it up but it doesn’t appear to push more info. All I get is the item name and not the SKU being pushed to paypal. You really need the SKU as well on site you have categories, tags, attributes defining products so I’m able to keep the names simple for search purposes. It only pushing a simple name without further info makes it more difficult for those looking at it especially if you’re trying to avoid errors.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce taxation enable change item# to order # from SKUJust to clarify shouldn’t [item_number] be the product SKU and [order_ID] be the order number? And where is that called it is picking it up wrong if that is the case.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce taxation enable change item# to order # from SKUJust to add to this I have logging on and it is sending this note the [custom] where is that in the code it is sending the wrong thing it shouldn’t be order_id but the SKU
[cmd] => _cart
[business] => ******redacted*********
[no_note] => 1
[currency_code] => USD
[charset] => utf-8
[rm] => 2
[upload] => 1
[return] => ***********redacted*********
[cancel_return] => *******redacted***********
[page_style] =>
[image_url] =>
[paymentaction] => sale
[invoice] => CPR-8559
[custom] =>{“order_id”:8559,”order_key”:”wc_order_**redacted**”}
[notify_url] => ***********redacted***************
[first_name] => ***
[last_name] => ***
[address1] => ***
[address2] => ***
[city] => ***
[state] => ***
[zip] => ***
[country] => ***
[email] => ***@***
[night_phone_b] => ***
[address_override] => 0
[no_shipping] => 0
[shipping_1] => 59.00
[item_name_1] => Vector x 1
[quantity_1] => 1
[amount_1] => 159
[item_number_1] => 8559
[bn] => WooThemes_Cart
)Forum: Plugins
In reply to: [WooCommerce] Woocommerce taxation enable change item# to order # from SKUIn paypal:
OLD SYSTEMOrder details Item # GLAS-SHUTTLE Space Shuttle Quantity 1
Price $249.00 USD
Subtotal $289.00 USD
Purchase total $249.00 USDNEW SYSTEM
Order details
Item # 8732 Space Mission x 1 Quantity 1
Price $229.00 USD
Subtotal $348.00 USD
Purchase total $229.00 USD
Item number since turning taxation on is the invoice number not the SKU.Not changing taxation just turning it on as their earning levels require it now. It was off previously.
Setting: Yes, I will enter prices inclusive of tax is checked and taxation tables added. Paypal Standard email changed in settings to new account. I’m also using this code https://github.com/woocommerce/woocommerce/wiki/How-Taxes-Work-in-WooCommerce#prices-including-tax—experimental-behaviorstatus report here: https://pastebin.com/FV8uDC1A
Only changes were taxation turned on, tax table added. swap info for the existing paypal account .
Forum: Plugins
In reply to: [PayPal for WooCommerce] Woocommerce not pushing itemized list to paypalIf you find a solution I’d love to hear it. The old setup before I added taxation they are telling me it pushed SKU and other data. Now that it has changed to a new paypal account and making enough it has to charge taxes the info in the paypal invoice is incomplete. I don’t have access to the paypal account so not sure if a setting was missed to push this info or not but looking around my own account I don’t see anything to indicate what level or fields it is pushing. Even in woocommerce I don’t see one. Just for picking products and reconciling your books more info is better plus what happens with paypal disputes obviously a complete invoice on both sides would be advantageous.
The composite plugin is woocommerce official one thoughnot third party
(WooCommerce Composite Products Offer product kits with configurable components in your WooCommerce store. Version 3.13.11 | By SomewhereWarm )https://www.classicplayfields.com
it only happens on composite items so select a playfield in stock then review configuration and add to cart. Then change currency from CAD to USD. It adds one to the quantity in cart each time.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce not pushing SKU to paypalYes the site uses paypal standard that came with the gateway. The product do include tax using that experiment feature so it is inclusive within the existing prices set on site. They log into paypal though and that is where they get the order info from they been doing it that way since before woocommerce was introduced and that is what they are comfortable with so how do I get it to push more info to paypal like it use to? Calculating taxes into the equation should require existing information to be less and as they sell outside of the web platform SKU etc help maintain proper stock levels.
The question is how can I get the info back into that paypal SKU epecially. Is there a plugin or setting I’m missing to facilitate that function?