Announcement

Collapse
No announcement yet.

related in cart (perl q)

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

    related in cart (perl q)

    Hi,

    Anyone know where in the scripts the product reference is listed for both the related and also bought layouts? I want to mess around with it, but cannot find what I am looking for.

    (clarity: the specific line that the scripts replace prodref with the actual ref before making the page).

    p.

    #2
    Hi Paul

    I may have to check with our development team about this and will update you regarding the same.
    Regards

    Dhivya Malani

    Comment


      #3
      See
      Code:
      sub AlsoBoughtItemLine
      in ActinicOrder.pm. The line what you are most likely looking for is
      Code:
      $hVariables{$::VARPREFIX . 'PRODREF'}		= $$pProduct{'REFERENCE'};
      Both the also bought and the related products lists are using the above function to display the items.

      I hope this helps.
      Zoltan
      Actinic Software
      www.actinic.co.uk

      Comment


        #4
        lovely - thats exactly what I needed.

        Thanks,
        Paul.

        Comment

        Working...
        X