Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

param_nirvana

Archived
  • Posts

    108
  • Joined

  • Last visited

Profile Information

  • Real Name
    Nirvana

param_nirvana's Achievements

  1. Guest

    I think it's very un-GPL of you to offer people solutions to their problems for money. Where is your spirit of OpenSource?

  2. Thank you. I made databse to work. I could manage to install but I'm not sure if it actually works at all? I can see the entries in Admin panel and also I made usre that only one of entries is on as per install instruction, but I can't see my index page modified. I changed to display 1 column per row but it didn't work. Can anyone let me know what I can do to make sure that this mod is installed properly and how tomake it work? My site is live SwamiPC www.SwamiPC.in. I wanted to make the product listing on front page customised so that I can display the product which I want to display from various other categories (which I'll keep on adding in future). At present my front page displays all products in all categories. Cheers
  3. Hi All, I want to install this mod but I'mn not sure how to make the database part work. I have got other mods installed and my last configuration id is 20. I'm not expert in SQL. Can anyone guide me what should be replaced in the following command to make database part work? My Last configuration_group Id is 20 and last configuration id is 30 INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('Display Add Multiples column', 'PRODUCT_LIST_MULTIPLE', '0', 'Do you want to display the Multiple Quantity with Attributes column?', '8', '11', now()); INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('Display Add Multiples with Buy Now column', 'PRODUCT_LIST_BUY_NOW_MULTIPLE', '0', 'Do you want to display the Multiple Quantity Buy Now with Attributes column?', '8', '12', now()); INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('Number of column per row', 'PRODUCT_LIST_NUMCOL', '3', 'How many columns per row to display?', '8', '13', now());
  4. Thank you HTH, finally I manage to make it work. cheers Nirvana
  5. Sorry I can't find mysql.ini in my system at all. I have Windows 2003.
  6. I managed to fix phpMyAdmin and executed all sql commands in one go and got following error ==================================================== Error SQL query: INSERT INTO `configuration_group` VALUES ( '', 'Skype Contact', 'Skype contact configuration.', '1', '1' ); MySQL said: #1264 - Out of range value adjusted for column 'configuration_group_id' at row 1 ==================================================== I even ran only the first line of command and got the same error so it seems something wrong with the very first line of command Any help?
  7. The error is in the the post at the bottom, ERROR 1264 (22003): Out of range value adjusted for column 'configuration_id' at row 1 I'm not too much familiar with sql and phpMyAdmin doesn't work any more that is why I use command line. I executed all commands all at once by compying and pasting in sql command line window. I replaced @id_config by 0 and executed all commands at once in wsql command window but I get same error.
  8. Hi All, I got following error when I try to execute sql commands from command line. I'm not too expert in sql. Any help? cheers Nirvana =============================================================== mysql> INSERT INTO configuration VALUES ('', 'Show infobox header ?', 'INFOBOX_S KYPE_SHOW_HEADER', 'true', '', @id_config, '1', NULL, now(), NULL, 'tep_cfg_sele ct_option(array(\'true\', \'false\'),'), -> ('', 'Show Skype Call option ?', 'SKYPE_SHOW_CALL', 'true', '', @id_confi g, '2', NULL, now(), NULL, 'tep_cfg_select_option(array(\'true\', \'false\'),'), -> ('', 'Show Skype Chat option ?', 'SKYPE_SHOW_CHAT', 'true', '', @id_confi g, '3', NULL, now(), NULL, 'tep_cfg_select_option(array(\'true\', \'false\'),'), -> ('', 'Your Skype name', 'SKYPE_ID_NAME', '', '', @id_config, '4', NULL, n ow(), NULL, NULL), -> ('', 'Skype button reference', 'SKYPE_BUTTON_LINK', '', 'ie. http://mysta tus.skype.com/smallclassic/skypename (for options see: http://www.skype.com/shar e/buttons/advanced.html)', @id_config, '5', NULL, now(), NULL, NULL); ERROR 1264 (22003): Out of range value adjusted for column 'configuration_id' at row 1 mysql>
  9. I was refering to the following setting in Admin (I copied it from some other posting) Other than "Enable PayPal Module" and "E-mail Address" I don't see any labels and I don't see any drop down menus (are there any?). I just see a column of empty entry boxes. ======================== Enable PayPal Module True E-Mail Address [email protected] Business ID [email protected] Transaction Currency Only GBP Payment Zone --none-- ===========================
  10. Hi All, I installed Paypal IPN v3.5.1, while editing it in Admin (Adim-<modules->payment->paypal->Edit) I can't see the labels for field names above all the boxes (Where you have to enter e-mail and other store related information) except the first one. I see only owner e-mail id box has it's text written above the box but rest of boxes don't have their corresponding text labels. I'm not sure what goes wrong. I checked the .php code but it seems to be correct. Could it be related to database ?
  11. Hi All, My question is a generic one. I have Paypal Merchant account in UK in single currency GBP. I'm opening an online shop to sell products in Malaysia exclusively for Malaysian market. I want to do all transaction on my website in Malaysia ringgit (MYR) only. No problem till, here I have setup Paypal module in OSC and everything work fine all prices on my website are displayed in Malaysia ringgit. The mystery starts when customer clicks on checkout. This checout will lead to the Paypal account where the prices will be converted into GBP and displayed in GBP. Now my questions are 1) What will be the amount charged from customers (Malaysians) which will be displayed in their credit card statement? Will it be the same price which is displayed on our website or it will be converted to GBP and then charged into equivanlent of MYR? 2) Does paypal charges extra for currency conversion in this case? I'm still not too clear about their currency conversion and currency conversion charges? What I want to do is to display prices in ringgit and also let customers charged with exactly the same amount which are displayed on our website. I don't want customers to get confused with currency conversion stuff. cheers Nirvana
  12. Hi All, My question is a generic one. I have Paypal Merchant account in UK in single currency GBP. I'm opening an online shop to sell products in Malaysia exclusively for Malaysian market. I want to do all transaction on my website in Malaysia ringgit (MYR) only. No problem till, here I have setup Paypal module in OSC and everything work fine all prices on my website are displayed in Malaysia ringgit. The mystery starts when customer clicks on checkout. This checout will lead to the Paypal account where the prices will be converted into GBP and displayed in GBP. Now my questions are 1) What will be the amount charged from customers (Malaysians) which will be displayed in their credit card statement? Will it be the same price which is displayed on our website or it will be converted to GBP and then charged into equivanlent of MYR? 2) Does paypal charges extra for currency conversion in this case? I'm still not too clear about their currency conversion and currency conversion charges? What I want to do is to display prices in ringgit and also let customers charged with exactly the same amount which are displayed on our website. I don't want customers to get confused with currency conversion stuff. cheers Nirvana
  13. Hi All, Does this contribution work for Windows Server? I haevn't installed the contribution but I see it uses .htaccess, which I suppose doesn't work for Windows Server? cheers Nirvana
×
×
  • Create New...