Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

thinkingforward

Archived
  • Posts

    101
  • Joined

  • Last visited

Everything posted by thinkingforward

  1. Thank you. I haven't actually got Germany in the country list, only the UK and US. Strange
  2. Hi, I run an English store with (v1.06), but a customer is trying to checkout from Germany and it's automatically trying to use the german paypal_wpp.php file, which is not configured. I've been getting the following Warning: require(includes/paypal_wpp/languages/german/paypal_wpp.php) [function.require]: failed to open stream: No such file or directory in /home/nrylgbf/public_html/sitename.com/includes/paypal_wpp/paypal_wpp_include.php on line 17 Warning: require(includes/paypal_wpp/languages/german/paypal_wpp.php) [function.require]: failed to open stream: No such file or directory in /home/nrylgbf/public_html/sitename.com/includes/paypal_wpp/paypal_wpp_include.php on line 17 Fatal error: require() [function.require]: Failed opening required 'includes/paypal_wpp/languages/german/paypal_wpp.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/nrylgbf/public_html/sitename.com/includes/paypal_wpp/paypal_wpp_include.php on line 17 I want everyone to go through the english system, whether they are foreign or not. Anyhelp much appreciated, thanks
  3. Is it possible to add a department landing page before this? At the moment you click on a department e.g. movies, and it takes you straight to the products. Is it possible to first take you to a page that says Blueray, DVD, VHS and then from one of those you will be taken to the product? Thanks! Chris
  4. I don't know if this is a bug with v 1.06 or just a problem I have. When checking out with Paypal Express from the members create account page (not bothering to set up a store account), I noticed that after proceeding with the Paypal login and being sent back to the store you get a "please select a payment method for your order" error. This is because my module wasn't set to override store shipping address with Paypal shipping address. It was resulting in a blank shipping address and causing the above error. Switching on the override solved the problem. Is this a bug in the code or my store only? Might be worth one of you testing by turning the override off and checking out without a store account.
  5. Thank you, your help is very much appreciated, as always:)
  6. since installing the latest version I am getting this with my site monitor: Cannot redeclare microtime_float() (previously declared in /home/nrylgbf/public_html/rbreplicas.com/admanage/includes/auto_backup_db.php:45) in /home/nrylgbf/public_html/rbreplicas.com/admanage/includes/functions/sitemonitor_functions.php on line 332 Any ideas? Thanks
  7. Hi, Is it ok to remove the Paypal express link from cart contents? Basically when a customer clicks checkout, they are taken to cart contents where they can add a coupon etc. Then when they click checkout from there, they are taken to the login/register with Paypal express logo option. Is this within the Paypal pro terms? You can see what I mean here Thanks
  8. Anyone had a problem with this not picking up the definitions?
  9. link here Subscription bottom left. ta
  10. Also, i'm having a prob with the footer going off centre on the subscription confirmation page. Many thanks!
  11. Hi, I have installed the original version. It adds to the database ok, but you can not actually view the email addresses within the admin area. is that correct? For example, when I select send mail, I can only see customers who have an account. Many thanks, Chris
  12. It's ok, think I have done it. Looking in wrong place doh!
  13. How do I add short desc into sql database? I have no idea. I have Database admin installed in my Admin area.
  14. Hi, I have installed the Rollover button contribution here :http://www.farawaymagic.co.uk (top 3 buttons). Whilst it works well on the main page and departments, when going into a product description it stops working. Any ideas? I checked the contributions post and it didn't have a forum link so starting a new thread. Forgive me if i'm wrong!
  15. It's fine in firefox now. I know i'm bypassing the css, but I don't have the know how to figure out what was causing the error in the first place. I got that code by going through this thread.
  16. Hi Sam, I've change line 341 of product listing.php to this: 'params' => $style . ' width="'.(PRODUCTS_PER_ROW ? (100/PRODUCTS_PER_ROW) : '').'%" align="center" valign="top"', which has centred everything up, but now I have borders around it all. With regards to the errors, i'd like to cut them down (most generated from contributions), but to be honest I don't know where to start. What files the errors are in etc etc
  17. even the default oscommerce demo has 12 errors before it's even been touched http://validator.w3.org/check?uri=http%3A%...lidator%2F1.654
  18. I've added the missing } to the above. Still no joy. half that CSS file I copied in from the Product enhancement instructions! I've just checked the HTML using this : http://validator.w3.org/ Say's it's ok?
  19. Hi Anyone know how to centre the headings and prices within this contribution? I've installed it here: http://farawaymagic.co.uk/index.php?cPath=21 but need to centre it up. Many thanks!
  20. Just wondering if it's something in the product listing file that needs amending hmm
  21. I have added this here http://farawaymagic.co.uk/index.php?cPath=21 But can not find where to centre the headings and prices. Anyone used this and had the same prob? /* $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $ osCommerce, Open Source E-Commerce Solutions [url="http://www.oscommerce.com"]http://www.oscommerce.com[/url] Copyright © 2003 osCommerce Released under the GNU General Public License */ .boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; } .errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; } .stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; } .productsNotifications { background: #f2fff7; } .orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; } BODY { background: #c098a3; color: #000000; margin: 0px; } A { color: #000000; text-decoration: none; } A:hover { color: #AABBDD; text-decoration: underline; } FORM { display: inline; } TR.header { background: #ffffff; } TR.headerNavigation { background: #ffffff; } TD.headerNavigation { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-image: url("/images/header.gif"); background-repeat:no-repeat; height: 34px; color: #ffffff; font-weight : bold; } TD.headerNavigation_alt { font-family: Verdana, Arial, sans-serif; font-size: 10px; background:; height: 34px; color: #ffffff; font-weight : bold; } A.headerNavigation { color: #ffffff; } A.headerNavigation:hover { color: #ffffff; } TR.headerError { background: #ff0000; } TD.headerError { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; background: #ff0000; color: #ffffff; font-weight : bold; text-align : center; } TR.headerInfo { background: #00ff00; } TD.headerInfo { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; background: #00ff00; color: #ffffff; font-weight: bold; text-align: center; } TR.footer { background: #b20838; } TD.footer { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #b20838; color: #ffffff; font-weight: bold; } .main2 { text-align: center; } .infoBox { background: #ffffff; } .infoBoxContents { background: #ffffff; font-family: Verdana, Arial, sans-serif; font-size: 10px; } .infoBoxNotice { background: #FF8E90; } .infoBoxNoticeContents { background: #FFE6E6; font-family: Verdana, Arial, sans-serif; font-size: 10px; } TD.infoBoxHeading { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; background: #ffffff; color: #ffffff; } TD.infoBox, SPAN.infoBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; } TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd { background: #f8f8f9; } TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even { background: #f8f8f9; } TABLE.productListing { border: 0px; border-style: solid; border-color: #b20838; border-spacing: 1px; } .productListing-heading { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #b20838; color: #FFFFFF; font-weight: bold; } TD.productListing-data { font-family: Verdana, Arial, sans-serif; font-size: 10px; } A.pageResults { color: #0000FF; } A.pageResults:hover { color: #0000FF; background: #FFFF33; } TD.pageHeading, DIV.pageHeading { font-family: Verdana, Arial, sans-serif; font-size: 20px; font-weight: bold; color: #9a9a9a; } TR.subBar { background: #f4f7fd; } TD.subBar { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; .main2 { text-align: center; } TD.smallText, SPAN.smallText, P.smallText { font-family: Verdana, Arial, sans-serif; font-size: 10px; } TD.accountCategory { font-family: Verdana, Arial, sans-serif; font-size: 13px; color: #aabbdd; } TD.fieldKey { font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; } TD.fieldValue { font-family: Verdana, Arial, sans-serif; font-size: 12px; } TD.tableHeading { font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; } SPAN.newItemInCart { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; } CHECKBOX, INPUT, RADIO, SELECT { font-family: Verdana, Arial, sans-serif; font-size: 11px; } TEXTAREA { width: 100%; font-family: Verdana, Arial, sans-serif; font-size: 11px; } SPAN.greetUser { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #f0a480; font-weight: bold; } TABLE.formArea { background: #f1f9fe; border-color: #7b9ebd; border-style: solid; border-width: 1px; } TD.formAreaTitle { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; } SPAN.markProductOutOfStock { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; color: #c76170; font-weight: bold; } SPAN.productSpecialPrice { font-family: Verdana, Arial, sans-serif; color: #ff0000; } SPAN.errorText { font-family: Verdana, Arial, sans-serif; color: #ff0000; } .moduleRow { } .moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; } .moduleRowSelected { background-color: #E9F4FC; } .checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; } .checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; } /* message box */ .messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; } .messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; } .messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; } /* input requirement */ .inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; } .infoBoxProducts { text-align: center; border: solid 1px #999999; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: normal; background-color: transparent; color: #333333; margin-bottom:-8px; } .infoBoxProducts a { color: #333333; } TD.infoBoxGrid { font-family: Verdana, Arial, sans-serif; font-size: 10px; border: solid 1px #999999; } /* set pos buy/details button on list */ img.buy_now { margin-bottom:10px; } /* set pos buy/details button on thumbnail */ img.thm_buy_now { margin-bottom:-3px; } /* set style buy/details seperator thumbnail */ .buy_now { font-weight: bold; font-size: 18px; color: #999999; } .infoBoxList { border: ridge 4px #faf0e6; border-collapse: collapse; background-color: #fff; } .thumbcontent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color:#666666; text-align:center; } TD.noborderbox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
×
×
  • Create New...