Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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.
    Daniel

    #843830

    Hey 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,
    Victoria

    #843906

    sure

    #845361

    Anything yet?

    #845561

    Hi,

    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,
    Ismael

    #845705

    Okay, 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.
    #846705

    Hi,

    The voucher info should be located at the top of the checkout forms and it should be removed automatically once the user added the code.

    Best regards,
    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.