Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

edukes

Pioneers
  • Posts

    149
  • Joined

  • Last visited

Everything posted by edukes

  1. Thanks for clearing that up. When I leave 'Uses per Coupon' blank, and click, 'Preview' and then 'Confirm', it adds a "0" (zero) in the field. Is this correct? Wouldn't zero mean zero uses per coupon? Thanks
  2. Well, I guess it doesn't really matter since they would be using it to purchase goods that have 'mark-up'. But how can you prevent the discount coupons being used for items on sale? It would be easier to exclude items than include items. Also what do these statements mean: The maximum number of times the coupon can be used, leave blank if you want no limit. Is this for multiple items on a single purchase? Or separate multiple purchases? Number of times a user can use the coupon, leave blank for no limit. Is this for multiple items on a single purchase? Or separate multiple purchases? Thanks
  3. I have it working now. I missed something in checkout_confirmation.php However, how can you prevent someone from using a discount coupon to buy a gift voucher? Thanks
  4. Hello, I have seen others that have had this same error but cannont find the answer. I get the following on ALL payment methods. This paticular one is for PayPal IPN: Fatal error: Cannot redeclare class paypal_ipn in /home/xxxxxx/catolog/includes/modules/payment/paypal_ipn.php on line 13 Thanks!!
  5. Thanks, I was reading some threads in this topic and made me want to question it before I attempted the install.
  6. Hello, This may be a dumb question, but does this mod work with Ultimate SEO URLs? Thanks
  7. Hello, I was installing this contrib and noticed the following in the install.html file: - admin/includes/languages/english.php +other languages: <--- THIS Add at the end: //START STS PLUS 4.0 define('BOX_MODULES_STS', 'STS'); //END STS PLUS 4.0 - admin/includes/boxes/modules.php: find: '<a href="' . tep_href_link(FILENAME_MODULES, 'set=payment', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_MODULES_PAYMENT . '</a><br>' . add after: // START STS PLUS 4.0 '<a href="' . tep_href_link(FILENAME_MODULES, 'set=sts', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_MODULES_STS . '</a><br>' . // END STS PLUS 4.0 - admin/includes/languages/english.php +other languages: <----- THIS Add at the end: //START STS PLUS 4.0 define('BOX_MODULES_STS', 'STS'); //END STS PLUS 4.0 Is this an error that this step is included twice?? Thanks
  8. I'm guessing the the above works in 'real life' after being taken out of test mode. What are your paypal settings for the fake seller account for 'Instant Payment Notification' and 'Website Payments', etc.? Thanks!!
  9. I have just setup my store and am beginning to get a few orders. I guess things are working as I am getting paid. :D However, not being familiar with all the terms used in the module and the paypal setup associated with it, could someone PLEASE make a 'HowTo' set this module up in OSC and PayPal. Maybe I have things right but I am not 100% sure. I see the same questions I have being asked over and over and no real answers. Thanks!!
  10. Hello, I was wondering if anyone knows of a contrib that allows to put all item by manufacturer on special? Or an ehancement to the stock OSC special module. I saw on by category in the contrib section but not by mfg. Maybe I missed it. Thanks!!
  11. I have a couple of questions concerning EP. I just uploaded over 2800 items without a problem. 1) I'm not clear on what to set the temp directory. Does EP get some of this from the Dpcumnet root in the config.php files and append it to that? I do not have the 'catalog' directory. 2) What is the best way to add the image files to the csv files? I had to manually enter over 2800 paths and extensions to the image name. :( Took me 4 days! Thanks, this is a great contrib!!!
  12. Hello, I'm having trouble with the PayPal IPN contrib. It could be I don't have things setup properly. I have setup an account at the "sandbox" as instructed. I login. IPN is in testmode with the sandbox account. PayPal IPN Enable PayPal IPN Module True E-Mail Address [email protected] Transaction Currency Only USD Payment Zone --none-- Set Preparing Order Status Preparing [PayPal IPN] Set PayPal Acknowledged Order Status Processing Gateway Server Testing Transaction Type Per Item Page Style Debug E-Mail Address Sort order of display. 1 Enable Encrypted Web Payments False Your Private Key Your Public Certificate PayPals Public Certificate Your PayPal Public Certificate ID Working Directory temp/ OpenSSL Location /usr/bin/openssl I make a test purchase using another account I setup in the sandbox. Everything goes well until I hit the button "Return to Merchant". I am sent to http://checkout_process.php. I have the return URL set in Website Payment Preferences" but its leaving it off. Another question I have is I am nor clear on what the values of "Set Preparing Order Status" and "Set PayPal Acknowledged Order Status" should be. Need help badly!!! Thanks
  13. Hello, I installed Easy Populate 2.61.2 back in 2003. I setup my store but never went thru with actually opening it for business. Now I think I'm going to persue this. I wanted to update things a little and one being easy populate. I went to the contrib section and could not make sense of all the different versions. I am still using the version of osCommerce that was out in August of 2003. Can someone help me out on this. Which one do I use? Can this page be cleaned up a little? Thanks!! PS I may have posted this in the wrong thread. :)
  14. Hello, I installed Easy Populate 2.61.2 back in 2003. I setup my store but never went thru with actually opening it for business. Now I think I'm going to persue this. I wanted to update things a little and one being easy populate. I went to the contrib section and could not make sense of all the different versions. I am still using the version of osCommerce that was out in August of 2003. Can someone help me out on this. Which one do I use? Can this page be cleaned up a little? Thanks!!
  15. Thanks, I thought so but just wanted to be sure!!
  16. Hello, I'm trying to install Master Password v1.4. When I run the sql thru phpmyadmin, I get the following error: Error SQL query: INSERT INTO configuration( configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function ) VALUES ( '188', 'Master Password', 'MASTER_PASS', 'yourpassword', 'This password will allow you to login to any customers account.', 1, 23, '2004-06-15 07:10:52', '2004-06-15 07:10:52', NULL , NULL ); MySQL said: #1062 - Duplicate entry '188' for key 1 Anybody know what this means? Do I need to change the '188' for key 1 to something else like '189'? TIA
  17. Hello, Been trying to follow the threads on your contribution but don't see what I'm looking for. I was wondering if you ever posted instructions on how to add your contrib. to an existing setup? I can run a diff/comparison on the files, but don't know how to read it. Thanks!!
  18. Really nice module!! The more I work with it, the more I like it! But one little thing. When I open the the Image Editor, the popup box isn't quite large enough. The "Cancel" button at the bottom is barely visable. Where/what file can I edit to make the height a little larger? Thanks again!!
  19. Ooops, this didn't go where I wanted it. :(
  20. Really nice module!! The more I work with it, the more I like it! But one little thing. When I open the the Image Editor, the popup box isn't quite large enough. The "Cancel" button at the bottom is barly visable. Where/what file can I edit to make the height a little larger? Thanks again!!
  21. Thanks for getting back to me. I found the editor as you said but what I meant was in Admin --> Catalog --> Define MainPage, I see a blank page. Shouldn't I see my main page in the editor? Thanks
  22. I just installed this module but I'm not sure how to use it. How do you open a page to edit? All I see is a blank page. Are there some instructions or HOWTO somewhere I'm missing? Thanks
  23. Hello, I installed All Products. Clicked on "View All Products" and it worked. Only problem is it won't work again. It just tries to load the page but nothing happens. Weird. Any ideas of what may be wrong? TIA
  24. I figured it out. I missed one of the files that needed to be modified. Thanks!!!
×
×
  • Create New...