Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

dimports

Archived
  • Posts

    215
  • Joined

  • Last visited

Everything posted by dimports

  1. well i tried installing everything with the application_top.php with and without the line of code nonexistent in the original file. either way i get an an error: Warning: main(includes/classes/logger.php): failed to open stream: No such file or directory in /home/designi/public_html/catalog/includes/application_top.php on line 74 Fatal error: main(): Failed opening required 'includes/classes/logger.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/designi/public_html/catalog/includes/application_top.php on line 74
  2. thanx for the update auctionblox. there was a disccrepancy about the instructions tho.. you say in /catalog/includes/application_top.php: (at about line 260): // Create the cart & Fix the cart if necesary if (tep_session_is_registered('cart') && is_object($cart)) { if (PHP_VERSION < 4) { $broken_cart = $cart; $cart = new shoppingCart; $cart->unserialize($broken_cart); } } else { tep_session_register('cart'); $cart = new shoppingCart; } ADD: //+++AUCTIONBLOX.COM if (tep_session_is_registered('auctionCart') && is_object($auctionCart)) { if (PHP_VERSION < 4) { $broken_cart = $cart; $auctionCart = new auctionCart; $auctionCart->unserialize($broken_cart); } } else { tep_session_register('auctionCart'); $auctionCart = new auctionCart; } //+++AUCTIONBLOX.COM but i dont see that anywhere in the file. is this just my copy? is it neccessary?
  3. wow the fees dont stop with ebay. they are gettin really green. how about using macros? like opening up the sell page and macro fills in the settings you want (7 day auction, starting bid, etc. how about this: i have a template generator.. how about clicking on product from the shopping cart to output a ready-made auction description. at the bottom of the page will be the macros button. the only manual thing to do is signing into ebay and go to the sales page. then clicking the macro to generate to choose settings, and then paste the html source code?
  4. oh, i just downloaded smitty1's update contribution.. very nifty. thanks for the contribution guys. but i keep getting an error in each auction header saying '[ERROR: Not set]'. anyone know what that means. anyways, i got a plan on a ebay contribution idea: i want to be able to just browse my shopping cart and click on a "list on eBay" button and program will take description field, price, etc and roll it up in a ready made auction for you to list in an auction... maybe even logging into ebay and filling the fields for you. just one click from the shopping cart. anyone think this contribution is possible? i already have a template generator written in perl that asks for image, description, price, etc and rolls it up into a webpage. then i right click on the page and view source and copy source and paste it into ebay's description field.
  5. i tried looking but is there a way to list auctions straight from your shoppig cart. i want to be able to just browse my shopping cart and click on a "list on eBay" button and program will take description field, price, etc and roll it up in a ready made auction for you to list in an auction... maybe even logging into ebay and filling the fields for you. just one click from the shopping cart. anyone think this contribution is possible? i already have a template generator written in perl that asks for image, description, price, etc and rolls it up into a webpage. then i right click on the page and view source and copy source and paste it into ebay's description field. anyone follow? :unsure:
  6. but my auction_finder.php page is still blank.. why so? th template of my website is there but nothing else. www.designimportsinc.com/catalog/auction_finder.php
  7. for some reason, after i reuploaded the split_pages_result.php file it worked.. even tho it was the same exact file i uploaded initially. oh well, thanx auctionblox!!!! this is great. how much you charging for the automation of this and when will it be ready?
  8. i tried installing this but when i open up the admin page -> auctions, it give me a blank list saying: Fatal error: Call to undefined function: display_count_ex() in /home/designi/public_html/catalog/admin/auction_listing.php on line 167 is the list supposed to populate automatically. i have a few active auctions already. AND my www.designimportsinc.com/catalog/auction_finder.php is just a blank template. whats going wrong?
  9. oh nevermind guys, i just had to set up my IPN at Paypal.com
  10. i get an error when doing the test: TEST IPN Processed for order #5463461064 - You have an error in your SQL syntax near '' at line 1 delete from customers_basket where customers_id= [TEP STOP] whats this mean?
  11. great contribution man. very complicated yet so pretty to use on the UI side. i have a suggestion.. i was looking for something that when i ship the order, i go to the admin, change order status to delivered and enter the tracking number into a new field. so when customers log into their account and check order status, the ups delivery box automatically shows right away where the package is. so in essense, the tracking number is passed from the admin page and later hardcoded in to the XML tracking module.
  12. anybody find it yet?? why is the auction checkout hidden??
  13. ive just downloaded this incredible contribution, but i cannot find the auction checkout contribution that the installation readme says i need: You must install Purchase Without Account and Auction Checkout for osCommerce MS2 PRIOR to installing this contribution. You are not required to enable Purchase Without Account in your osCommerce store, but it is necessary for the correct operation of the auction checkout. anyone know where i can find this? a link here woudl be helpful. thx all.
  14. anybody got a working website of this so we can check it out?
  15. hey Met00, makes a lot of sense. its tru that high class customer service should be a high priority. thx for the advise!
  16. awesome contribution.. you think theres a way to add a pop up window when carts are abandoned saying something like "continue with your order and get $5 off!"
  17. nevermind guys, i got it working!!.. 4th time doing it was a charm. awesome contribuition dude. genuis. i was wondering if i can take out the section in the admin to upload the popup picture just to make it easier for other people here. it confusing to them and they just ignore that the 2nd upload section is for the pop up. anyone know where i can make these changes? thx a mil to all you wonderful contributers.
  18. sigh@!! i followed and added, replaced, etc etc all the files but i keep getting an error when trying to add a new product: Warning: Cannot modify header information - headers already sent by (output started at /home/designi/public_html/catalog/admin/includes/languages/english/categories.php:108) in /home/designi/public_html/catalog/admin/includes/functions/general.php on line 18 what am i doing wrong?
  19. I don't get the database installation part of the README: 1. Run the "additional_images.sql" file to make the database changes. 2. The "extra_width_images.sql" is to add new images width and height (display/medium height-width and popup/large height-width). If you have this configured in your database, you don't have to execute this "extra_width_images.sql". How would i do this? do i upload these files onto my server first? im sorry.. even tho i can do web design to a far extent, im fairly to the SQL database part of it. pls advise someone. thx in advance for this contribution!
×
×
  • Create New...