lat9 / gpsf

An update to the previous Numinix version, now supporting Zen Carts 1.5.6 and above (including 1.5.8a) as well as PHP versions 5.6 through 8.2.
GNU General Public License v2.0
2 stars 2 forks source link

#22: Enabling additional 'extension' overrides ... #30

Closed lat9 closed 6 months ago

lat9 commented 6 months ago

... for g:link, g:brand and g:product_type.

lat9 commented 6 months ago

@torvista, please review.

torvista commented 6 months ago

I find link and brand to be added, not substituted. I'm using this construction in function getProductsAttributes

$extension_custom_fields['link'] = $link;
$extension_custom_fields['brand'] = 'new brand';
lat9 commented 6 months ago

Hmm, let me play some more ...

torvista commented 6 months ago

Arggh sorry, forgot to use the branch!

torvista commented 6 months ago

Works for me!

lat9 commented 6 months ago

Whew! I was heavily (more) wrinkling my brow on that!

lat9 commented 6 months ago

Thanks for being my 3rd-party verification.