japalipio
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Problem with article/productin the invoiceHi Austin, first, thank you to help me on this.
I already try 6 plugins and the result in all is the same.
I will try to explain to you the more clearly that I can.
We are a Transfer company, we drive passenger by car from a point to another point. In our website we want to sell transfers and Tours. For the Tour we have a unique plugin, and it’s working fine.
The problem is for the transfers, from a point to another.
We have a theme and included the WooCommerce plugin. For the invoice we are using Moloni Plugin, it’s a plugin from an official company certified for accounts in the Portuguese IRS, including invoices.
On WordPress, we have created as many Transfers Availabilities as we wanted.
On the website, admirable.pt, passenger can buy all 1 available variation.
The problem is when passengers buy a transfer, in the WooCommerce order In the Item, we have the “Transfer product”, the only product available and variable; the variation ID exemple: “Variation ID: 5230” ; the variations description: example: “Transfer from Lisboa, Aeroporto Humberto Delgado, Lisboa Portugal to Lisboa, Estação de comboio Santa Apolónia, Lisboa, Portugal by Sedan – Station Wagon – Conforto (Private)
on 2021-01-26 at 07:00
People: 3
transfers_pa_booking_id:
134”
The problem is that in all plugins we can only see the article variation ID, in that case the “_5230_Tra” and on the designation we have “Transfers Product” and we should have the variation description.
I hope the explanation is not too confusing, and it is a pity that I cannot send jpg, it would be much clearer.
Thank you and I hope desperately for your helpForum: Plugins
In reply to: [WooCommerce] Hide product code and leave product descriptionHi Nicola,
thank you to help me.
I don’t have much experience whit program code.
In admirable.pt, when you choose any transfer beginning in Lisboa, Aeroporto Humberto Delgado, Lisboa Portugal to any destination, when we arrive on cart page we have the description of the transfer:
Transfer from Lisboa, Aeroporto Humberto Delgado, Lisboa Portugal to Carcavelos, Portugal by Sedan – Station Wagon – Conforto (Private)
on 2020-09-29 at 08:20
People: 3
And those codes service that I want to remove, because they appear in the client email and in the invoice.
transfers_pa_destination_from: 4356
transfers_pa_destination_to: 4448
transfers_pa_transport_type: 254
When I deactivate the WooCommerce plugin, those codes don’t appear, When I activate the WooCommerce plugin the codes appear again on cart page, in client email and in the invoice.
I can hide those codes in the theme, but they are still appearing in the email client and in the invoice.
The code to hide those codes in the theme is “.product-name .variation {display:none;}”
I don´t know if it helps