

jazzter
Members-
Content count
36 -
Joined
-
Last visited
About jazzter
- Birthday 08/31/1979
Profile Information
-
Real Name
Ben Rugers
- Website
-
[Contribution] Ultimate SEO URLs - by Chemo
jazzter replied to Chemo's topic in General Add-Ons Support
Thanks Kamil -
[Contribution] Ultimate SEO URLs - by Chemo
jazzter replied to Chemo's topic in General Add-Ons Support
Does anyone know if you can use the Header Tags Controller contribution by Linda with the Ultimate SEO contribution by Chemo? http://www.oscommerce.com/community/contributions,207 -
EasyPopulate 1.0 - Populate your store from Excel / csv
jazzter replied to wasson65's topic in General Add-Ons Support
Hi Everyone, I have had a look through the forum but cant find this error that I am getting Fatal error: Call to undefined function: tep_get_uploaded_file() in /home/inkjet/public_html/cart/admin/easypopulate.php on line 653 Line 653 is //******************************* //******************************* // UPLOAD AND INSERT FILE //******************************* //******************************* if ($usrfl){ // move the file to where we can work with it $file = tep_get_uploaded_file('usrfl'); if (is_uploaded_file($file['tmp_name'])) { tep_copy_uploaded_file($file, DIR_FS_DOCUMENT_ROOT . $tempdir); } echo "<p class=smallText>"; echo "File uploaded. <br>"; echo "Temporary filename: " . $usrfl . "<br>"; echo "User filename: " . $usrfl_name . "<br>"; echo "Size: " . $usrfl_size . "<br>"; // get the entire file into an array $readed = file(DIR_FS_DOCUMENT_ROOT . $tempdir . $usrfl_name); } if ($localfile){ Anyone got any ideas? -
[Contribution] Ultimate SEO URLs - by Chemo
jazzter replied to Chemo's topic in General Add-Ons Support
Hey Bobby, I read on one of the forums that you have been banned. I hope that isn't the case. Thanks for the new SEO contribution, great job. It fixed my problems that I had when the buy now button was clicked it was taking me to a different category. -
I re-installed an earlier version and I know where I went wrong. The last instruction says FILENAMES.PHP in CATALALOG ADD define('FILENAME_CATEGORIES_INFO', 'index.php'); I dont have a file called filenames.php and catalog is spelt wrong. is this supposed to be here? I ended up adding this as code to the end of product_info.php Thanks again for your help
-
new problem. I am obviously full of them. My product description is displaying a code under all of the pictures in the product description any ideas why it is has this after the pic FILENAMES.PHP in CATALOG ADD define'FILENAME_CATEGORIES_INFO', 'index.php');
-
Hi Henry thanks for your assistance I ended up changing the order of the column_left.php to */ require(DIR_WS_BOXES . 'configuration.php'); require(DIR_WS_BOXES . 'catalog.php'); require(DIR_WS_BOXES . 'modules.php'); require(DIR_WS_BOXES . 'customers.php'); require(DIR_WS_BOXES . 'taxes.php'); require(DIR_WS_BOXES . 'localization.php'); require(DIR_WS_BOXES . 'reports.php'); require(DIR_WS_BOXES . 'tools.php'); require(DIR_WS_BOXES . 'gv_admin.php'); require(DIR_WS_BOXES . 'affiliate.php'); ?> and it works, I now have the affliates on the left hand column. wahoo, it really does come down to the simplest thing. I am a bit worried about the security breach that you mentioned, do you know how I fix that?
-
I downloaded osCAffiliate v2.5a from 25 May 2005. This is the original file. I have an SSL certificate. The site is here is this file wrong or is it something I did?
-
I have cheecked that file and affiliate.php is in there. The code is below. I have just taken it directly from the contribution I am running version 2.2 of oscommerce. */ ?> <tr> <td> <?php $info_box_contents = array(); $info_box_contents[] = array('align' => 'left', 'text' => BOX_HEADING_AFFILIATE ); new infoBoxHeading($info_box_contents, false, false); if (tep_session_is_registered('affiliate_id')) { $info_box_contents = array(); $info_box_contents[] = array('align' => 'left', 'text' => '<b><a href="' . tep_href_link(FILENAME_AFFILIATE_SUMMARY, '', 'SSL') . '?osCAdminID=760c4eb26c85a56798c4ef289b4cf392">' . BOX_AFFILIATE_SUMMARY . '</a></b><br>' . ' <a href="' . tep_href_link(FILENAME_AFFILIATE_ACCOUNT, '', 'SSL') . '?osCAdminID=760c4eb26c85a56798c4ef289b4cf392">' . BOX_AFFILIATE_ACCOUNT . '</a><br>' . ' <a href="' . tep_href_link(FILENAME_AFFILIATE_PASSWORD, '', 'SSL') . '?osCAdminID=760c4eb26c85a56798c4ef289b4cf392">' . BOX_AFFILIATE_PASSWORD . '</a><br>' . ' <a href="' . tep_href_link(FILENAME_AFFILIATE_NEWSLETTER, '', 'SSL') . '?osCAdminID=760c4eb26c85a56798c4ef289b4cf392">' . BOX_AFFILIATE_NEWSLETTER . '</a><br>' . ' <a href="' . tep_href_link(FILENAME_AFFILIATE_NEWS, '', 'SSL') . '?osCAdminID=760c4eb26c85a56798c4ef289b4cf392">' . BOX_AFFILIATE_NEWS . '</a><br>' . '<b><a href="' . tep_href_link(FILENAME_AFFILIATE_BANNERS, '', 'SSL') . '?osCAdminID=760c4eb26c85a56798c4ef289b4cf392">' . BOX_AFFILIATE_BANNERS . '</a></b><br>' . ' <a href="' . tep_href_link(FILENAME_AFFILIATE_BANNERS_BANNERS, '', 'SSL') . '?osCAdminID=760c4eb26c85a56798c4ef289b4cf392">' . BOX_AFFILIATE_BANNERS_BANNERS . '</a><br>' . ' <a href="' . tep_href_link(FILENAME_AFFILIATE_BANNERS_BUILD, '', 'SSL') . '?osCAdminID=760c4eb26c85a56798c4ef289b4cf392">' . BOX_AFFILIATE_BANNERS_BUILD . '</a><br>' . ' <a href="' . tep_href_link(FILENAME_AFFILIATE_BANNERS_BUILD_CAT, '', 'SSL') . '?osCAdminID=760c4eb26c85a56798c4ef289b4cf392">' . BOX_AFFILIATE_BANNERS_BUILD_CAT . '</a><br>' . ' <a href="' . tep_href_link(FILENAME_AFFILIATE_BANNERS_CATEGORY, '', 'SSL') . '?osCAdminID=760c4eb26c85a56798c4ef289b4cf392">' . BOX_AFFILIATE_BANNERS_CATEGORY . '</a><br>' . ' <a href="' . tep_href_link(FILENAME_AFFILIATE_BANNERS_PRODUCT, '', 'SSL') . '?osCAdminID=760c4eb26c85a56798c4ef289b4cf392">' . BOX_AFFILIATE_BANNERS_PRODUCT . '</a><br>' . ' <a href="' . tep_href_link(FILENAME_AFFILIATE_BANNERS_TEXT, '', 'SSL') . '?osCAdminID=760c4eb26c85a56798c4ef289b4cf392">' . BOX_AFFILIATE_BANNERS_TEXT . '</a><br>' . '<b><a href="' . tep_href_link(FILENAME_AFFILIATE_REPORTS, '', 'SSL') . '?osCAdminID=760c4eb26c85a56798c4ef289b4cf392">' . BOX_AFFILIATE_REPORTS . '</a></b><br>' . ' <a href="' . tep_href_link(FILENAME_AFFILIATE_CLICKS, '', 'SSL'). '?osCAdminID=760c4eb26c85a56798c4ef289b4cf392">' . BOX_AFFILIATE_CLICKRATE . '</a><br>' . ' <a href="' . tep_href_link(FILENAME_AFFILIATE_SALES, '', 'SSL'). '?osCAdminID=760c4eb26c85a56798c4ef289b4cf392">' . BOX_AFFILIATE_SALES . '</a><br>' . ' <a href="' . tep_href_link(FILENAME_AFFILIATE_PAYMENT, '', 'SSL'). '?osCAdminID=760c4eb26c85a56798c4ef289b4cf392">' . BOX_AFFILIATE_PAYMENT . '</a><br>' . '<a href="' . tep_href_link(FILENAME_AFFILIATE_CONTACT, '', 'SSL') . '?osCAdminID=760c4eb26c85a56798c4ef289b4cf392">' . BOX_AFFILIATE_CONTACT . '</a><br>' . '<a href="' . tep_href_link(FILENAME_AFFILIATE_FAQ, '', 'SSL') . '?osCAdminID=760c4eb26c85a56798c4ef289b4cf392">' . BOX_AFFILIATE_FAQ . '</a><br>' . '<a href="' . tep_href_link(FILENAME_AFFILIATE_LOGOUT). '?osCAdminID=760c4eb26c85a56798c4ef289b4cf392">' . BOX_AFFILIATE_LOGOUT . '</a>'); new infoBox($info_box_contents); } else { $info_box_contents = array(); $info_box_contents[] = array('align' => 'left', 'text' => '<a href="' . tep_href_link(FILENAME_AFFILIATE_INFO, '', 'NONSSL'). '?osCAdminID=760c4eb26c85a56798c4ef289b4cf392">' . BOX_AFFILIATE_INFO . '</a><br>' . '<a href="' . tep_href_link(FILENAME_AFFILIATE_FAQ, '', 'NONSSL') . '?osCAdminID=760c4eb26c85a56798c4ef289b4cf392">' . BOX_AFFILIATE_FAQ . '</a><br>' . '<a href="' . tep_href_link(FILENAME_AFFILIATE, '', 'SSL') . '?osCAdminID=760c4eb26c85a56798c4ef289b4cf392">' . BOX_AFFILIATE_LOGIN . '</a>' ); new infoBox($info_box_contents); } ?> </td> </tr>
-
Hi, I just installed the affliates contribution and think its great. I followed all of the instructions but I think that I am missing something. On the main admin page I have the affliates. It has the main title affiliates and under that it has affliates and banners. When I am in my admin section I dont have an affiliates tag on the left hand column. my admin/includes/column_left.php is as follows but affliates section isn't showing. Does anyone know what I have done wrong? */ require(DIR_WS_BOXES . 'configuration.php'); require(DIR_WS_BOXES . 'catalog.php'); require(DIR_WS_BOXES . 'modules.php'); require(DIR_WS_BOXES . 'customers.php'); require(DIR_WS_BOXES . 'taxes.php'); require(DIR_WS_BOXES . 'localization.php'); require(DIR_WS_BOXES . 'reports.php'); require(DIR_WS_BOXES . 'affiliate.php'); require(DIR_WS_BOXES . 'tools.php'); require(DIR_WS_BOXES . 'gv_admin.php'); //ICW CREDIT CLASS GV SYSTEM ?>
-
[Contribution] Ultimate SEO URLs - by Chemo
jazzter replied to Chemo's topic in General Add-Ons Support
Chemo, I tried your suggestions but that code didn't work. It got redirected to a page that wasn't there. I tried just replacing the first code that you suggested and instead of adding just one product it added some random number of 118. -
[Contribution] Ultimate SEO URLs - by Chemo
jazzter replied to Chemo's topic in General Add-Ons Support
I think this has been asked before but I am struggling to find the anwser Love the contribution by the way my site is here I have the same product in a few categories if you go to serach by printer - epson - STYLUS 400 and put the universal refill kit in the cart by clicking buy now - the page gets redirected back to the canon category. Is there any way that I can get it redirected back to the page that it was clicked from? As you can see if a customer is purchasing 3 different colours for their printer then it would be preferable for them to just click on each colour rather than have to go and find the printer again. I have been told in anouther forum that the SEO URLs is hiding the category information for your universal product, which applies to multiple categories. Can anyone help out? -
Have uploaded version 1.61 from the contributions. When I go to edit an order it has the subtotal as tax exclusive. I am having to calculate the tax manually if I am to edit an order. The subtotal comes up as the tax exclusive price. Can I change it so it shows as the tax inclusive price?
-
http://www.oscommerce.com/community/contributions,1435/ I can only find up to version 1.56. am I looking in the wrong place? When I am amending the orders it is getting rid of the tax amount. Is there a fix for this? does the newer version do this?
-
Credit Class/Gift Vouchers/Discount Coupons 5.10
jazzter replied to Strider's topic in General Add-Ons Support
OK. this sux. I read the instructions again as I thought i would start at the basics. I went to administation - modules - order totals (in thebackground menu) to fix up the tax code and I have some weird errors. this is what they are saying Order Total Modules Warning: main(/home/inkjet/public_html/cart/includes/languages/english/modules/order_total/ot_couponold.php): failed to open stream: No such file or directory in /home/inkjet/public_html/cart/admin/modules.php on line 128 Warning: main(/home/inkjet/public_html/cart/includes/languages/english/modules/order_total/ot_couponold.php): failed to open stream: No such file or directory in /home/inkjet/public_html/cart/admin/modules.php on line 128 Warning: main(): Failed opening '/home/inkjet/public_html/cart/includes/languages/english/modules/order_total/ot_couponold.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/inkjet/public_html/cart/admin/modules.php on line 128 Fatal error: Cannot redeclare class ot_coupon in /home/inkjet/public_html/cart/includes/modules/order_total/ot_couponold.php on line 15 why would it be asking me for ot_couponold? modules.php line 128 and a few after is is include(DIR_FS_CATALOG_LANGUAGES . $language . '/modules/' . $module_type . '/' . $file); include($module_directory . $file); Would really appreciate someones help