Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ugh

Archived
  • Posts

    86
  • Joined

  • Last visited

Profile Information

  • Real Name
    stacy
  • Location
    Ladson, SC

ugh's Achievements

  1. Attributes don't show after Login. Hello All, I have had this problem on a cart I'm working on so I decided to do a test cart. I have a clean install of RC2a and tried to integrate Option Type Feature 3.0. The problem is when a customer puts a product with attributes in the cart and then clicks buy, they are prompted to login. After logging in, the product is still in the cart but none of the attributes are there. Anyone else have this problem and a solution to go with it?! Thanks! :blink:
  2. I didn't find anything that looked like it might cause a problem. It may have something to do with funcitons/sessions.php. Here's some code that might be the culprit: function tep_session_is_registered($variable) { if (PHP_VERSION < 4.3) { return session_is_registered($variable); } else { return isset($_SESSION) && array_key_exists($variable, $_SESSION); //return array_key_exists($variable, $_SESSION); //return (is_array($_SESSION) ? array_key_exists($variable, $_SESSION) : false); //return isset($_SESSION) && array_key_exists($variable, $_SESSION); } } As you can see, I've tried a couple of different fixes. (Originally, an error showed up regarding line 123(?) on sessions.php. I used one of the fixes but now that I've gotten further along, I don't get that error anymore and all of the above commented out seem to have no effect on anything...) HMMMM.......
  3. OK so I think the problem lies with application_top.php (this is the only file in common that STS modifies) I haven't found a particular area that might be the problem, but I'll keep everyone posted!
  4. Nope, I don't have force cookies on. (I did test it both ways though and still the same result.) I'll take a look... Thanks for your response.
  5. Hello!! I posted this problem under AJAX Attr. Mgr. also but it may not be that attribution that is making this problem. So, a customer is on the site and finds a product, adds attributes then clicks buy. Cart displays what customer just put in cart with all attributes. (Great) Now customer clicks checkout and is prompted to login. (Great) After customer logs in, they proceed to checkout and all attributes are missing from the cart.(Not so great) If they proceed and go all the way through checkout (paying and everything), the order has no attributes assigned to it in admin, emails, etc. Also, if they add a comment to the order, this doesn't show up anywhere either. I've installed: STS v4.5.8 Separate Top Category Boxes (from Deep Inside osCommerce by Monika Mathe) Option Type Feature 3.0 More Pics 6 v. 1.2.c AJAX Attribute Manager v 2.8.2 Any ideas? Just a note: I read through and found info regarding similar problems when updating the cart. This does not happen - only when customer logs in - I can update the cart with no problems. I've tried the fixes for that but uncommenting line 81 in shopping_cart.php gives a message when checking out the the invoice has already been paid for (yikes!) and besides, it doesn't fix my problem anyway. Thanks!
  6. OK I still don't have this working but I've changed back to AJAX Att. Mgr. v 2.8.2. Also the customer comments don't show either. Can I get some help please?!
  7. I'm wondering if anyone else has had the same issue: When a customer chooses their attributes and then puts the item in the cart, the cart shows the item with all of the attributes. (Great) Then, if the customer chooses to checkout, they are prompted to login. After logging in, when the customer proceeds to checkout, the item is still in the cart but all of the attributes are gone, therefore, they are not transferred to admin and so on. (Not so great) I have the following installed: STS 4.5.8 Separate Top Category Boxes Option Type Feature 3.0 More Pics 6 v1.2c AJAX Attribute Mgr. (tried v 2.8.2 and v 2.7 - v2.7 is currently installed) Any ideas?? Thanks!!
  8. I'll test it out if you want to send me your code....
  9. Great - let me know when you post it!
  10. I saw a contr. for Lovely Lovely Borders but it doesn't do exactly what I need. I want to add borders to every photo I add to the catalog and I would like it if it were coded in... it takes way too long to edit each and every image in Photoshop. Anyone have any suggestions or other contr. that can do this? Thanks!! :)
  11. Just FYI to everyone.... I did not succeed in combining STS with Product Attribute Option Type Feature while using content templates. I did get it to work (like everyone else) without using a template for the product_info page. It turns out that customizing the stock product_info page isn't that hard. :blush: Thanks for the help though! Stacy
  12. Thanks Bill. I am using content templates but I can't figure out how to put all the info into sts_inc/product_info.php and make the variables for it. I'm still working on it though. :blink:
  13. I'm still trying to get the Option Type Feature to work with STS and I've had no luck. Has anyone else got this to work? I'm getting desperate. :'(
  14. Thanks Bill. I worked with it last night and again this morning and I just don't have the brains to make it work...yet. I'm going to keep working on it and I'll post back to let everyone know if I figured out a solution. In the meantime, if anyone comes across a solution, let me know please! Thanks, Stacy
  15. I think the STS contribution will allow you to do this. I have this contribution installed and I have all the pages looking the same but it allows you to make templates for specific pages. Hope it works out for you!
×
×
  • Create New...