Good morning,
I added the code: https://docs.algolplus.com/algol_order_export/woocommerce-bookings/ in order to be able to add the reservation information to my xml.
I have a problem, the product xml tags are displayed as attributes. I would like to display them as a simple tag.
Plan :
<User>
<Billing_First_Name>Navy</Billing_First_Name>
<Billing_Last_Name>AUDE</Billing_Last_Name>
<Billing_Email>[email protected]</Billing_Email>
<Billing_Phone>+33670868872</Billing_Phone>
<Products>
<46>
<Sku>LOCBUR3</Sku>
<Booking_Start_Date>September 26, 2023 9:00 a.m.</Booking_Start_Date>
<Booking_End_Date>September 26, 2023 3:00 p.m.</Booking_End_Date>
<Booking_Resource>Yes</Booking_Resource>
</46>
</Products>.
I would like to see:
<User>
<Billing_First_Name>Navy</Billing_First_Name>
<Billing_Last_Name>AUDE</Billing_Last_Name>
<Billing_Email>[email protected]</Billing_Email>
<Billing_Phone>+33670868872</Billing_Phone>
<Sku>LOCBUR3</Sku>
<Booking_Start_Date>September 26, 2023 9:00 a.m.</Booking_Start_Date>
<Booking_End_Date>September 26, 2023 3:00 p.m.</Booking_End_Date>
<Booking_Resource>Yes</Booking_Resource>
Can you help me please ?
Thank you so much
]]>For example:
Small: +$0
Medium: +$0
Large: +$0
X-Large: +$5
XX-Large: +$10
That way, if I have 500 sweaters, I would just have to change the value of a size so that it applies to all items. Instead of having to change every sweater one has one.
The example is a simplified version of my products.
In my case each item has a potential of 4 attributes that can have 25 options (for 3 of them), of which several can increase the base price of the item.
There are about 120 articles on the website, and with my current variations I have between 3,750 and 9,375,000 variations to make.
That’s huge, and it’s not to mention that prices can change overnight and everything has to be redone.
So if there’s an answer to my question or some other solution that can help me, that would be great.
Thank you very much.
]]>I would like to add attribut to the form element to get something like that :
<form data-abide novalidate ...
Is there any way to do it without using js ?
Thanks
]]>I have a little problem with tis plugin.
I have created an attribut “Perfum” and translated his values in english (french is default languages).
I create my product in english, select ‘variable product’, add my attribut and select all options (displayed in french ?)
I generate all variations (in french too ?)
And I save my product, but no option in de select field of my attribut…
And when I edit my product again, variations aren’t editable and have the value “All parfum” selected…
What am I doing wrong ? I don’t understand how it works.
Thanks for your help!
]]>https://www.ads-software.com/plugins/woocommerce/
]]>would it be possible to display the listing of a product option that specifies whether the product is new or used?
Sorry for my english, i’m french.
https://www.ads-software.com/plugins/woocommerce/
]]>i d like to know how make that, the picture of the shirt change, when I select a new color in the options drop down ?
https://demo.yithemes.com/bazar/shop/right-left-shirt/
I tried to find the answer everywhere.
Thanks you to help me.
https://www.ads-software.com/plugins/woocommerce/
]]>Upgrade (re-install) yesterday for many reason on 2.0.5…
The big waiting for me is to make variations easy with WPML..
So the issue now est before the translation…
I’ve added some attributs (preregister ou manual)… when i save mya product (for make my variations), the admin product page don’t give me the possibility to make variations…
All input text configuration below the configuration acordion disapear…
In fact… The bug come when you check the box “utilisé pour les variations” (use for variations).
If you don’t check attributes all stay OK.
So is impossible to activate variations…
Please help us.
Thanks
My similar post on GitHub : https://github.com/woothemes/woocommerce/issues/2822
https://www.ads-software.com/extend/plugins/woocommerce/
]]>I generate my commentform via the function comment_form (see: https://codex.www.ads-software.com/Function_Reference/comment_form )
As a result I get something like:
<form action=”…/wp-comments-post.php” method=”post” id=”commentform”>
Is there any chance that I can generate the name=”” tag so that I get something like:
<form name=”comments” action=”…/wp-comments-post.php” method=”post” id=”commentform”>
comment_form() allows to input some arguments, such as the id=”” of the form but not the name. Anyone has an idea how to manage that?
Regards
]]>