Announcement

Collapse
No announcement yet.

Google Product Feed Layout template error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Google Product Feed Layout template error

    Just fixed an issue with the default layout for Google Product Feed Layout in 16.0.1 QCHB

    The template utilises

    Code:
    <actinic:block type="ProductList" if="%3cactinic%3avariable%20name%3d%22IsSectionExcludedFromGoogleExport%22%20%2f%3e%20%3d%3d%200" >
    However this truncates feed output to the defined pagination length.

    To fix I amended block to:
    Code:
    <actinic:block type="SectionEntireProductList" if="%3cactinic%3avariable%20name%3d%22IsSectionExcludedFromGoogleExport%22%20%2f%3e%20%3d%3d%200" >
    Dave

    #2
    Morning Dave

    This issue is fixed in the next maintenance release of SD 2016, which is under testing at the moment.

    Regards
    Krithika Chandrasekar
    SellerDeck

    sigpic

    E-commerce software by SellerDeck

    Comment

    Working...
    X