Announcement

Collapse
No announcement yet.

Product link in shopping cart

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

    Product link in shopping cart

    Hi all

    When viewing the shopping cart, each product added to the cart has a link back to the product page. I would like to remove this link.

    Can someone tell me where the code for this link is generated please.


    Thanks

    Bob
    Bob Smith
    Quality Workwear Clothing
    Personalised Corporate wear
    www.workwearhouse.co.uk

    #2
    Hi there

    I believe the code is generated from the ActinicOrder.pm file, around line 3186. It has the following

    Code:
    	my $sProdLink = sprintf("<A HREF=\"$::g_sSearchScript?PRODREF=%s&NOLOGIN=1%s\">%s</A>",
    					ACTINIC::EncodeText2($sKey), 
    					$sShop,
    					$$pDuplicates{$sKey});
    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment

    Working...
    X