Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HelleM

Pioneers
  • Posts

    238
  • Joined

  • Last visited

Everything posted by HelleM

  1. Hmm, same result on the 234 site using the none bootstrap? Weird :-(
  2. Oh oh - so that means - all over again I surpose. Just went to see if there is a separate Bootstrap shop, but cant seem to find it?
  3. I have a clean shop 234 set up locally. I believe I followed our PDF guide, but I dont see anything under admin boxes and Themes. done catalog/ext/bootstrap/ (All directories and files) done catalog/includes/languages/english/modules/header_tags/ht_theme_switcher.php done catalog/includes/modules/header_tags/ht_theme_switcher.php In my template_top I dont have this? <link href="ext/bootstrap/css/bootstrap.min.css" rel="stylesheet"> Tried with your unmodified version of template_top - but still nothing in the admin panel? I must be missing something? Please help
  4. Contact page works fine - just chekked it to make sure! Just made an "order" - as a customer I get the confirmation email fine... and that's it... no other mails are comming in. NO shop owner email? I have MVS installed, but that shouldn't stop the shop owner email from getting ??? Helle :'(
  5. ...but I already have done that! That's what bugging me so much
  6. Please Can somebody point me to where the shopowner get send an exstra email. If I set that vendors should get an automatic email - no one gets it? And the shopowner doesn't get it either?? it's driving me nuts. Which files control when, who gets emails? Please Helle .-(
  7. I get this error on my index page... I have changed a lot of code because of PHP5 update on the server - I think this Star Product also needs an update. Does anybody know how to??? Please Helle 1054 - Unknown column 'p.products_id' in 'on clause' select substring(pd.products_description, 1, 598) as products_description, p.products_id, p.products_image, p.manufacturers_id, p.products_price, 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, p.products_tax_class_id, sp.product_id from products p, products_description pd, star_product sp left join specials s on p.products_id = s.products_id where p.products_id = pd.products_id and p.products_status = '1' and pd.products_description != '' and p.products_id=sp.product_id and pd.language_id = '1' [TEP STOP]
  8. Hi I have been using "Category Box Enhancement" for a year now. My webprovider has just updated the server to ... 5.0 ... or something and now the contrib doesn't work! When you click on a menu item you get: 1054 - Unknown column 'p.products_id' in 'on clause' select count(p.products_id) as total 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 = '4' and p2c.categories_id = '39' [TEP STOP] Does anybody know why, or have some kind of update tip? Please Helle :-(
  9. Hi Is there any way that the webmaster can receive an order email? Right now I don't receive any email when a new order is placed. I have to log on all the time? I have activated "send exstra order email to" - but it doesn't work when Vendor is active - or am I missing something here?? Helle :-)
  10. Hi Terra and Charlie I've tried almost everything - and still can't get the characters right. Please Charlie, if you find the solution PLEASE post it here Thanks Helle
  11. I use it with: osCommerce PayPal IPN Module v2.2 For 2.2 MS2 and it seems to work fine Helle :-)
  12. The install is not very clear how to use the GeoIP I downloaded this: http://www.maxmind.com/download/geoip/database/GeoIP.dat.gz Unzipped it and uploaded an 666 Kb file in the admin/include folder. Dobblecheked that I had followed the install txt ok - and vupti - everything worked.... it was the GeoIP.dat file I had not understood correct Hope it will help you Helle
  13. I looked in this contrib: PayPal_Shopping_Cart_IPN_v3.1.5 And found this in modules/payment/......php: function javascript_validation() { return false; } function selection() { $img_visa = DIR_WS_MODULES .'payment/paypal/images/visa.gif'; $img_mc = DIR_WS_MODULES .'payment/paypal/images/mastercard.gif'; $img_discover = DIR_WS_MODULES .'payment/paypal/images/discover.gif'; $img_amex = DIR_WS_MODULES .'payment/paypal/images/amex.gif'; $img_paypal = DIR_WS_MODULES .'payment/paypal/images/paypal_intl.gif'; $jscript_url = '<a style="cursor: pointer; cursor: hand;"' . " onclick=\"java script:popup=window.open(\'" . $this->cc_explain_url . "\',\'popup\',\'scrollbars,resizable,width=625,height=600,left=50,top=50\'); popup.focus(); return false;\">"; $cc_explain = '<div style="A.hover{cursor:hand}">' . MODULE_PAYMENT_PAYPAL_CC_DESCRIPTION .' ' . "<script>document.writeln('" . $jscript_url . MODULE_PAYMENT_PAYPAL_CC_URL_TEXT . "</a>');</script>" . '<noscript><a href="' . $this->cc_explain_url . '" target="_blank">' . MODULE_PAYMENT_PAYPAL_CC_URL_TEXT . '</noscript>' ."\n".'</div>'; $paypal_cc_txt = sprintf(MODULE_PAYMENT_PAYPAL_CC_TEXT, tep_image($img_visa,' Visa ','','','align="absmiddle"'), tep_image($img_mc,' MasterCard ','','','align="absmiddle"'), tep_image($img_discover,' Discover ','','','align="absmiddle"'), tep_image($img_amex,' American Express ','','','align="absmiddle"'), tep_image($img_paypal,' PayPal ','','','align="absmiddle"') ); $fields[] = array('title' => '', //MODULE_PAYMENT_PAYPAL_TEXT_TITLE, 'field' => '<div><b>' . $paypal_cc_txt . '</b></div>' . $cc_explain ); return array('id' => $this->code, 'module' => $this->title, 'fields' => $fields); } function pre_confirmation_check() { return false; } _________________________________________________________ When looking in osCommerce PayPal IPN Module v1.0 For 2.2MS2 modules/payment/paypal_ipn.php i found this: function javascript_validation() { return false; } function selection() { return array('id' => $this->code, 'module' => $this->title); } function pre_confirmation_check() { return false; } I tried to replace the code - it looked like "s..." but I'm sure somebody clever could make it work - that way the payment page would be really nice to look at Helle :-) Maybe a surgetion for a future update
  14. Is it not possible to somehow get graphics into the module like in this other payPal contrib: I really believe this would be sooooo nice. I have also, like HSMagic, tried to implement graphics but it didn't look this nice. Is anybody able to do this?? Helle :-)
  15. pyyh - got it to work. Now I have one table color in my center boxes - and another for all boxes displayed in the left/right columns. changed new infoBox($info_box_contents); to new contentBox($info_box_contents); in all the modules/featured....php files In the classes/boxes.php file I have changed to at line 137 $this->table_parameters = 'class="infoBoxTable"'; and at line 143 changed to $this->table_parameters = 'class="infoBoxContentsTable"'; At line 80 and line 86 there are also style definitions - leave them alone! In my stylesheest I have made this, basically just a copy of infoBox and infoBoxContents: .infoBoxTable { background: #A8BADA; } .infoBoxContentsTable { background: White; font-family: Verdana, Arial, sans-serif; font-size: 10px; This way it works if you like another color in boxes that are not shown in left/right columns Helle
  16. We are all just humans - don't be confused. If you can fix it, it's good, if not, maybe somebody else can... Helle
  17. The latest from 26 jan. doesn't work! If you are logged on and does not fill out the validation code - it simply send the message. If you are not logged on, it seems to work? PS: I have set the admin to "true" in Activate for Contact Us Helle
  18. I did what laur0406 did - installed the older version 2.1 - and now everything works - Whatever went wrong in the newer versions?? Helle
  19. I usually get around CSS pretty okay. Using the color code from you only get me to what this picture looks like and the white color does not cover the entire box. The other boxes, like "Star Product", "Article Related", "Customers who bought this product also purchased" and "We Also Recommend" boxes only needed to have the modified style replaced with the new one I made. That is why I searched in your code for the style definition, but could not find it.... and it still make me wonder where your boxes get their style from. Is my explanation better now... Helle
  20. The SQL and center image works perfect If anybody want the center image - get it here: I will leave it here for a couple of weeks Helle
  21. I have /* BOF: Open Featured Products */ in my stylesheet, but it's all about font colors and not the background colors. I have made changes to the original stylesheet - so that all boxes left and right have their own background color - and all boxes in the center of pages have theirs too... original .infoBoxContents { background: #FFF2D7; font-family: Verdana, Arial, sans-serif; font-size: 10px; changed for boxes in the center of pages .infoBoxContentsTable { background: White; font-family: Verdana, Arial, sans-serif; font-size: 10px; ...but nomatter where I try to search I cannot change the background colors of boxes in this contribution? Helle :-)
  22. thanks for the reply - I think I will wait for an update *s* Helle
  23. Hi It works fine - I really need to change the background color of the boxes shown either with or without shadows - but I simply cannot find that piece of style code to change....? Does anybody know where the boxes have their background color set from?? Another question. Is it possible to make an addition, maybe in the database. if you say want to make a "right" or a "left" ajustment to the shadow - could there be a "center" shadow?? I will make the graphic file myself (that's not the hard part to make) Helle :-)
  24. Sorry - clearly my mistake *totally forgot the password file* Everything works great - except the email the customer get. Can that be made language independant?? Name: Email: Telephone: Address: City: State: Country: Zipcode: ...... and perhaps a link to the www.adress.com Helle :rolleyes:
  25. Hmmm, when I tried to change a password - I got a blank page with this in the broswser line: customers.php?selected_box=customers&page=1&cID=10&action=update How is that?? If I leave the password fields - no problem Helle
×
×
  • Create New...