Announcement

Collapse
No announcement yet.

V8 - stop duplicates generating extended page

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

    V8 - stop duplicates generating extended page

    Hi folks,

    V8, multi, mole end automation

    Ive got lots of duplicates, and they are generating the same extended page name as the master product, resulting in the 'continue upload yes/no' warning box on upload, which is OK as Mole End automation SHOULD 'yes' those. It sometimes gets out of sync and the warnings just sit there and I have to manually click yes.....

    is there a way of turning off Extended Pages for duplicates?

    couldnt find anything on a search.

    much appreciated.
    Andy Warner

    www.legendgames.co.uk - rpgs, boardgames, dice and other geeky stuff
    www.RPGMiniatures.com D&D and Star Wars Miniatures

    Both running the Cart from Search Page hack

    Also www.mainlymurder.co.uk www.thegamesplace.co.uk and www.thediceplace.co.uk

    All running V8.5.2 Multisite on a windows 7 quad PC, augmented by Mole End automation, from a single shared database, using actinic specific hosting from Host-IT.

    #2
    Try this. Go to Design / Library / Layouts / Extended Information Links / Standard Extended Information Links. The first line should be a blockif containing:
    Code:
    <actinic:variable name="IsPopUpPageGenerated" />
    Change it to be:
    Code:
    <actinic:variable name="IsPopUpPageGenerated" /> AND (<actinic:variable name="ProductType" /> == 0)
    So the popup page will only get generated for main products.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      thanks - not tried

      Cheers Norman, i'll try that on one shop.
      Ive gone into the product table in the database and removed all the references to duplicate file names - going to try that now.

      andy
      Andy Warner

      www.legendgames.co.uk - rpgs, boardgames, dice and other geeky stuff
      www.RPGMiniatures.com D&D and Star Wars Miniatures

      Both running the Cart from Search Page hack

      Also www.mainlymurder.co.uk www.thegamesplace.co.uk and www.thediceplace.co.uk

      All running V8.5.2 Multisite on a windows 7 quad PC, augmented by Mole End automation, from a single shared database, using actinic specific hosting from Host-IT.

      Comment

      Working...
      X