

chfields
Members-
Content count
1,258 -
Joined
-
Last visited
Everything posted by chfields
-
[Contribution] osC-PrintOrder with Store Logo v1.0
chfields replied to a topic in General Add-Ons Support
I e-mailed you my checkout success without your changes. I needed to have my site working. -
[Contribution] osC-PrintOrder with Store Logo v1.0
chfields replied to a topic in General Add-Ons Support
When I use this code I get this error <tr> <td align="left" class="main"><?php echo '<a href="java script:popupWindow('' . (HTTP_SERVER . DIR_WS_CATALOG . FILENAME_ORDERS_PRINTABLE) . '?' . (tep_get_all_get_params(array('order_id')) . 'order_id=' . $HTTP_GET_VARS['order_id']) . '')">' . tep_image_button('button_printorder.gif', IMAGE_BUTTON_PRINT_ORDER) . '</a>'; ?></td> <td align="right" class="main"><?php echo tep_image_submit('button_continue.gif', IMAGE_BUTTON_CONTINUE); ?></td> </td> Parse error: parse error, unexpected $ in /home/mrsfield/public_html/checkout_success.php on line 173 If I delete the $ I get this.. Parse error: parse error, unexpected '[' in /home/mrsfield/public_html/checkout_success.php on line 118 -
[Contribution] osC-PrintOrder with Store Logo v1.0
chfields replied to a topic in General Add-Ons Support
I got the new checkout_confirm to work now I get this error Parse error: parse error, unexpected '[' in /home/mrsfield/public_html/checkout_success.php on line 117 -
Need help with Allprods Contribution
chfields replied to fantomen's topic in General Add-Ons Support
<?php /* All Products */ echo '<a href="' . tep_href_link('allprods.php', '', 'NONSSL') . '"></a>' ?> -
I had the same problem and this is how I fixed it. I specified the path to the root require('/home/mrsfield/public_html/' . DIR_WS_FUNCTIONS .
-
Purchase Without Account Updated & Admin Functionality
chfields replied to a topic in General Add-Ons Support
I am using 2.2 MS1 -
Purchase Without Account Updated & Admin Functionality
chfields replied to a topic in General Add-Ons Support
I have login without account on my site, however, after you fill in the info and hit continue it brings you back to the login page page with this error ERROR: No match for 'E-Mail Address' and/or 'Password'. Please help...... -
Is there a way to do this??
-
User Tracking with Admin 1.31 Released
chfields replied to Druide's topic in General Add-Ons Support
Nevermind I got it fixed. Just dowloaded 1.34 and replaced 1.33 and now it works fine. -
User Tracking with Admin 1.31 Released
chfields replied to Druide's topic in General Add-Ons Support
I have a problem, I got this to track the admin but it won't track my customers. Can anybody help?? -
How long after the customer leaves the site does the tracking info appear??? I had someone go on my site so I can test this and it still hasn't shown up??? They were on about 10 mins ago...
-
I guess it's not fixed. It tracks admin but not customers
-
I got it fixed!! thanks
-
I'm not getting anything. Any idea why?
-
I fixed it!! Had to use entire path info. /home/~user/public_html/
-
I did search and find the other thread about user tracking but it didn't cover my error. I'm sure it something simple. This is the error Fatal error: Failed opening required 'includes/functions/user_tracking.php' (include_path='') in /home/mrsfield/public_html/admin/includes/footer.php on line 46 This is what is in admin/includes/footer.php <?php require( DIR_WS_FUNCTIONS . 'user_tracking.php'); if ( ADMIN_CONFIG_USER_TRACKING == 'true') { tep_update_user_tracking(); } ?> My "catalog" is in public_html. I tried using '/' and './' and '.public_html/' to no avail. What am I doing wrong?? :oops: Thanks
-
I want to be able to have sales tax charged for my retail customers, but not for my wholesale customers. Is that possible and how would I do that?
-
I added a thumnail to product info and reg JPG to the big image box. When I go to preview,click on pic to preview big image I get a small white box with no pic. Also, on my website, when I click to enlarge pic it basically shows it the same size. I am including the settings I have in admin/config/images Title Value Action Small Image Width 80 Small Image Height 80 Heading Image Width 57 Heading Image Height 100 Subcategory Image Width 80 Subcategory Image Height 80 Calculate Image Size true Image Required true Small Image Width The pixel width of small images Date Added: 02/21/2003 Last Modified: 03/03/2003
-
When I go into my admin i see this Choose an action.. English Configuration BOX_CONFIGURATION_MYSTORE, BOX_CONFIGURATION_LOGGING, BOX_CONFIGURATION_CACHE
-
Is there a contrib or code change I can make to be able to choose which images are displayed in the new products box on my start page. For example, I was told my pics are too big on the start page 30-50k. I have 9 pics in the new products box, that change at random every time you refresh or come back to home page. I created thumbnails of all my pics and now I need to be able to have them display rather than the regular size ones.
-
[Contribution] Additional Images Module
chfields replied to Parikesit's topic in General Add-Ons Support
I would like to know if this contrib will allow me to choose my thumbnail images for the new products box on the start page? -
I am receiving this error while trying to install all products page contribution. Please help....