alex78r
Forum Replies Created
-
Thanks @tanjiralmamun
I’ve updated to version 13.5.5, and this bug is still present. Is the fix planned for an imminent release?
Thanks in advance
I’ve updated to version 13.5.5, and this bug is still present. Is the fix planned for an imminent release?
Thanks in advanceThis appears to still be an issue in 13.0.4
I can follow that the spaces are intentional in most cases. However, g:image_link and image_link do not insert a space between the URL and suffix – I assume this is to allow parameters to be added to the URL.
class-get-products.php – line 5169
} elseif(($attr_value['attribute'] == "g:image_link") OR ($attr_value['attribute'] == "image_link") $xml_product[$attr_value['attribute']] = "$attr_value[prefix]".$product_data[$attr_value['mapfrom']]."$attr_value[suffix]";In other cases where a URL attribute is mapped (URL, g:link, link etc ), no space is added between the URL and suffix.
g:additional_image_link uses the default behaviour, and a space is added between the URL and suffix.
As g:additional_image_link is a URL, should the space be omitted for consistency with other URLs?