QuoteI am trying to setup options for products with 3 size options and then I want to add prices for each option/product.Any custom field type can be a cart variant, if you enable the "Cart Attribute" and "Cart Input" settings.
QuoteAlso tried plugin "Stockable Custom Fields" but cannot get it to work and hasn't been updated for 3 yrs so maybe outdated.Where did you see that? The last release is in January 2025.
Quote from: iWim on September 01, 2025, 10:49:02 AMVM4.2 is 1-2 years old.Thanks for reminding me! I will try upgrading to VM4.4.10 to see if the situation improves.
Update to VM4.4.10.
Your issue may already have been solved.
if (!VmConfig::get('css', TRUE)) {
return FALSE;
}
Move these 3 lines up after if ($cssFile) return; on line 879(...)
static $cssSite;
if ($cssSite) return;
if (!VmConfig::get('css', TRUE)) {
return FALSE;
}
// we load one common css and put styles in there
(...)
Page created in 0.046 seconds with 9 queries.