Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

JoeySchmoe

Members
  • Posts

    23
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by JoeySchmoe

  1. I prefer the AIM process. We've switched to FirstData but I haven't dropped our current virtual merchant provider until I get this module working. Getting the same SOAP error discussed above even after checking and changing the password. Warning: stream_context_set_option() [function.stream-context-set-option]: called with wrong number or type of parameters; please RTM in /home/XXXXXXXX/public_html/includes/modules/payment/gge4_cc_aim.php on line 43 Fatal error: Uncaught SoapFault exception: [HTTP] Authorization Required in /home/XXXXXXXXX/public_html/includes/modules/payment/gge4_cc_aim.php:45 Stack trace: #0 /home/XXXXXXXXX/public_html/includes/modules/payment/gge4_cc_aim.php(45): SoapClient->__doRequest('<?xml version="...', 'https://api.dem...' 'http://secure2....' 1, 0) #1 [internal function]: SoapClientHMAC->__doRequest('<?xml version="...', 'https://api.dem...' 'http://secure2....' 1, 0) #2 /home/XXXXXXXXX/public_html/includes/modules/payment/gge4_cc_aim.php(185): SoapClient->__call('SendAndCommit', Array) #3 /home/XXXXXXXXX/public_html/includes/modules/payment/gge4_cc_aim.php(185): SoapClientHMAC->SendAndCommit(Array) #4 /home/XXXXXXXXX/public_html/includes/classes/payment.php(191): gge4_cc_aim->before_process() #5 /home/XXXXXXXXX/public_html/checkout_process.php(81): payment->before_process() #6 {main} thrown in /home/XXXXXXXXX/public_html/includes/modules/payment/gge4_cc_aim.php on line 45 Any new thoughts or success stories? Thanks!
  2. Warning: call_user_func() expects parameter 1 to be a valid callback, function 'tep_uninstall_adwords_tag' not found or invalid function name in /home/XXXXXX/public_html/ADMIN-FOLDER-NAME/includes/functions/general.php on line 1302 Any thoughts?
  3. Actually we have a PLA (Product Listing Ad) setup with our Google Adwords account. We first upload to the "test feed" we have setup to ensure all the products are "inserted" without errors, then we upload to the actual feed. Our test feed is not being inserted but our actual feed from Friday is/was inserted. I should have outlined this in the original post.
  4. Has anything changed very recently on Google Merchant feeds? On Friday we submitted our standard feed (7,000+ products) we've been doing for months, no issues. Today we submit with a few minor changed and we get "0 of 7,000 items inserted". Can't seem to find an issue. anyone having similar problems? Thanks!
  5. Version Check goes to blank page. WWW.SOMEWEBSITE.COM/ADMIN_FOLDER/mailbeez.php?app=load_app&app_path=../dashboardbeez/dashboard_versioncheck/admin_application_plugins/check.php Version 2.5 Thoughts?
  6. >Send Test Email works, but no Emails are sent >Make sure you have a valid email address for “send copy to” Checked for valid email address, still does not work in "Review Reminder Advanced with Autologin". Did not upgrade (Purchase) to "No Purchase Advanced" and default No Purchase Module still works fine. BTW, the new "MailBeez Copyright Remover" footer looks like crap and "white label your emails and remove this footer" that goes to customer is unnecessary. Simply using the "Powered by MailBeez and Copyright Mailbeez" in the footer would be more professional. >Pop-Ups are blank – GZIP >The Pop-Ups are based on CeeBox. CeeBox does show blank when the content is GZIP compressed (took me a couple hours to figure out…) >Check if your storefront where mailhive.php is located uses GZIP compression - I tried to override the GZIP compression setting in the code but you >might have a different setting. >You can check if your server uses GZIP compression on http://www.whatsmyip.org/http_compression/ >Solution: >Deactivated GZIP – is this works, try to figure out how to deactivate GZIP on page-level and apply it to mailhive.php. Deactivate GZIP? Really? That's not a solution for an active website that sees great speed improvements because of GZIP. Why does "Contact Customers without Purchase" work but the purchased module "Review Reminder Advanced with Autologin" not work?
  7. did you ever find a way to offer free shipping on OSC 2.3.1?
  8. I've been using this contribution for a while and recently encountered the following error: : SQL error Incorrect key file for table '/tmp/#sql_1413_0.MYI'; try to repair it| sql = SELECT concat( 'http://xxxxxxxxxxxx.com/product_info.php?products_id=' ,products.products_id) AS product_url, products_model AS prodModel, manufacturers.manufacturers_name AS mfgName, manufacturers.manufacturers_id, products.products_id AS id, products_description.products_name AS name, products_description.products_description AS description, products.products_quantity AS quantity, products.products_status AS prodStatus, products.products_weight AS prodWeight, FORMAT( IFNULL(specials.specials_new_products_price, products.products_price) * 1,2) AS price, CONCAT( 'http://xxxxxxxxxxxx.com/images/' ,products.products_image) AS image_url, products_to_categories.categories_id AS prodCatID, categories.parent_id AS catParentID, categories_description.categories_name AS catName FROM (categories, categories_description, products, products_description, products_to_categories) left join manufacturers on ( manufacturers.manufacturers_id = products.manufacturers_id ) left join specials on ( specials.products_id = products.products_id AND ( ( (specials.expires_date > CURRENT_DATE) OR (specials.expires_date is NULL) OR (specials.expires_date = 0) ) AND ( specials.status = 1 ) ) ) WHERE products.products_id=products_description.products_id AND products.products_id=products_to_categories.products_id AND products_to_categories.categories_id=categories.categories_id AND categories.categories_id=categories_description.categories_id AND categories_description.language_id = 1 AND products_description.language_id = 1 ORDER BY products.products_id ASC I tried repairing the tables but the error was not eliminated. Any guidance? I don't remember making any changes to the store since the last time the php was run. Thanks, Cary
  9. This is great! Installed TMS on a new 2.3.1 demo site we have and works easily. The only question I have now is populating the other tabs that currently have "hello world" statements in them. I would think we need to add a new field in the database for each product to populate the text in the tabs for product specific information. For example, we need product application data that is product specific. How do we add product information to appear in this area that is product specific? Thanks, Cary
  10. Without getting to deep into a security topic, we've been asked to upgrade our PHP by TrustKeeper to maintain PCI compliance since they've identified issues with PHP 5.2.
  11. Yup. Once again you are correct. It's a PHP issue on OSC, I upgraded to 5.3 from 5.2 and get this error in the mail process. Thanks for your prompt response! Anyone with suggestions for PHP mail error from 5.2 to 5.3? Anyone? Anyone? The Holly-Smoot Tariff Act...
  12. I just installed this over the weekend and this seem to be working great. But now when someone tries to register a new account this error occurs: Warning: mail(/var/log/php_mail.log) [function.mail]: failed to open stream: No such file or directory in /home/XXXXX/public_html/includes/classes/email.php on line 522 Warning: Cannot modify header information - headers already sent by (output started at /home/XXXXX/public_html/includes/classes/email.php:522) in /home/chevypar/public_html/includes/functions/general.php on line 35 The customer gets a new account and confirmation email but never sent to create account success. I loaded KissMT at the same time. I've been checking everywhere and looked for white space when I changed general.php on line 35 but I can't figure it out. Any suggestions? Thanks, Cary
  13. I just had a similar request that was answered in the custom fields area. See my reply http://www.oscommerce.com/forums/topic/162244-easy-populate-products-attributes/page__view__findpost__p__1467358 Good Luck Cary
  14. UPDATE: I figured it out. It's in there! (Ragu Sauce Music) I found the $custom_fields in the easypopulate.php and added width, height, etc. Works fantastically! Now I can just download the UPS shipping info for each item or product group, make the changes and upload the file. Makes this so much easier than changing each item on the site in the catalog. And obviously excel allows "fill down" for multiple changes of the same field. Happy Holidays, Cary
  15. Thanks again surfalot for your response the other day, it worked very well. Now on to another question. I've added UPSXML with Dimension support and everthing works properly but I wanted to figure out how I can integrate the "product_width", "product_height", "product_length" and "product_ready_to_ship" variables into the admin section of EP so I can more easily populate the UPS shipping fields. Any insight or direction? Secondly, am I correct that if I upload a file with only the "v_product_model" and "v_product_special_price" it will ONLY change the special price for the product and leave the other variables in tact? Provided I include the EOREOR field on each row. Thanks, Cary
  16. I've just installed UPS XML on a new site I've created (new to OSC) and everything appears to work great except I always get 1 (one) box at checkout. Each one of my auto parts is in a box of it's own for shipping. Why does it only use one box? Can I default OSC to put each item in it's own box? If I add dimensional support will it then offer one box per item? Thanks, Cary
  17. Nice! I hadn't even messed with this detailed feature. I like it better than the complete download since I can focus on specific categories. Thanks for your prompt and insightful response! Merry Christmas, Cary
  18. I've been using EP for a couple weeks on my first site and things work great. I use the split to upload more than 300 files and everything just works perfectly. But now I'm at an issue that I can't seem to find a solution for in the docs or in this support forum. I've been trying to download the entire products file in a csv using the quicklinks on the EP admin section of my site. It just seems to hang on the link to the php "easypopulate.php?download=stream&dltype=full" and nothing happens. I'm able to use the model/price/qty quicklink without issue. I've checked the memory allocation using a getinfo.php file in my root directory and it says 96M so I don't think memory is the issue. Any guidance or suggestions? EP vers: 2.76i-MS2 osCommerce Online Merchant v2.2 RC2a OS: Linux 2.6.28.5-grsec-sg2 HTTP: Apache/1.3.41 (Unix) DB: MySQL 5.0.77mm0.1-log PHP: 5.2.9 (Zend: 2.2.0) Thanks, Cary
  19. Newbie trying to secure the site and can't install Security Pro..

×
×
  • Create New...