Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

garysgal

Archived
  • Posts

    183
  • Joined

  • Last visited

Everything posted by garysgal

  1. I added the Similar Products contribution, works great... but now for some reasonall of my product pages are centering vertically instead of being aligned at the top. I'm thinking this because short category descriptions are wayyyy down on the page, where long ones are nearer to the top. I used my Beyond Compare program to compare product_info.php, shopping_cart.php, index.php, etc. etc... and other than the many contributions, everything is matching up. Someone mentioned extra table tags, which were cleared and matched in the BC program... I did searches for "align="middle" and found nothing that affected the alignment. I really want to convert my old site to this one this weekend, and this is a huge problem standing in my way... any help out there? Thanks soooooo much!
  2. Love the contribution, looks grand... however, it drags my product description way down on the page instead of to the top where it used to be. I've played with the product_info.php and right_column.php and can't seem to find the problem. An example of what's happening is here. The large blank space above the product description wasn't there before this contribution. Thanks in advance for any input.
  3. I installed MyWishlist v1.01 and it works great... however, the text in the emails is awful, there's no links like the wording prompts, etc... I can't find a support thread for this one (gee, did I download an old one?)... here's a snapshot of what the email looks like: Anyone offer any suggestions? I tried modifying the wishlist_email.php screen, but kept getting errors...
  4. I am having the EXACT same problem as Jan... any info?
  5. Duh wait... I got it... the shipping module overwrote my wishlist in the shoppingcart.php file... sigh. Thank you!
  6. Well I'll be... where exactly should I put it... obviously it should be there! LOL! (still scratching head on where it went in the first place)
  7. I swear I didn't change the wishlist pages (MyWishlist v 1.01) that I had on my site. I began to upload the free shipping module which also has nothing to do with it (I think?) and got this error on my main page AND my admin: Fatal error: Class 'wishlist_class' not found in /home/garysgal/public_html/cart/includes/application_top.php on line 265 Here is my application_top.php file, surrounding line 265 (bolded): // create the shopping 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; } // Create the WISHLIST if (is_object($wishlist)) { if (PHP_VERSION < 4) { $broken_wishlist = $wishlist; $wishlist = new wishlist_class; $wishlist->unserialize($broken_wishlist); } } else { tep_session_register('wishlist'); $wishlist = new wishlist_class; } // include currencies class and create an instance require(DIR_WS_CLASSES . 'currencies.php'); $currencies = new currencies(); // include the price formatter for the price breaks contribution require(DIR_WS_CLASSES . 'PriceFormatter.php'); $pf = new PriceFormatter; // include the mail classes require(DIR_WS_CLASSES . 'mime.php'); require(DIR_WS_CLASSES . 'email.php'); Oddly enough, I backed up prior to modifications, and when I went into PHPMyAdmin and restored, I'm STILL getting the error. Can anyone tell me what may have happened?
  8. I know I'm not supposed to bump... but I was hoping for a quick resolution to what I hope is an easy problem! Thank you!
  9. I've searched and cannot find my answer to this Price Break 1.11.2 question. I would like to move the gray box (BTW, can I change that color?) to being beside the "add to cart" button: http://familymemoriesandmore.com/cart/prod...;products_id=66 I've searched my pages for a place to move it, and I simply can't figure it out. Any help greatly appreciated. Thank you.
  10. Thank you - I found it. Another question - how are people getting their products broken down in categories? I have several products that are in different categories of my site, and without them being broken down, it looks rather odd: http://familymemoriesandmore.com/cart/dyna...d0b9f3ca7d736ad
  11. I scanned thru this huge thread and didn't see reference to this error. In my Admin side, if I click on "sitemap", I get this: 1146 - Table 'garysgal_osc1.TABLE_SITEMAP_EXCLUDE' doesn't exist select exclude_file from TABLE_SITEMAP_EXCLUDE where exclude_type != "0" and is_box="0" [TEP STOP] What did I miss in installation? I love the look, wanting to exclude some files... thanks so much!
  12. I plugged in play numbers to see if it would work... haven't tweaked it yet. Again, I'm sorry if this appeared to be a stupid question or if I was off base. I'm a little frustrated with this contribution, I've gotten so many others to work well without errors.
  13. Thank you. No, I'm not an expert, or I wouldn't have asked for help. I spent about 15 minutes installing it, but hours looking for the error. I believed I followed the instructions to the letter, I have the printout in front of me and apparently I messed up. I apologize for asking for help and taking your time.
  14. I spent hours installing this contribution only to have it error out... I did back up my database, but I'm rather stuck on modifying additional items in case I have to revert to my old catalog if this problem can't be fixed. Installed on this: http://familymemoriesandmore.com/cart/prod...;products_id=28 After I change the quantity and add to cart, it defaults to 2, 3, 4, 5, etc., depending on how many times I've tried... if I change the number in the cart and click to update, I get this error: Fatal error: Unsupported operand types in /home/garysgal/public_html/cart/includes/application_top.php on line 355 Here is my line 355: $cart->add_cart($HTTP_POST_VARS['products_id'], $cart->get_quantity(tep_get_uprid($HTTP_POST_VARS['products_id'], $HTTP_POST_VARS['id'])) + $HTTP_POST_VARS['cart_quantity'], $HTTP_POST_VARS['id']); WHAT is happening? Please help! Thank you!
  15. I posted this on another forum, but this appears to be the help thread for this contribution. I spent hours installing the Price Break Contribution and it appeared to be working fine, as far as "looks": http://familymemoriesandmore.com/cart/prod...;products_id=28 However, when I change the quantity and add to cart, it only adds 1, 2, 3, 4, etc., according to how many times I've tried! Then if I change the quantity while in the cart, I get this error: Fatal error: Unsupported operand types in /home/garysgal/public_html/cart/includes/application_top.php on line 355 Here's my line 355 in my application_top: $cart->add_cart($HTTP_POST_VARS['products_id'], $cart->get_quantity(tep_get_uprid($HTTP_POST_VARS['products_id'], $HTTP_POST_VARS['id'])) + $HTTP_POST_VARS['cart_quantity'], $HTTP_POST_VARS['id']); What's going on here? Please help! Thank you!
  16. Okay, I fixed the big error, but now I have another... Got the price breaks in, but when I add to cart, it defaults to a quantity of four (see here: http://familymemoriesandmore.com/cart/prod...;products_id=28 )... if I change the quantity, I get this error when updating: Fatal error: Unsupported operand types in /home/garysgal/public_html/cart/includes/application_top.php on line 355 This is my line 355: $cart->add_cart($HTTP_POST_VARS['products_id'], $cart->get_quantity(tep_get_uprid($HTTP_POST_VARS['products_id'], $HTTP_POST_VARS['id'])) + $HTTP_POST_VARS['cart_quantity'], $HTTP_POST_VARS['id']);
  17. (Yes, I backed up my database first)... Okay, I just spent the past hour modifying my cart for the price break contribution. I finished all the changes and when I log on now, I get this error: 1054 - Unknown column 'p.products_price1' in 'field list' select p.products_image, pd.products_name, p.products_id, p.manufacturers_id, p.products_price, p.products_price1, p.products_price2, p.products_price3, p.products_price4, p.products_price5, p.products_price6, p.products_price7, p.products_price8, p.products_price1_qty, p.products_price2_qty, p.products_price3_qty, p.products_price4_qty, p.products_price5_qty, p.products_price6_qty, p.products_price7_qty, p.products_price8_qty, p.products_qty_blocks, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price from products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '1' and p2c.categories_id = '24' order by pd.products_name limit 0, 20 [TEP STOP] Since it will take me four more hours to figure out what I did, anyone know off the top of their heads? Here's the site it's on: http://familymemoriesandmore.com/cart/index.php?cPath=24 NOW - there is one thing I'm not sure how to do, maybe it's causing the error... the first instructions say to "add the following to the database" and there's a huge list of "alter table products add column products_price1" etc. etc... where do I upload this at? Thanks so much for your help!
×
×
  • Create New...