change opacity
parent
24f0ee76c3
commit
d406f34ed8
|
@ -133,10 +133,8 @@ def CreateCrmActivityLink(customerId, thirdVoucher):
|
||||||
print(f"CreateCrmActivityLink req error {response.status_code}")
|
print(f"CreateCrmActivityLink req error {response.status_code}")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
utm = "?utm_source=order&utm_medium=qrcode&utm_campaign=ordervouchercodes&utm_content=reedemvouchercode"
|
req("10 % Gutschein", f"https://shinnex.de/discount/{discountCode}?utm_source=order&utm_medium=qrcode&utm_campaign=ordervouchercodes&utm_content=reedemvouchercode")
|
||||||
|
req("5 € Gutschein", f"{productUrl}?utm_source=order&utm_medium=qrcode&utm_campaign=ordervouchercodes&utm_content=qualifyforvouchercode")
|
||||||
req("10 % Gutschein", f"https://shinnex.de/discount/{discountCode}{utm}")
|
|
||||||
req("5 € Gutschein", f"{productUrl}{utm}")
|
|
||||||
|
|
||||||
if thirdVoucher:
|
if thirdVoucher:
|
||||||
req("10 € Gutschein", f"https://docs.google.com/forms/d/e/1FAIpQLSd2GXFbidzazuQnh_Lf2mgeA1npuwHkWjsdmjrxDmSkDQTfew/viewform?entry.347359844={orderId}")
|
req("10 € Gutschein", f"https://docs.google.com/forms/d/e/1FAIpQLSd2GXFbidzazuQnh_Lf2mgeA1npuwHkWjsdmjrxDmSkDQTfew/viewform?entry.347359844={orderId}")
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: 55%;
|
background-size: 55%;
|
||||||
opacity: 0.1;
|
opacity: 0.07;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
|
Loading…
Reference in New Issue