Property-Based SKU
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Re: Property-Based SKU
Please keep in mind that the theme files are not taken from
typo3conf/ext/aimeos/Resources/Private/Extensions/ai-client-html/client/html/themes/aimeos.js
but instead from
typo3conf/ext/aimeos/Resources/Public/Themes/aimeos.js
typo3conf/ext/aimeos/Resources/Private/Extensions/ai-client-html/client/html/themes/aimeos.js
but instead from
typo3conf/ext/aimeos/Resources/Public/Themes/aimeos.js
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
-
- Posts: 95
- Joined: 13 May 2019, 08:09
Re: Property-Based SKU
Oh! Good to know!
In that case, I have changed the .js file (keeping the .php file as-is), and now I get nothing in the properties dropdown at all. Now, typo/typo3conf/ext/aimeos/Resources/Public/Themes/aimeos.js looks like this:
-S.
In that case, I have changed the .js file (keeping the .php file as-is), and now I get nothing in the properties dropdown at all. Now, typo/typo3conf/ext/aimeos/Resources/Public/Themes/aimeos.js looks like this:
Code: Select all
} else {
$(".addbasket .btn-action", parent).removeClass("btn-disabled").removeAttr("disabled");
}
# added to fix glitch found by Scott and fixed by Aimeos :-)
$(".catalog-detail-additional .subproduct-actual").removeClass("subproduct-actual");
$(".catalog-detail-additional .subproduct-" + prodId).addClass("subproduct-actual");
}
}
# Removed as part of a glitch found by Scott and fixed by Aimeos :-)
# $(".catalog-detail-additional .subproduct-actual").removeClass("subproduct-actual");
# $(".catalog-detail-additional .subproduct-" + prodId).addClass("subproduct-actual");
});
},
Re: Property-Based SKU
We've created a pre-release for you so you don't have to patch around yourself:
https://aimeos.org/fileadmin/download/a ... 0-pre1.zip
https://aimeos.org/fileadmin/download/a ... 0-pre1.zip
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
-
- Posts: 95
- Joined: 13 May 2019, 08:09
Re: Property-Based SKU
THAT WORKED!!!!
Thank you!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-Scott.
Thank you!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-Scott.