Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

multimixer

Members
  • Posts

    4,733
  • Joined

  • Last visited

  • Days Won

    72

Everything posted by multimixer

  1. What version of osCommerce do you use? From there on, you need to be more specific about - what header image you refer to (is it the store logo?) - what exactly you changed in the "stylesheet" and in what file exactly - What did you upload and saven in the admi area, what admin area you mean exactly Finally, do you use a template or is it a default osCommerce installation?
  2. Gabriel, From what you describe, you need to check 2 functions of file includes/classes/shopping_cart.php 1) function restore_contents This is responsible for addinf temporary cart contents to the DB, and pulling DB cart contents to the session upon login/create account 2) function add_cart This is responsible for adding items to cart tables in DB in case user is registered Check this 2 functions against the "old" file Other thing that you need to do is, to disable the parts where it is checked if attributes are numeric values, because of text options and file options, the "attributes pass check" need to return true anyway Strange however that you have issues only with "text" options. Is this the only option type you have enabled, or do you have issues just there? Whatever, I will try to post a complete and correct merged classes/shopping_cart.php to here
  3. Gabriel, could you say some of the problems you are beatings your head against, so we try to solve them 1by1? For example, what exactly is the problem to carry over the temp cart options upon sign in? What do you mean? To write them to the db? Well, "my version" is nothing more or less hat the "old version" and modifications that are posted here in this topic some pages pack + some more extended functionality, however, that all has nothing to do with the core functionality of option types and the cart functions. If you compare the 2 virgin includes/classes/shopping_cart.php (rc2a and 231) you will see that differences are very few. Based on this you can merge then easily the "old" file into the new. All you need is a file comparison tool Anyway, post your concrete issues and lets go on from there
  4. To add a space vertically, you can add following to your file catalog/stylesheet.css #columnLeft .infoBoxContainer, #columnRight .infoBoxContainer {margin-bottom:10px; } Similar for horizontal space. You can also check some other nice things to do with boxes here
  5. What version of osCommerce are you using?
  6. Steven, check your email, the issue was in file includes/classes/shopping_cart.php To all Checking both, the uploaded file and the manual instructions about file includes/classes/shopping_cart.php, I think they are both wrong, no wonder that it doesn't work Till there is an update to that package, I recommend to use the file from the old package instead and merge it manually into your new file
  7. I don't use the uploaded package my self, so I can't say if there is any issue with instructions or files. Please check your pm and send me the files, you could get in touch directly right away having this kind of problems
  8. Steven I can't say for sure, but it looks like the problem is in file includes/classes/shopping_cart.php or possibly even in includes/application_top.php Check again the instructions to make sure you followed all steps. For the includes/classes/shopping_cart.php file, did you merge it manually or did you use the file of the download package? includes/application_top.php you had to modify manually anyway EDIT: check your pm inbox
  9. What problem do you have with the shopping cart?
  10. You don't need any addon for google analytics in version 2.3.1 In your admin panel go to modules>header tags, install the analytics module (same way as you do eg for boxes) and paste your code into the input field. That's all
  11. The issue is not connected with STS. The file where the "prev/next code" should be in is catalog/includes/modules/product_listing.php. Find a clean file from the osCommerce version you are using, compare it with the one you have, and add the code
  12. Any reason why you want to have this on checkout shipping.php? I mean, why not on the product information page for example? Would make more sense for me You can take a look at the "option types" addon that give this ability, to let customers upload files as options for products
  13. Disable or remove the paypal express payment module under admin>modules>payment
  14. I can't tell you this, since I don't know the contents of that file. Does it repeat the process (DB entries, mail etc) like in file checkout_process.php? In case of yes, then you need to do the changes that are done in checkout_process.php (or paypal_standard.php , they are same) also to the paypal file you use. In case you are not sure and have the feeling that you need to show that file to someone, please do not post it here since it s not related to option types itself. You can pm it to me instead
  15. What do you expect to work? Do you have a file named "product_reviews_info.php" in the includes/modules/ directory? Is the file pulling the reviews from the database using the product_id of the product you are on right now? If not, this is what you need to create, then you can include your new module
  16. In this post you just said that you installed something else
  17. Chloe, the error says: Warning: include(includes/modules/option_types.php) [function.include]: failed to open stream: No such file or directory in/home/ixoye97/public_html/giftofnames.com/product_info.php on line 186 Are you sure the file is there? Also, are you sure you get the error when you are in admin? It looks like you have the error when you are on the product info page on the store side
  18. Yes, 306 pages are many, but 1 page back not -> the answer on the previews page
  19. Chloe, they should be mentioned in the install instructions, can you please check this? Folders to create are images/options/ (in case you want to use the "image" option type) images/temp/ (for fileuploads) images/uploads/ (for fileuploads) Also make sure the folders have the same permissions as the /images/ folder
  20. Chloe, do you have a folder /images/temp/ ? The error says there is not. In total there are 3 new folders to create in folder /images/ and they all must have same permissions as the images folder it self
  21. Check your pm's the message + links is still there
  22. I did pm you a couple of links of sites using option types, both osCommerce versions (RC2a and 2.3.1)
  23. Scroll to the top of the page, just 2 posts above yours there are the links !
×
×
  • Create New...