<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Der Magento Experte</title>
	<atom:link href="https://www.der-mage-experte.de/tag/grundpreis/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.der-mage-experte.de</link>
	<description>Ihr Magento Experte &#38; Entwickler</description>
	<lastBuildDate>Thu, 09 Jul 2026 08:42:15 +0000</lastBuildDate>
	<language>de-DE</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8.6</generator>
	<item>
		<title>Magenerds Baseprice funktioniert nicht mehr in Magento 2.4.x</title>
		<link>https://www.der-mage-experte.de/2115/magenerds-baseprice-funktioniert-nicht-mehr-in-magento-2-4-x/</link>
		<comments>https://www.der-mage-experte.de/2115/magenerds-baseprice-funktioniert-nicht-mehr-in-magento-2-4-x/#comments</comments>
		<pubDate>Tue, 14 Nov 2023 10:13:31 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Lösungen]]></category>
		<category><![CDATA[Grundpreis]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Magento 2.4]]></category>
		<category><![CDATA[Swatches]]></category>

		<guid isPermaLink="false">https://www.der-mage-experte.de/?p=2115</guid>
		<description><![CDATA[Es kann vorkommen, dass nach einem Update auf Magento 2.4.x die Extension Magenerds Baseprice nicht mehr korrekt funktioniert und die Grundpreisangaben nicht mehr aktualisiert werden bei Auswahl von Optionen am Frontend. Mit den folgenden Anpassungen in der Datei /vendor/magenerds/baseprice/view/frontend/templates/configurable/afterprice.phtml sollte&#8230;]]></description>
				<content:encoded><![CDATA[<p>Es kann vorkommen, dass nach einem Update auf Magento 2.4.x die Extension Magenerds Baseprice nicht mehr korrekt funktioniert und die Grundpreisangaben nicht mehr aktualisiert werden bei Auswahl von Optionen am Frontend. </p>
<p>Mit den folgenden Anpassungen in der Datei <strong>/vendor/magenerds/baseprice/view/frontend/templates/configurable/afterprice.phtml</strong> sollte das Problem gelöst sein:</p><pre class="crayon-plain-tag">//aus 
require(['jquery', 'jquery/ui', 'domReady!'], function($) {

//wird
require(['jquery', 'jquery/ui', 'domReady!', 'Magento_Swatches/js/swatch-renderer'], function($) {</pre><p></p><pre class="crayon-plain-tag">//aus 
swatchWidget.element.find('.' + swatchWidget.options.classes.attributeClass + '[option-selected]').each(function () {
    options[$(this).attr('attribute-id')] = $(this).attr('option-selected');

//wird
swatchWidget.element.find('.' + swatchWidget.options.classes.attributeClass + '[data-option-selected]').each(function () {
    options[$(this).data('attribute-id')] = $(this).attr('data-option-selected');</pre><p>Das Problem sollte nun gelöst sein und die Angaben zum Grundpreis wird nun wieder dynamisch wechseln je nach ausgewählten Optionen.</p>]]></content:encoded>
			<wfw:commentRss>https://www.der-mage-experte.de/2115/magenerds-baseprice-funktioniert-nicht-mehr-in-magento-2-4-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
