Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mikerat

Archived
  • Posts

    16
  • Joined

  • Last visited

About mikerat

  • Birthday 08/07/1973

Profile Information

mikerat's Achievements

  1. Oh yes, I did remove and add the module in the admin panel so that the DB would be updated.
  2. Okay, I am trying to get paypal_wpp_0.8.2 working. I am a store based in Switzerland and my currency should be CHF. I have tried just searching and replacing USD with CHF (Swiss Francs) in paypal_wpp.php and it gives the error 'Unsupported Currency' even though I know that Paypal supports CHF ... I even signed up on the Paypal Website and the merchant account is set up in Switzerland. I have a Swiss bank account and Paypal can interact with it without problems. If I replace USD with EUR I receive the following message: 'Merchant country unsupported. (10565)' which seems self explainatory but I know that Switzerland IS supported. Can anybody assist me in getting this mod up and running in Switzerland?
  3. I am setting up an online wedding store http://www.ableweddings.co.uk and would like a standard postal rate for most items. My problem is that I also sell special items where the postal rates are much higher but depend on the clients location (Ice sculptures as an example). So somebody may order a wedding dress (?7000 + ?5 fixed Postage + VAT) and also order an ice sculpture that needs special postage (?500 + Postage depending on location + VAT) Is there a contribution that would work or any other way to implement this?)
  4. Yes, they do. There is a workaround that disables the SID for the search engines. Just go to this thread http://www.oscommerce.com/forums/viewtopic.php...ight=sid+killer and follow the instructions at the start of the thread ... it works just fine for me.
  5. Go to this online spider simulator and check if the search engines can see your links: http://www.searchengineworld.com/cgi-bin/s.../sim_spider.cgi After you type in your domain it will list any links it sees. Let me know if this helps.
  6. Hi Hatimad, You are not a dummy ... it just sounds more complicated than it is. Add the text in red (I think it is around line 185ish in /catalog/includes/application_top.php): // define how the session functions will be used require(DIR_WS_FUNCTIONS . 'sessions.php'); tep_session_name('osCsid'); // Determine if cookies are enabled setcookie("TEMPCOOKIE", "CookieOn", time() + 60 * 60); $cookieinfo = $HTTP_COOKIE_VARS["TEMPCOOKIE"]; if ($cookieinfo == "CookieOn") { global $cookies_on; $cookies_on = true; } // include the database functions require(DIR_WS_FUNCTIONS . 'database.php'); Edit the very bottom of the same file where it says HMCS:Begin Autologon (Remember the green text is already there ... just add the code in red): // HMCS: Begin Autologon ****************************************************************** if ($cookies_on == true) { if (ALLOW_AUTOLOGON == 'true') { // Is Autologon enabled? if (basename($PHP_SELF) != FILENAME_LOGIN) { // yes if (!tep_session_is_registered('customer_id')) { include('includes/modules/autologon.php'); } } } else { setcookie("email_address", "", time() - 3600, $cookie_path); //no, delete email_address cookie setcookie("password", "", time() - 3600, $cookie_path); //no, delete password cookie } } // HMCS: End Autologon ****************************************************************** I hope this is useful to you.
  7. lol I can not believe it. Somehow I turned out with two directories on the server, one called /admin/includes/Languages and one /admin/includes/languages ... not on my hard drive though (Windows machine with a Unix host). I was putting the files into a directory that was never read. Oh well, live and learn. :)
  8. I have installed MoPics 1.1 on the latest snapshot, uploaded all the files and the database and am having a bizarre problem. TEXT_PRODUCTS_IMAGE and TEXT_PRODUCTS_BIMAGE are both defined in the same file (/admin/includes/languages/english/categories.php) and displayed using the file /admin/categories.php My problem is that TEXT_PRODUCTS_BIMAGE and related (TEXT_DELETE_IMAGE etc) are just displayed as TEXT_PRODUCTS_BIMAGE instead of babyface.jpg for example. This is not a critical issue as it does not effect users but I am a little confused.
  9. Zone 1 (UK 1st Class Royal Mail and Courier(>5kg)) Country ISO Codes GB,UK Shipping Table .10:0.41,.20:0.72,.30:0.96,.40:1.30,.50:1.66,.60:2.00,.70:2.51,.80:2.91,.90:3.20 ,1.00:3.49,1.25:4.34 ,1.50:5.19,1.75:6.04,2.00:6.89,5.00:17.09,20.00:68.09,30.00:102.09,40.00:136.09, 999.00:1000.00 Zone 2 (Europe 1st Class Royal Mail and Courier(>5kg)) Country ISO Codes AL,AD,AM,AT,AZ,BY,BE,BA,BG,HR,CY,CZ,CS,DK,EE,MK,FO,FI,FR,FX,GE,DE,GI,GR,GL,HU,IS ,IE,IT,KZ,KG,LV,LI,LT,LU,MT,MD,MC,NL,NO,PL,PT ,RO,RU,SM,SK,SI,ES,SE,CH,TJ,TR,TM,UA,UZ,VA,YU Shipping Table .30:1.83,.40:2.28,.50:2.73,.60:3.21,.70:3.71,.80:4.20,.90:4.65,1.00:5.10,1.10:5. 55,1.20:6.00,1.30:6. 45,1.40:6.90,1.50:7.35,1.60:7.80,1.70:8.25,1.80:8.70,1.90:9.15,2.00:9.60,5.00:25 .00,20.00:37.50,30.00:45.95,40.00:55.95,999. 00:1000.00 Zone 3 (World Zone 1 1st Class Royal Mail and Courier(>5kg)) Country ISO Codes AF,DZ,AO,AV,AI,AG,AR,AW,BS,BH,BD,BB,BZ,BJ,BM,BT,BO,BW,BR,IO,BN,BF,BI,KH,CM,CA,CV ,KY,CF,TD,CL,CX,CC,CO,KM,CG,CD,CR,CI,CU,DJ,DM ,DO,EC,EG,SV,GQ,ER,ET,FK,GF,GA,GM,GH,GD,GP,GT,GN,GW,GY,HT,HN,HK,IN,ID,IR,IQ,IL,J M,JO,KE,KW,LA,LB,LS,LR,LY,MO,MG,MW,MY,MV,ML,M Q,MR,MU,YT,MX,MS,MA,MZ,MM,NA,NP,AN,NI,NE,NG,OM,PK,PA,PY,PE,PR,QA,RE,RW,GS,KN,LC, VC,ST,SA,SN,SC,SL,SG,SO,ZA,LK,SH,PM,SD,SR,SZ, SY,TZ,TH,TG,TT,TN,TC,UG,AE,US,UY,UM,VE,VN,VG,VI,YE,ZR,ZM,ZW Shipping Table .50:4.77,.60:5.67,.70:6.57,.80:7.47,.90:8.37,1.00:9.27,1.10:10.17,1.20:11.07,1.3 0:11.94,1.40:12.79,1 .50:13.64,1.60:14.49,1.70:15.34,1.80:16.19,1.90:17.04,2.00:17.89,5.00:65.00,20.0 0:105.00,30.00:130.00,40.00:160.00,999.00: 1000.00 Zone 4 (World Zone 2 1st Class Royal Mail and Courier(>5kg)) Country ISO Codes AS,AQ,AU,BV,CN,CK,TP,FJ,PF,TF,GU,HM,JP,KI,KP,KR,MH,FM,MN,NR,NT,NC,NZ,NU,NF,MP,PW ,PG,PH,PN,WS,SB,SJ,TW,TK,TO,TV,SU,VU,WF,EH Shipping Table .50:5.21,.60:6.21,.70:7.21,.80:8.21,.90:9.21,1.00:10.21,1.10:11.21,1.20:12.21,1. 30:13.21,1.40:14.21, 1.50:15.21,1.60:16.21,1.70:17.21,1.80:18.21,1.90:19.21,2.00:20.21,5.00:65.00,20. 00:105.00,30.00:130.00,40.00:160.00,999.00: 1000.00
×
×
  • Create New...