Hallo Leute,
kann mir einer helfen, wie man in Shopware 6.3.4.1 per FTP - Shopauskunft einrichtet. Mich interessiert eigentlich nur in welchem Verzeichnissen es rein muss.
muss das
"/public/custom/plugins//src/Resources/views//page/checkout/finish/index.html.twig"
oder
"/custom/plugins//src/Resources/views//page/checkout/finish/index.html.twig"
rein?
"
{% sw_extends ``'@Storefront/storefront/page/checkout/finish/index.html.twig' %}
{% block page_checkout_main_content %}
{{ parent() }}
`„text/javascript“>
var xc_label = 'SA00XXXXX';
var fetched_data = {
'xc_label': xc_label,
'shop_name': '{{ context.salesChannel.name }}',
'email': '{{ context.customer.email }}',
'shop_type': '1',
'order_id': '{{ page.order.orderNumber }}',
'order_value': '{{ page.order.amountTotal }}',
'shipping_value': '{{ page.order.shippingTotal }}',
'language': '{{ page.header.activeLanguage.translationCode.code }}',
'url': window.location.hostname,
'token': 'IEqggoqlBJdA/gCRrKsRmQ'
}
`
<code>"text/javascript"</code> <code>src=</code><code>"<a href="https://rba.shopauskunft.de/js/rba_widget.js%22">https://rba.shopauskunft.de/js/rba_widget.js"</a></code> <code>id=</code><code>"rba_widget"</code> <code>async>
{% endblock %}"
Vielleicht hat es schon jemand eingerichtet!
Gruß Rainer