Tagged: woocommerce
-
AuthorPosts
-
August 22, 2017 at 1:56 pm #842548
Hey guys,
I am using Germanized Pro together with Woocommerce. Since migrating from our old shop to the new one is quite a hassle I tried to achieve the following:
I have a csv file with already sold vouchers from our old page. So, I will just import them and people can use them with the coupon form with Woocommerce. Now, for third party vouchers I added a new layer in the variable product for them to choose and during the checkout they should input their voucher code in a custom field. I tried to remove the coupon action and add it right after my custom field, which did not work, since it is a form within a form and Woocommerce does not recognize the voucher value. So the only thing left to do was to move the field via css. So I did this:
@media (min-width:1024px){ .woocommerce .woocommerce-info{ padding-right:5px !important; padding-left:5px !important; padding-bottom:10px !important; padding-top:10px !important; position:relative; right:-630px; bottom:-10px; top:200px; width:48%; z-index:10000; } #coupon_code{ position:relative; right:-630px; top:188px; } .checkout_coupon .form-row-last input[type=submit].button{ position:relative; top:231px; left:-10px; } }
But since I am using the multi-step checkout now on every page the coupon form shows up.
Please advice.Best wishes.
DanielAugust 25, 2017 at 10:29 am #843830Hey Daniel,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaAugust 25, 2017 at 12:32 pm #843906August 29, 2017 at 3:16 pm #845361Anything yet?
August 30, 2017 at 4:59 am #845561Hi,
I’m sorry for the late response. I tried to login to the site but the credentials above are not working. Please check. Could you please provide a screenshot as well? Use imgur or dropbox.
Best regards,
IsmaelAugust 30, 2017 at 9:37 am #845705Okay, try buying a ticket from this link https://berlin-trabant.de/tickets/trabi-safari-sonntag-vormittag-am-10-september/
When you select all parameters you’ll be redirected to the checkout process. Then you can see the problem which I also tried to describe in this image here: http://imgur.com/a/K8mJZ (I moved the voucher form from 1 to 2; then it shows up in the following checkout steps as well)
- This reply was modified 7 years, 2 months ago by trabisafari.
September 1, 2017 at 9:08 am #846705 -
AuthorPosts
- You must be logged in to reply to this topic.