Jump to content



Latest News: (loading..)

Gasse1014life

Member Since 09 Mar 2009
OFFLINE Last Active Oct 18 2012 10:11 PM
-----

Posts I've Made

In Topic: v2.3.3. - Update datable on product info second table.

18 October 2012 - 08:44 PM

ive forgot to attach file :P sorry

In Topic: Specials products carousel

10 October 2012 - 02:13 AM

View Postahmedmigoo, on 25 January 2009 - 09:33 AM, said:

Fatal error: Call to undefined function tep_cfg_mod_select_option() in \xxx\xxx\xxxx\admin\configuration.php(125) : eval()'d code on line 1

Anyone have get the same error ???

i have the same error but 106 instead 125

In Topic: Add written Tell A Friend Link below Share Product box

08 October 2012 - 11:23 PM

i have some difficulty to understand where you want to place it.

in any case you have to found the right file in
includes/modules/boxes/bm_product_social_bookmarks.php
by exemple.

In Topic: Product Listing Order

08 October 2012 - 11:18 PM

yes you ca do it by an

elseif tag.


<?php
  
	if ((int)$HTTP_GET_VARS['cPath']=='30')
{
echo sort x;
} else {
if ((int)$HTTP_GET_VARS['cPath']=='3')
{
echo sort y;
} else {

echo sort b;
}

 
  
?>


if you need more info  feel free to PM me
@Gasse1014life

In Topic: Send Extra Email!

08 October 2012 - 11:14 PM

its easy,

in admin section whre u have to define the email adress,  you can add 3-4-5 email adress separated by a commas i think

try separate email with
,
or
;


no space between


enjoy