Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Greaser

Archived
  • Posts

    14
  • Joined

  • Last visited

Profile Information

  • Real Name
    Dale

Greaser's Achievements

  1. I to am getting: Error! Unable to determine the page link! $info_box_contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' . '<a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_GV_FAQ, '', 'NONSSL') . '">' . BOX_INFORMATION_GV . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a><br>' . '<a href="' . tep_href_link(FILENAME_DYNAMIC_SITEMAP) . '">' . BOX_INFORMATION_DYNAMIC_SITEMAP . '</a>'); The line causing the problem is: '<a href="' . tep_href_link(FILENAME_GV_FAQ, '', 'NONSSL') . '">' . BOX_INFORMATION_GV . '</a><br>' . Is I remove it the site map works. However, I also get to information listings. Thanks for the help. This is perfect!
  2. I to am getting: Error! Unable to determine the page link! $info_box_contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' . '<a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_GV_FAQ, '', 'NONSSL') . '">' . BOX_INFORMATION_GV . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a><br>' . '<a href="' . tep_href_link(FILENAME_DYNAMIC_SITEMAP) . '">' . BOX_INFORMATION_DYNAMIC_SITEMAP . '</a>'); The line causing the problem is: '<a href="' . tep_href_link(FILENAME_GV_FAQ, '', 'NONSSL') . '">' . BOX_INFORMATION_GV . '</a><br>' . Is I remove it the site map works. However, I also get to information listings.
  3. I installed CCGV today. I am able to send emails from OSC. But CCGV doesn't send any emails. I did try looking around and searching before asking this questions and just couldn't find anything. Did I miss something?
  4. OK - I am new to PHP and OSCommerce but here is what finally fixed all my issues. MODULE_PAYMENT_PAYPAL_CC_DESCRIPTION MODULE_PAYMENT_PAYPAL_CC_URL_TEXT is actually two separate definitions. When I broke them up like this it worked define('MODULE_PAYMENT_PAYPAL_CC_DESCRIPTION', 'What ever you want'); define('MODULE_PAYMENT_PAYPAL_CC_URL_TEXT', 'what ever you want'); Here is my PayPal.php file from \includes\languages\english\modules\payment\ <?php /* $Id: paypal.php,v 1.7 2002/11/01 05:39:27 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2002 osCommerce Released under the GNU General Public License */ define('MODULE_PAYMENT_PAYPAL_TEXT_TITLE', 'PayPal'); define('MODULE_PAYMENT_PAYPAL_TEXT_DESCRIPTION', 'PayPal'); define('MODULE_PAYMENT_PAYPAL_CC_TEXT', '<a href="http://www.paypal.com" target="_blank"><img src="https://www.paypalobjects.com/en_US/i/logo/paypal_logo.gif" border=0></a>'); define('MODULE_PAYMENT_PAYPAL_CC_DESCRIPTION', 'What ever you want'); define('MODULE_PAYMENT_PAYPAL_CC_URL_TEXT', 'what ever you want'); ?>
  5. I am really having troubles with this too. I Edited the \includes\languages\english.php and the \languages\english\modules\payment\paypal.php files. I was able to fix the MODULE_PAYMENT_PAYPAL_CC_TEXT issue. But am still getting the MODULE_PAYMENT_PAYPAL_CC_DESCRIPTION MODULE_PAYMENT_PAYPAL_CC_URL_TEXT issue. Can anyone help?
  6. I installed the contribution a couple weeks ago and everything worked fine. I had to do a complete reinstall of my entire OSC and tried reinstalling the contribution but now I ONLY get the default meta tags. Don't know much about PHP. Can some put me in the right direction for troubleshooting?
  7. Moved to proper support thread. http://www.oscommerce.com/forums/index.php?showtopic=179128
  8. Custom META Tags per Item is what I use.
  9. I uploaded all the files and added the info to the database. All I see now is the default meta information. Anyone know how I can start troubleshooting?
×
×
  • Create New...