Die Suche ergab 6 Treffer

von WL7ea
Do 24. Aug 2017, 19:02
Forum: Shop Module
Thema: Article in cart?
Antworten: 2
Zugriffe: 4944

Re: Article in cart?

Found a solution :) <we:repeatShopItem shopname="shop"> <?php $oid = $GLOBALS['oid']; $wedoc_ID = $lv->f("wedoc_ID"); ?> </we:repeatShopItem> <we:condition name="productInCartBool"> <we:conditionAdd field="ID" value="$oid" var="WE_ID" compa...
von WL7ea
Do 24. Aug 2017, 18:54
Forum: Shop Module
Thema: Paypal empty domain value?
Antworten: 1
Zugriffe: 2327

Re: Paypal empty domain value?

Found the problem :)

The problem was in nginx in server_name.

Code: Alles auswählen

server {
    server_name _
}
Changed to:

Code: Alles auswählen

server {
    server_name domain.com
}
Problem solved :D
von WL7ea
Do 24. Aug 2017, 18:18
Forum: Shop Module
Thema: Paypal empty domain value?
Antworten: 1
Zugriffe: 2327

Paypal empty domain value?

Hello, Empty domain values for the following hidden fields: return, cancel_return, notify_url. Instead I get an underscore. Do I set the domain in we_tag_paypal.inc.php? <html><body onload="document.forms['paypal_form'].submit();"><body><div style='text-align:center'><h2>Please wait while ...
von WL7ea
So 23. Jul 2017, 19:12
Forum: Shop Module
Thema: Vue js not rendering
Antworten: 1
Zugriffe: 2031

Re: Vue js not rendering

Problem: (#vueApp) in body

Code: Alles auswählen

<body id="vueApp">

</body>
Fixed: By removing the id (#vueApp) from body

Code: Alles auswählen

<body>
	<div id="vueApp">
	
	</div>
</body>

Thank you.
von WL7ea
So 23. Jul 2017, 19:05
Forum: Shop Module
Thema: Article in cart?
Antworten: 2
Zugriffe: 4944

Article in cart?

Hello,

How can I check if the "current" article is in the cart?

Thank you.
von WL7ea
Do 20. Jul 2017, 20:14
Forum: Shop Module
Thema: Vue js not rendering
Antworten: 1
Zugriffe: 2031

Vue js not rendering

Hello, WebEdition is not rendering the variable message "Hello WebEdition!" in {{message}} only the tag is rendered and button v-on:click is not working. Can I escape a special code in WebEdition. I have a template called : index.tmpl <!DOCTYPE html> <head> <title>Vue</title> <meta name=&q...

Zur erweiterten Suche