

jawproducts
Members-
Content count
199 -
Joined
-
Last visited
About jawproducts
- Birthday 04/25/1977
Profile Information
-
Real Name
Jennifer
-
Gender
Female
-
Location
nj
- Website
-
I am having the same problem as Richard a few posts back .. I followed the instructions but got this error when I tried to run the test: #!/usr/local/bin/php Fatal error: main() [function.require]: Failed opening required 'includes/functions/FILENAME_DOWNLOADS_CONTROLLER' (include_path='.:') in /var/www/vhosts/lurebeauty.com/httpdocs/includes/functions/general.php on line 1451 Does anyone know how to fix that? Im sort of a novice to php , sorry :( But help would be greatly appreciated :)
-
Anyone know how to make the text box a drop down instead??
-
Thanks!!!! Works great! You are the greatest!
-
That would be great! I just cant figure out what the code is, i thought it was <php echo ['extra_fields']; ?> but that does not work
-
It looks like no one has figured out how to put the extra fields on the invoice? Does anyone know the code so that we can SEE the extra fields on the invoice?
-
jawproducts started following [CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
-
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
jawproducts replied to spidometrs's topic in General Add-Ons Support
Can someone PLEASE help me regarding the problem w/ the amp; appearing in the url, which makes it impossible to click on any products because they ALL GET HUNG UP due to the amp in the url. i ve tried EVERY FIX i could find on the internet; uploading the fix on the contribution page does nothing, ive tried anything i could find and not one thing makes the amp; go away, im ready to cry!!! Can anyone help? thanks! Jennifer -
Including Caption on additional images
jawproducts replied to amishjohn's topic in General Add-Ons Support
I also am looking for a way to do this; i cant find it ANYWHERE!! -
I am actually going to install it now, i will let you know how it works out!
-
I do know that i had this problem and realized it is because you have to call it EXACTLY what the category says on the left (in your left column) and use capital letters if it is in caps on the left
-
I installed the "Extra Address Line" contribution but ive been trying forever to figure this out and can't (Im semi-new to this oscommerce). Ive checked and rechecked and the 2nd address line will NOT show up in my orders panel, or in the order confirmation emails I get in my emails. Does anyone know how to fix this? Jennifer
-
Payment options show up, yes, i set up the shipping modules - I have usps and ups turned on with my key codes all in there correctly. I dont know what is going on
-
Shipping not showing on checkout_confirmation page?
jawproducts replied to jawproducts's topic in Shipping Modules
What did you mean by "is your download turned off?" -
Shipping not showing on checkout_confirmation page?
jawproducts replied to jawproducts's topic in Shipping Modules
i am confused, I thought shipping.php was just shipping terms?? I didn't think that had anything to do with checkout shipping -
Shipping not showing on checkout_confirmation page?
jawproducts replied to jawproducts's topic in Shipping Modules
I will poste the shipping page ; also i didnt realize the tabs were bad in firefox (I dont know why they are white like that, i used a contribution to install tabs and cant figure out why its doing that). Here is my shipping.php <?php /* $Id: shipping.php,v 1.22 2003/06/05 23:26:23 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ require('includes/application_top.php'); require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_SHIPPING); $breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_SHIPPING)); ?> <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <html <?php echo HTML_PARAMS; ?>> <head> <?php // BOF: WebMakers.com Changed: Header Tag Controller v2.5.2 // Replaced by header_tags.php if ( file_exists(DIR_WS_INCLUDES . 'header_tags.php') ) { require(DIR_WS_INCLUDES . 'header_tags.php'); } else { ?> <title><?php echo TITLE; ?></title> <?php } // EOF: WebMakers.com Changed: Header Tag Controller v2.5.2 ?> <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0"> <!-- header //--> <?php require(DIR_WS_INCLUDES . 'header.php'); ?> <!-- header_eof //--> <!-- body //--> <table border="0" width="100%" cellspacing="3" cellpadding="3"> <tr> <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- left_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> <!-- left_navigation_eof //--> </table></td> <!-- body_text //--> <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_specials.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> </tr> </table></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td class="main"><?php echo TEXT_INFORMATION; ?></td> </tr> </table></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <td align="right"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE) . '</a>'; ?></td> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> </tr> </table></td> </tr> </table></td> </tr> </table></td> <!-- body_text_eof //--> <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- right_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> <!-- right_navigation_eof //--> </table></td> </tr> </table> <!-- body_eof //--> <!-- footer //--> <?php require(DIR_WS_INCLUDES . 'footer.php'); ?> <!-- footer_eof //--> <br> </body> </html> <?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?> thank you SO MUCH, I was looking at checkout_shipping.php - I am a little new to this so maybe I am being a complete idiot?? Lol thank you!! -
Shipping not showing on checkout_confirmation page?
jawproducts replied to jawproducts's topic in Shipping Modules
STILL HAVING this problem, over a year now and STILL no shipping shows up, did anyone figure this out?