Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Brown Knight

Archived
  • Posts

    90
  • Joined

  • Last visited

Everything posted by Brown Knight

  1. I have done a clean install of osCommerce and then installed this module. I go into the admin, install the module. then i go to the catalog area and add an item to the card and loginl. going to checkout there is nothing showing google as the checkout module any ideas?
  2. the way the system works, for adding products and attributes is a three step process, so understanding that is how you will understand how attributes and ep work together. looking in the catalog/admin for attributes, you see you have to do it in steps, and thus ep has to do it the same way. kind of a pain tying it all together, if you click on the attribute you want in the ep file for your product, it makes the attribute active. you can even setup drop down boxes, etc at the same time
  3. what do you have for php version in admin/tools/server info? and just because you are on a dedicated, does not mean the host does not upgrade php.
  4. you need to get a merchant account, your bank should be able to point you in the right direction. most likely you will be going through nova, etc.
  5. the easy populate support thread has great answwers
  6. i would bet your host changed your php version to 5, look for the php 5 fix. to check, go to tools/server info in store/admin you do not need to download to add products. many people download and then reupload, just use easy populate for what it was designed for, to upload products to your site. keep multiple files, make it easier on yourself. one file for eacy manufacturer or category.
  7. set it back to default, use the \ where you have quotes, etc. as you may have more mangled up code than what it is worth.
  8. found what happened, dont know why though. download had been reset to false, it needs to be true.
  9. define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT); no tick marks around document_root
  10. i always use $DOCUMENT_ROOT, without knowing the full path makes it tough to say what to do.
  11. I have been using CCGV for awhile, and when people ordered a gift cert, there was no problem with the checkout, etc. Now, they are being charged shiping. I am using table rates, have been for quite some time. what can I do to fix this?
  12. sounds like you have something different added, i do not get the 'send a givt voucher' if the balance is zero
  13. post your configure.php file, also what your temp file setting is in your easypopulate.php file, what version of php you are using.
  14. post your data file here. best to use two or three products when doing the initial testing.
  15. if this will be a permanent discount, use phpmyadmin and change the price of the products by 10%
  16. cvs is not the working version of osc, it is the development one. better off to start all over, lots of work to go through and see what is different. else use a comparison program to do it.
  17. you should be able to modify the bundle contribution for your needs
  18. too many cooks spoil the broth and dont know what they are doing?? anyway, what happened to the people who used to support this contribution?
  19. you need to set the datafile to tab delimited and set easypopulate to tab delimited, not semicolon and then it should work
  20. i would like to add an image in place of the text hyperlink for 'Send Gift Voucher' is there an easy way to do this? I already have an image the size necessary for the left column.
  21. post the code here, about 5 to 10 lines before and after
  22. write some code that counts the amount of times the product has been purchased and then place it on your page. you can use an 'if' statement, to check if the product is a download product or not. if it is, display the count, if not do not display anything.
×
×
  • Create New...