Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

tim_ver

Pioneers
  • Posts

    499
  • Joined

  • Last visited

Everything posted by tim_ver

  1. Anyone install and confirm if Header Tags SEO V 3.0 works on Oscommerce version 2.3.3.3?
  2. Harald, Thank you for taking the time to help me with this issue and getting it resolved. It is very appriciated!
  3. I only use Authorize.net for payment. So you would have to go throught creating and account, and a full check out to see the results page display. I did since try it on my phone also with Firefox version 23.0 worked fine. But then updated it to version 29.0.1 and got the same display of messed up text. Also tried Chrome versions 31.0.1650.59 and 35.0.1916.138 and both did not work on the phone.
  4. I have OScommerce version 2.3.3.3 and I am using Authorize.net (SIM) for payment method. The issue I have is after I enter the card for payment, it works fine but when it takes me back to the Success page "Your Order Has Been Processed!". All the info on the page is all messed up. Everything is on the far left of the page and not properly formated. Here is some of what it shows on the reciept page, all text is left justified: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Top Shipping & Returns My Account Log off Search: Home New Featured Top sellers Specials Brands Reviews Contacts Now in your cart 0 items Shopping Cart: "Image of LOGO IS here" Top » Catalog » Checkout » Success Your Order Has Been Processed! Your order has been successfully processed! Your products will arrive at their destination within 2-5 working days. checkout_success Please notify me of updates to the products I have selected below: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Here is a screen shot - The Version of Authorize.net SIM is 1.0 / API Version 3.1. Installed with Oscommerce default install no add on. How do I fix this isssue? Thanks
  5. I have the same issue now. The landing page "Your Order has been processed" works on some browsers and displays fine, and on others it is all to the ledt and messed up in formating. I am on Version 2.3.3.3. Anyone have an update on this and a fix, as the checkout_process.php file is newer and dose not have the line of code above in it. The new code for version 2.3.3.3 is: <?php /* $Id$ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2002 osCommerce Released under the GNU General Public License */ define('EMAIL_TEXT_SUBJECT', 'Order Process'); define('EMAIL_TEXT_ORDER_NUMBER', 'Order Number:'); define('EMAIL_TEXT_INVOICE_URL', 'Detailed Invoice:'); define('EMAIL_TEXT_DATE_ORDERED', 'Date Ordered:'); define('EMAIL_TEXT_PRODUCTS', 'Products'); define('EMAIL_TEXT_SUBTOTAL', 'Sub-Total:'); define('EMAIL_TEXT_TAX', 'Tax: '); define('EMAIL_TEXT_SHIPPING', 'Shipping: '); define('EMAIL_TEXT_TOTAL', 'Total: '); define('EMAIL_TEXT_DELIVERY_ADDRESS', 'Delivery Address'); define('EMAIL_TEXT_BILLING_ADDRESS', 'Billing Address'); define('EMAIL_TEXT_PAYMENT_METHOD', 'Payment Method'); define('EMAIL_SEPARATOR', '------------------------------------------------------'); define('TEXT_EMAIL_VIA', 'via'); ?>
  6. Is this built in by default or an addon? If an addon can you please provide a link.
  7. I am looking for a add on that will allow me to change shipping by the order total, if a customer spends with-in a range, they get charged a flat shipping rate. See example below. $0.00 - $30.00 - $12.00 $30.00 - $55.00 - $9.00 $55.00 - $70.00 - $7.00 $70.00 - And up - $0.00 Free shipping
  8. Ok, I did get it to work but one item is when you click image a box pops up and in the preview part it has a bunch of foriegn laguage text. Why is this how do I fix this issue?
  9. joli1811 I did what you listed out and it is not showing up in the Admin panel. Ideas? It is only displying this for modules - Payment Action Recorder Header Tags Dashboard Boxes Social Bookmarks Order Total Shipping
  10. Ok, thanks. I need the full as I need to add images in also
  11. Ok, I do see this so I should use the Install zip uploaded - 21 Dec 2010 and then apply the three updates after this
  12. I wanted to know if there is an addon that will do some or all of the items listed below. This is for the Products Description area in admin panel, right now it is just plain text and nothing else"ie: no way to edit font, color, add images, etc) Looking for something like a webpage editor built in. So I can be able to: 1.) Be able to change font size, color, font type, etc 2.) Be able to add bullet points 3.) Make text Bold, Italic, etc 4.) Add images in the view also Is there an add on like this out now?
  13. Anyone have a addon for heartland payment system for OSC 2.3.X?
  14. I installed this add on Easy Admin Group - OSC 2.3.XX and it installed fine and shows up in the admin area. I then created a group in Administrator Groups, then I created a new user ID in Administrators and add the new group that I created. I logged out and tryied to log back in as this new user and get the error below. I tried also to Protect With htaccess/htpasswd and still can not login. It just spins and stays on same login screen then. I can clear cache and login as the admin just fine. Why is this not working, what can I check to fix this issue? Page that displays after trying to login with new ID - The page isn't redirecting properly Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
  15. I am getting errors on my main catalog page. The admin area seems fine no errors showing. On the main catalog page all it shows are the errors below nothing else. Please let me know what I am missing here and need to fix/update to get this issue resolved. Errors: Warning: Invalid argument supplied for foreach() in /home/b/public_html/n/Store/includes/modules/ultimate_seo_urls5/main/bootstrap.php on line 274 Warning: include_once(page_modules.php) [function.include-once]: failed to open stream: No such file or directory in /home/b/public_html/n/Store/includes/modules/ultimate_seo_urls5/main/bootstrap.php on line 339 Warning: include_once() [function.include]: Failed opening 'page_modules.php' for inclusion (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home/b/public_html/n/Store/includes/modules/ultimate_seo_urls5/main/bootstrap.php on line 339 Fatal error: Uncaught exception 'RuntimeException' with message 'Directory name must not be empty.' in /home/b/public_html/n/Store/includes/modules/ultimate_seo_urls5/includes/usu_general_functions.php:244 Stack trace: #0 /home/b/public_html/n/Store/includes/modules/ultimate_seo_urls5/includes/usu_general_functions.php(244): DirectoryIterator->__construct('') #1 /home/b/public_html/n/Store/includes/modules/ultimate_seo_urls5/main/bootstrap.php(340): usu_dir_iterator() #2 /home/b/public_html/n/Store/includes/modules/ultimate_seo_urls5/main/bootstrap.php(83): Usu5_Bootstrap->loadPageModules(false) #3 /home/b/public_html/n/Store/includes/modules/ultimate_seo_urls5/main/usu5.php(119): Usu5_Bootstrap->bootStrapper() #4 /home/b/public_html/n/Store/includes/application_top.php(338): Usu_Main->initiate(Object(language)) #5 in /home/b/public_html/n/Store/includes/modules/ultimate_seo_urls5/includes/usu_general_functions.php on line 244
  16. I am getting errors on my main catalog page. The admin area seems fine no errors showing. On the main catalog page all it shows are the errors below nothing else. Please let me know what I am missing here and need to fix/update to get this issue resolved. Errors: Warning: Invalid argument supplied for foreach() in /home/b/public_html/n/Store/includes/modules/ultimate_seo_urls5/main/bootstrap.php on line 274 Warning: include_once(page_modules.php) [function.include-once]: failed to open stream: No such file or directory in /home/b/public_html/n/Store/includes/modules/ultimate_seo_urls5/main/bootstrap.php on line 339 Warning: include_once() [function.include]: Failed opening 'page_modules.php' for inclusion (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home/b/public_html/n/Store/includes/modules/ultimate_seo_urls5/main/bootstrap.php on line 339 Fatal error: Uncaught exception 'RuntimeException' with message 'Directory name must not be empty.' in /home/b/public_html/n/Store/includes/modules/ultimate_seo_urls5/includes/usu_general_functions.php:244 Stack trace: #0 /home/b/public_html/n/Store/includes/modules/ultimate_seo_urls5/includes/usu_general_functions.php(244): DirectoryIterator->__construct('') #1 /home/b/public_html/n/Store/includes/modules/ultimate_seo_urls5/main/bootstrap.php(340): usu_dir_iterator() #2 /home/b/public_html/n/Store/includes/modules/ultimate_seo_urls5/main/bootstrap.php(83): Usu5_Bootstrap->loadPageModules(false) #3 /home/b/public_html/n/Store/includes/modules/ultimate_seo_urls5/main/usu5.php(119): Usu5_Bootstrap->bootStrapper() #4 /home/b/public_html/n/Store/includes/application_top.php(338): Usu_Main->initiate(Object(language)) #5 in /home/b/public_html/n/Store/includes/modules/ultimate_seo_urls5/includes/usu_general_functions.php on line 244
  17. I wanted to know if anyone has this mod now or is developing anything like these options for the cart (that will work with the newest release of OSc). I have pasted a link below to show what I am looking for. http://fashion.hsn.com/cinema-etoile-3-pie...amp;ccm=FA|4525 See how you can zoom in and the detail stays intact and does not get blurry, and has a video also. Then next to sizes there is a button the opens the window with the size chart for this item, and also has how to measure and the over all size chart in general. Thanks
  18. You have a link to your website so we can view it?
  19. I figured it out. Thanks I have a line of code wrong. :( However now when I click the add item to wishlist it adds it to my cart instead. Why? Wishlist says 0 for items but cart has one item in it. arghhh I did notice the install doc is incomplete for this line of code also (fyi). It has this now and it of course is not complete (Step #3): <td align="center"> So I added this line of code and the button came up but adds the item to the shopping cart and not the wish list. :( <td align="center"><?php echo tep_image_submit('button_wishlist.gif', 'Add to Wishlist', 'name="wishlist" value="wishlist"'); ?></td> Help please. Thanks
  20. I have installed the Wishlist 2.0 (by FIMBLE) module and followed the instructions, but I get an error on the main store page: Warning: require_once(includes/languages//wishlist.php) [function.require-once]: failed to open stream: No such file or directory in /home/bp/public_html/vic/Store/includes/boxes/wishlist.php on line 13 Fatal error: require_once() [function.require]: Failed opening required 'includes/languages//wishlist.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/bp/public_html/vic/Store/includes/boxes/wishlist.php on line 13 Line 13 is: require_once(DIR_WS_LANGUAGES . $language . '/' . FILENAME_WISHLIST); I did try both taking out the / and also doing an english/. The english/ did get rid of the error but game me a new one so I do not think it was the correct fix. The error was: Fatal error: Class 'infoBoxHeading' not found in /home/bp/public_html/vic/Store/includes/boxes/wishlist.php on line 26 Line 26: new infoBoxHeading($info_box_contents, false, false, tep_href_link(FILENAME_WISHLIST, '','NONSSL')); How do I fix this issue? Thanks
  21. I wanted to know if there is a mod out now the will allow users to search a Active Calendar and then click on the date for more information and then allow them to added it to the cart and check out and then when this is done the event subtracts a spot form the total. When it gets down to only one left it will state so, and then when sold out it says sold out. I would like to allow users to signup for classes and pay for them online so I wanted to tie it into the shopping cart. Does this mod exsist or is there something like it that I can use? Thanks
  22. Hey it works now. Is there a way to display in the drop down next to the option the stock amount? Like this: Size 6 (4 in stock) Or Size 6 (4) Thanks
  23. I do not see the stock button for some reason by the product I am at. Where is this button defined so I can go and check code to make sure it is there and correct? Also what line/lines should it be on? Thanks much
  24. How do I get to the screen (Product Stock) so I can add more quanity to each. I Looked around and I can not figure out where to go. help please. Thanks
×
×
  • Create New...