

ipodskins
Members-
Content count
76 -
Joined
-
Last visited
Everything posted by ipodskins
-
hi ive tried this a million time and it just dont wanna work!! m willing to pay someone to install it propely for me! ive done most of the copying and adding to files but keep messing up! can someone please post how much they charge or just email me or add me to msn my email address is xxkashxx@hotmail.com thanks
-
im having the same problem!! i cannot find the string of text that i am supposed to place the new code under can anyone help us??
-
this contribution was just what i was looking for! im not very good at the installation stuff, and was looking through the installation txt and noticed that some of the add/replace have already been replaced when i installed the header tag controller!! what do you suggest i do?? thanks
-
NEED HELP- willing to pay someone to install
ipodskins replied to ipodskins's topic in General Add-Ons Support
noone willing to help me for some money?? -
NEED HELP- willing to pay someone to install
ipodskins replied to ipodskins's topic in General Add-Ons Support
this is the rror i keep getting Fatal error: Cannot redeclare clean_html_comments() (previously declared in /home/ipodskin/public_html/includes/functions/clean_html_comments.php:13) in /home/ipodskin/public_html/includes/functions/clean_html_comments.php on line 13 -
i amended the other fields in mysql! one thin g im not sure of is that the orders_session_info shows up as having 0 rows is this correct????
-
some one please help me!!! ive tried reinstalling it 4 times but still keep gettting the same error thanks
-
hi ive installed the contribution but keep getting this error 1146 - Table 'ipodskins.TABLE_ORDERS_SESSION_INFO' doesn't exist insert into TABLE_ORDERS_SESSION_INFO (orders_id, sendto, billto, language, currency, content_type) values ('93', '3', '3', 'english', 'GBP', 'physical') [TEP STOP] i checked in mysql and the table orders_session_info is alrady there this error is displayed after the checkout confromation page in the title bar it displays ....../checkout_process.php any ideas???
-
[Contribution] Header Tags Controller for Admin MS 2.2
ipodskins replied to Farrukh's topic in General Add-Ons Support
here are the lines respectivley =============================== Add to /includes/application_top.php =========================================== require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_DEFAULT); ----------------------------------------------------------------------------------- -
[Contribution] Header Tags Controller for Admin MS 2.2
ipodskins replied to Farrukh's topic in General Add-Ons Support
ive tried getting this thing to work but im a newbie so i am having a few problems!! i keep getting thje folowing error ====================================================== Parse error: parse error in /usr/local/psa/home/vhosts/ipodskins.co.uk/httpdocs/includes/application_top.php on line 74 Warning: main(DIR_WS_LANGUAGES/FILENAME_DEFAULT): failed to open stream: No such file or directory in /usr/local/psa/home/vhosts/ipodskins.co.uk/httpdocs/index.php on line 36 Fatal error: main(): Failed opening required 'DIR_WS_LANGUAGES/FILENAME_DEFAULT' (include_path='.:/usr/local/lib/php') in /usr/local/psa/home/vhosts/ipodskins.co.uk/httpdocs/index.php on line 36 ========================================================== it only happens when i stick the code into application_top.php thanks -
can some one please help me im desperate!!! ive installed free amount and when i go to the shipping module it displays the following error: Parse error: parse error in /home/httpd/vhosts/freepgs.com/httpdocs/kashif/catalog/includes/modules/shipping/freeamount.php on line 1 anyone seen this before?? please help me kashif
-
here is the begininig of the code when i open it in notepad!! when i use cutehtml it is all in one line????? */ class freeamount { var $code, $title, $description, $icon, $enabled; // class constructor function freeamount() { $this->code = 'freeamount'; $this->title = MODULE_SHIPPING_FREECOUNT_TEXT_TITLE; $this->description = MODULE_SHIPPING_FREECOUNT_TEXT_DESCRIPTION; $this->icon =''; // change $this->icon = DIR_WS_ICONS . 'shipping_ups.gif'; to some freeshipping icon $this->enabled = MODULE_SHIPPING_FREECOUNT_STATUS; } function quote($method = '') { global $cart; if (( $cart->show_total() < MODULE_SHIPPING_FREECOUNT_AMOUNT ) && MODULE_SHIPPING_FREECOUNT_DISPLAY == 'False') return; $this->quotes = array('id' => $this->code, 'module' => MODULE_SHIPPING_FREECOUNT_TEXT_TITLE); if ( $cart->show_total() < MODULE_SHIPPING_FREECOUNT_AMOUNT ) $this->quotes['error'] = MODULE_SHIPPING_FREECOUNT_TEXT_WAY; [code] thanks