Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

jcisar

Archived
  • Posts

    95
  • Joined

  • Last visited

Everything posted by jcisar

  1. Yes I too would like to know when a contribution will be made for the newest ga.js script. I tried installing the original mod using the ga.js script in place of the legacy urchin script. Does anyone think there should be problems? I try to run the verifyer but Google cannot detect a GA installation. Go figure. Thanks for a great contrib. As always, any and all help is much appreciated John
  2. Hello, I want to create a store where users can list their own product, set their own prices, and upload a display photo of the product they are seeking to sell. It would be a consumer to consumer site like ebay. Any thoughts on a contribution(s) which could help me achieve this? Your thoughts are appreciated. John
  3. I use payflow link as well. Mine works. I have both Silent Post and Return Post in my Verisign Payflow manager directed to my site's verisignreturn.php file. try that.
  4. Ok. So if I am uploading thumb nailed images of various dimensions to osc, I need not specify the image dimensions in the administration panel since osc allows for only a single specification for product images. Doing so would distort some images- which I have discovered. However, image thumbs uploaded when ?clicked to enlarge? will not show an enlarged image but the small thumbnail itself. The only way to work around that would be to specify in the admin area a product image dimension. There is a conflict of interest here. I need to be able to host product images of multiple dimensions (widths and lengths), as well as enable ?click to enlarge? to open up a larger image of the thumbnail ?all awhile maintaining pleasing image quality in both thumbnail and enlarged image. Can anyone recommend a good contribution(s) which can help me arrive at a solution? Thanks
  5. Hello, I am in need of two contributions. I am seeking a contribution which allows me to have various product image sizes. I sell bumper stickers and window cling-ons. The bumper sticker images are rectangular; however the window cling-on images are square. If I upload the square dimensioned image file to oscommerce, It becomes elongates and distorted since the image file parameters set in my admin panel is set to host image files 170 x42 pixels, which is fine for bumper sticker images but poor for square cling-on images. What is the best contribution out there, if any, that would enable for the hosting of product images of variable proportions? Secondly, the oscommerce ?click to enlarge? link beneath the product images in the catalog doesn?t actually open a window with an image enlargement. How can I get the window to actually show a higher quality enlarged image of the product? Does anyone know of a contribution out there which works best? Thanks, Jcisar
  6. I actually discovered that the latest contibution version works fine without having edited [Entry 39] of [Configuration_Group] table. The REAL problem was that Featured items weren't being displayed because I never thought to redesignate featured products in my Admin panel upon update to the new contribution version. So yes I never fixed the table, but why fix what doesnt seem broken-even though it did seem broken (but wasnt... :blink: ). Thanks John
  7. :blink: Thats what I've heard I need to do, but the excess data would be confined to the old table named FEATURED that I already dropped before importing the new featured.sql table file right? So how can I have code left in my database when I already dropped the FEATURED table in my osCommerce Datablase before importing the new FEATURED.SQL table file using phpMyAdmin?
  8. If help requires more more info on my part, please ask! :D
  9. Hello, I installed the latest featured products contribution to replace version 1.5.2 I had installed. I uninstalled the mysql FEATURED table and tried to install the table given with the v 1.5.4 But the table wont install correctly. I even tried reinstalling the v 1.5.2 table but that wont woork either. In both cases, I get the following error message: SQL-query: INSERT INTO configuration_group( configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible ) VALUES ( '39', 'Featured', 'Featured Products Display', '339', '1' ) MySQL said: #1062 - Duplicate entry '39' for key 1 Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/common.lib.php on line 682 Any Ideas as to what I need to do? Thanks John
  10. Is there anyway you could post streamlined step by step instructions for those unfamiliar with PHP? Thhis seems like a cool amendment to the payflow contribution. Thanks
  11. Hello, Thanks Galen. Your contribution is what my store needed, so I can?t wait to get it correctly installed. I opened a bumper sticker using oscommece which can be Viewed Here. My Problem: I recently installed Galen?s image resize contribution (version. resimage_1_2_3_4_5_1) Now I am receiving the following errors in my Admin panel in the inventory section under catalog /category/products. None of my inventory pictures show up right, but instead I get the broken image where my pic should be. Although my inventory pictures are showing in my store catalog, they aren?t resizing at all. I know the problem is in how I installed it, but I am not too sure as to where the problem is within the specified file. Here are the error messages I'm getting in my admin panel under catalog/categories/products: Warning: copy(DIR_FS_CATALOG_IMAGESres/got love_162_42.jpg): failed to open stream: No such file or directory in /home/censored/public_html/catalog/admin/includes/functions/html_output.php on line 93 Warning: exec() has been disabled for security reasons in /home/censored/public_html/catalog/admin/includes/functions/html_output.php on line 94 What are these error message trying to tell me? What should I do next? The lines 93 and 94 cited in the error message for /admin/includes/functions/html_output.php contain the following: copy($src, $filename_small); exec(DIR_IMAGEMAGICK . "mogrify +profile \"*\" -filter Lanczos -quality 75 -geometry " . $width . " \"" . Thanks Galen. jcisar
  12. I think I fixed it. The Admin Panel is now showing an SEO section After getting the cache table working, I had to unistall then reinstall the proper cache-enabled code provided by chemo for the htm_output.php file. That seemed to turn things around. Thanks Chemo and EriK
  13. Thanks EricK, That opened my store back up.... ur great! DO you, or anyone else for that matter, happen to know what the table is that install-seo.php creates? I need to manually install that one too. I figure I need to manually install it since I do not see any changes under my Admin/Configuration panel.
  14. Server info Linux MySQL 4.3.10 4.3.10 (Zend: 1.3.0) Apache 1.3.33 (Unix) Click here for the Catalog with Issue. Hey Chemo, Im encountering an error message after I install it. By the way, your contribs making me drooling to use... My PHP skills are like that of a chimpanzee so I am nearly handicapped when it comes to finding my way out of problems encountered once I install contributions, and I am certain I have made a silly mistake. I installed the latest Ultimate SEO contribution as the instructions specified. Then I uploaded all the contribution files to the respective directories as directed in Step 1. Next I installed to my /catalog/ directory install-seo.php and install-cache.php and executed the automatic installers one at a time ( Step 2). I than added and overwrote the lines of codes in teh appropriate files as directed in Steps 3-8. I then when to my admin panel and under Admin/Configuration/ I did not notice any new features. So then i opened up my oscommerce catalog in my web browser located HERE, and noticed the following message: 1146 - Table 'censored_osc1.cache' doesn't exist DELETE FROM cache WHERE cache_expires <= '2005-02-04 06:43:18' [TEP STOP] Any ideas? From what I can tell, It appears as if something prevented install-cache.php from creating the cache table in my osc_1 database. Since I use SSL, is it likely that the SSL interfered with the installation of cache tables? Your help is appreciated. PS: Is there a way for me to manually create those two tables (install-cache.php) and (install-seo.php) other than though the two auto-nstallers you provided? As of now I am locked out and cant seem to open them up again. jcisar
  15. Stewart, Ive been having trouble with your 1stOSC AFFILIATE version. I receive error messages when I add in the line <?PHP include "check1.php"; ?> to my post-checkout file. An yes, I did rename check1.php into something more illusive. Im not sure exactly where I am supposed to be adding this line, or in what file exactly. Is it the checkout_success.php file, or the checkout_complete.php file? Checkout_success is my customer return page upon completion of a purchase by a customer. Ive tried both files, so ether way, I receive error messages. You say to add it at the top of the page above all code. Do you mean to say that I am to add this above the opening <?php tag? Or is <?PHP include "check1.php"; ?> supposed to replace the <?php ...? Many thanks, John
  16. Lines 8-16 from my checkout_success.php? If so, then here it is: Copyright © 2003 osCommerce Released under the GNU General Public License */ <?PHP include "censored.php"; ?> require('includes/application_top.php'); // if the customer is not logged on, redirect them to the shopping cart page if (!tep_session_is_registered('customer_id')) {
  17. I typed it in the example by accident, but it isnt actually in the file. Thanks
  18. Im clueless. I overwrote the stand-alone <?PHP tag found at the very begining of checkout_success.php with <?PHP include "check1.php"; ?> and was buried in error mesages upon return to /catalog/checkout_success.php durning a test credit card purchase transaction. I recieved these error messages. I modifies the sensitive parts for security reasons. What does this all mean? Warning: main(censored.php): failed to open stream: No such file or directory in /home/CENSORED/public_html/catalog/checkout_success.php on line 1 Warning: main(censored.php): failed to open stream: No such file or directory in /home/CENSORED/public_html/catalog/checkout_success.php on line 1 Warning: main(): Failed opening 'censored.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/CENSORED/public_html/catalog/checkout_success.php on line 1 /* $Id: checkout_success.php,v 1.49 2003/06/09 23:03:53 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ Warning: main(censored.php): failed to open stream: No such file or directory in /home/CENSORED/public_html/catalog/checkout_success.php on line 12 Warning: main(censored.php): failed to open stream: No such file or directory in /home/CENSORED/public_html/catalog/checkout_success.php on line 12 Warning: main(): Failed opening 'censored.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/censored/public_html/catalog/checkout_success.php on line 12 require('includes/application_top.php'); // if the customer is not logged on, redirect them to the shopping cart page if (!tep_session_is_registered('customer_id')) { tep_redirect(tep_href_link(FILENAME_DEFAULT)); } if (isset($HTTP_GET_VARS['action']) && ($HTTP_GET_VARS['action'] == 'update')) { $notify_string = 'action=notify&'; $notify = $HTTP_POST_VARS['notify']; if (!is_array($notify)) $notify = array($notify); for ($i=0, $n=sizeof($notify); $i<$n; $i++) { $notify_string .= 'notify[]=' . $notify[$i] . '&'; } if (strlen($notify_string) > 0) $notify_string = substr($notify_string, 0, -1); // tep_redirect(tep_href_link(FILENAME_DEFAULT, $notify_string)); // Added a check for a Guest checkout and cleared the session - 030411 if (tep_session_is_registered('noaccount')) { tep_session_destroy(); tep_redirect(tep_href_link(FILENAME_DEFAULT, '', 'NONSSL')); } else { tep_redirect(tep_href_link(FILENAME_DEFAULT, $notify_string, 'SSL')); } } require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_CHECKOUT_SUCCESS); $breadcrumb->add(NAVBAR_TITLE_1); $breadcrumb->add(NAVBAR_TITLE_2); $global_query = tep_db_query("select global_product_notifications from " . TABLE_CUSTOMERS_INFO . " where customers_info_id = '" . (int)$customer_id . "'"); $global = tep_db_fetch_array($global_query); if ($global['global_product_notifications'] != '1') { $orders_query = tep_db_query("select orders_id from " . TABLE_ORDERS . " where customers_id = '" . (int)$customer_id . "' order by date_purchased desc limit 1"); $orders = tep_db_fetch_array($orders_query); $products_array = array(); $products_query = tep_db_query("select products_id, products_name from " . TABLE_ORDERS_PRODUCTS . " where orders_id = '" . (int)$orders['orders_id'] . "' order by products_name"); while ($products = tep_db_fetch_array($products_query)) { $products_array[] = array('id' => $products['products_id'], 'text' => $products['products_name']); } } // PWA: Added a check for a Guest checkout and cleared the session - 030411 v0.71 if (tep_session_is_registered('noaccount')) { $order_update = array('purchased_without_account' => '1'); tep_db_perform(TABLE_ORDERS, $order_update, 'update', "orders_id = '".$orders['orders_id']."'"); // tep_db_query("insert into " . TABLE_ORDERS . " (purchased_without_account) values ('1') where orders_id = '" . (int)$orders['orders_id'] . "'"); tep_db_query("delete from " . TABLE_ADDRESS_BOOK . " where customers_id = '" . tep_db_input($customer_id) . "'"); tep_db_query("delete from " . TABLE_CUSTOMERS . " where customers_id = '" . tep_db_input($customer_id) . "'"); tep_db_query("delete from " . TABLE_CUSTOMERS_INFO . " where customers_info_id = '" . tep_db_input($customer_id) . "'"); tep_db_query("delete from " . TABLE_CUSTOMERS_BASKET . " where customers_id = '" . tep_db_input($customer_id) . "'"); tep_db_query("delete from " . TABLE_CUSTOMERS_BASKET_ATTRIBUTES . " where customers_id = '" . tep_db_input($customer_id) . "'"); tep_db_query("delete from " . TABLE_WHOS_ONLINE . " where customer_id = '" . tep_db_input($customer_id) . "'"); tep_session_destroy(); } ?> Warning: main(DIR_WS_INCLUDESheader.php): failed to open stream: No such file or directory in /home/CENSORED/public_html/catalog/checkout_success.php on line 87 Warning: main(DIR_WS_INCLUDESheader.php): failed to open stream: No such file or directory in /home/CENSORED/public_html/catalog/checkout_success.php on line 87 Fatal error: main(): Failed opening required 'DIR_WS_INCLUDESheader.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/CENSORED/public_html/catalog/checkout_success.php on line 87
  19. Hello, I believe that I installed this contribution correctly. However, upon checkout completion, when I return to the /catalog/checkout_success.php page, I receive the following error: Parse error: parse error, unexpected '<' in /home/dumbdo2/public_html/catalog/checkout_success.php on line 12 The error message dissapears when I remove the following line from my /catalog/checkout_success.php page, even though the instructions tell me to add it: <?PHP include "check1.php"; ?> Ok, I know someone out there is going to say: "Hey, check1.php is an arbitrary default file name, which needs to be changed." I know, its changed, and for security reasons I prefer not to give the actual filename. So The fact of the matter is, I do not know where in my checkout_success.php page to add this bit of code? Could some one tell me? The instructions arent all that clear for me. It just states that "to reward your affiliates you need to add the following line to the top of your order confirmation page:( is ithis refering to checkout_success.php or checkout_confirmation_php?) <?PHP include "check1.php"; ?>" It does not state where at the top. I tried above the: require('includes/application_top.php'; code, below it, AHHH! >_< Further the instruction state that "By adding this code to the page after an order has been submitted, you prevent affiliates from being awarded from people just going to the order page." But the instructions stated earlier that "To reward your affiliates you need to add the following line to the top of your order confirmation page: <?PHP include "check1.php"; ?>" Allright, Im getting confused by this. Is correct file checkout_confirmation.php the for placement of the line <?PHP include "check1.php"; ?> and not checkout_success.php? Even if so, when I place the code there, I get sets of errors. And it wouldnt make sense to do it in the first place since the file checkout_success.php is the return file upon checkout. Please Advise, John
  20. Sorry for the whining, but my inexperience adds to the pressure of this situation. I finally figured out what I did wrong. In the admin panel of my payment processor, I did not have my settings configured correctly. My processor was not set to POST the info back to osc, and I had not specified the POST URL for the file (verisignreturn.php) I processor was set to LINK, when it should have been set to POST.
  21. Is v.1.60a A full install? I installed this contrib for the first time ever from v.1.60a (Jan 5 2005) yet there isnt any noticable addition in my admin panel, as if the contribution was not installed. Advice needed, John
  22. I use payflow link and I am not able to know exactly what merchandise, or their quantities, my customers are ordering. Order specific data is being recorded by my osc store. :( Customer order info under Admin Panel is empty even though I have received credit card payments. Thanks
  23. Hmm... I guess I need to get my wallet out in order to solicit aid
  24. How do I configure osCommerce to capture customer order information? I sell multiple products using PayFlow Link as my payment gateway/processor. I have the payflow link w. csc mod installed. I know customers are placeing order because I see the transaction in my VeriSign Payflow Account Manager. I just dont receive the details as to which products a customer has ordered and/or in what quantities. I dont know what items to ship. Transaction details arent being logged. They arent showing up under my admin panel. All Suggestions appreciated. Thanks John
  25. Just out of curiosity, how does this make any difference? Knowledge is Power.
×
×
  • Create New...