Search found 764 matches

by Martin
Wed Jun 17, 2009 7:27 pm
Forum: Shopping Cart (ALL)
Topic: [MOD] Show product name while editing
Replies: 7
Views: 29564

[MOD] Show product name while editing

(Original Author Moe80 ) This hack displays the product name clearly on the edit product page. Allowing you to refer to the product you're editing. in admin/templates/product.form.tpl Find: <td class="Heading1">%%GLOBAL_Title%%</td> And replace it with this: <td class="Heading1"...
by Martin
Wed Jun 17, 2009 7:27 pm
Forum: Shopping Cart (ALL)
Topic: [HACK] Altering formatting for Shipping Quotes.
Replies: 0
Views: 5852

[HACK] Altering formatting for Shipping Quotes.

This KB Article deals with altering the formatting provided for the shipping quotes, etc... Usually you will see... £1.xx (Royal Mail) or similar and it's the last part (Royal Mail) that this hack deals with... The actual code used is in the " includes/classes/class.shipping.quote.php " fi...
by Martin
Wed Jun 17, 2009 7:27 pm
Forum: Shopping Cart (ALL)
Topic: [MOD] Increase Limit for Recently Viewed Side Panel
Replies: 0
Views: 5240

[MOD] Increase Limit for Recently Viewed Side Panel

(Authored by Harvey Goldman) I display recently viewed items on the centre part of the cart page using the panel: SideProductRecentlyViewed panel . No matter what I tried I could not get it to display more than 5 items. Tech support got back to me and advised me as follows. Locate file /includes/cl...
by Martin
Wed Jun 17, 2009 7:26 pm
Forum: Shopping Cart (ALL)
Topic: [MOD] Sales Page as menu tab.
Replies: 1
Views: 13024

[MOD] Sales Page as menu tab.

(Authored by Harvey Goldman) This mod creates a page that shows a sale category as a tab at the top. From tech support I learned of the panel called Panel.HomeSaleProduct . By default it is limited to 5 items. To get it to display as many as you want ( I only go to 30), you need to do the following...