Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

danicasati

Members
  • Posts

    73
  • Joined

  • Last visited

Everything posted by danicasati

  1. Sorry. Could you post any screenshot about this installed contribution? Thank you.
  2. Hello. I'm installed PIPS contribution: http://www.oscommerce.com/community/contri...all/search,pips In totalization I've made the following changes: Subtotal: 1 PIPS: 2 Tax: 3 Total: 4 Ok, here the problem: PIPS are not includeed into tax calculation!!! ANy suggestion?
  3. Ok, problem solved. I've missed a line... :blush: Thank you for your support.
  4. Hello. Thank you very much for your answer, but your code doesn't work. I've added the IF statement following your instructions, but osCommerce add or remove quantity if I modify the order with ORDER EDITOR. Any suggestion?
  5. Hello. In my webshop, I disabled the stock control. So, if users buy products, stock values are not changing. I put 0 if I haven't units, and 1 if I have got. But, If I edit an order with your contribution (ORDER EDITOR 1.61c), products quantity changes stock quantity. I need to disable this feature! Which lines I need to change in order to do this?
  6. There is a serious bug in ORDER EDITOR contribution! I have the following order: 1) SUBTOTAL 2) TAXES 3) TOTAL 4) SHIPPING But when I edit an order, the contribution includes SHIPPING with the rest of the order, and calculates TAX with shipping, but shipping is not includeed into total. How can I fix this?
  7. Hello. I'm using this fantastic contribution, but I've a little question: - How can I set a discount for individual products? Actually, I can set a discount for total price. But I need to set an individual discount for any product added to the cart. Any suggestion?
  8. Hola. A mi se presenta el mismo problema que MIDILANDIA. En mi web tengo s?lo el espa?ol como idioma, y el orden es 0. Cambio este parametro en el fichero /admin/quick_stockupdate.php pero sigo sin ver el desplegable de las categor?as. ?C?mo puedo corregir este problema?
  9. Ok. I changed this: /catalog/includes/configure.php added: define('COD_LIMIT', 180); /catalog/includes/application_top.php added: define('COD_LIMIT', 180); /catalog/includes/modules/payment/cod.php added: if ($this->enabled == true) { // if the module is enabled if ($cart->show_total() <= COD_LIMIT) { // if cart total below or equal to limit $this->enabled = false; // disable this module } } after this string: $this->enabled = ((MODULE_PAYMENT_COD_STATUS == 'True') ? true : false); But when I try to checkout, I display this message: Fatal error: Call to a member function on a non-object in /xxxxxxxxxxxxxxxx/catalog/includes/modules/payment/cod.php on line 27 where "xxxx..." is my server path. Any suggestion?
  10. Right. Which file I need to modify in order to add the "define" statement?
  11. Thank you, boxtel, for your answer. But, where can I place exactly this code?
  12. Hello. In my website I actually have 3 payment modules: - Money Order - Cod - 1 contribution (Cheque) I need to display certain payment module depending of total price. For example: If total < 180 $ then display only MONEY ORDER If total > 180 $ then display ALL MODULES How can I do this?
  13. Hello. I've installed MULTI PICKUP CONTRIBUTION, all was ok, no errors. I'd like to change a little detail of this contribution: - When I display "catalog/checkout_shipping.php", appears the follow: PICKUP ADDRESS #1 0,00 ? [radio button] PICKUP ADDRESS #2 0,00 ? [radio button] and I want to remove "0,00 ?" string. How can I do this?
  14. Download ADDITIONAL IMAGES contribution, it's very easy to install. I've tried other contributions like MOPICS, but I think that are more hard to integrate.
  15. Sorry, but I've a little problem. I've installed the contribution, I can add additional pictures normally into my control panel, but, when I try to display the product, I get follow error: 1054 - Unknown column 'medium_images' in 'field list' SELECT additional_images_id, products_id, images_description, medium_images, popup_images FROM additional_images WHERE products_id = '36' [TEP STOP] How can I solve this problem? Thank you in advance.
  16. Hi. I've installed this contribution: http://www.oscommerce.com/community/contri...7/search,french to get French language. I create new language into admin panel, I set like DEAFULT but when I refresh the catalog I still display English language! How can I change this?
  17. Solution ====== File: /CATALOG/LINKS.PHP Replace: 'description' => substr($link['link_html_text'], 0, 250), With: 'description' => substr($link['link_html_text'], 0, 250) . 'Web: <i>http://' . $link['link_url'],
  18. Hey! I have a little question to solve! Please, read my post about this little problem: http://www.oscommerce.com/forums/index.php?sho...92&hl=osc+links My post has images, to fully understand. :P
  19. Hello. I integrated HTMLAREA to this contribution, to replace plain text. The integration works fine into control panel. LINKS Box display HTML correctly: but there is a problem into file /CATALOG/LINKS.PHP. When I try to show complete list of links, the list doesn't display HTML correctly: The list displays HTML tags!!! :o How can I fix this problem? Please, answer me!
  20. Hi. I'm using PRODUCT DESCRIPTION contribution: http://www.oscommerce.com/community/contributions,1743 It's work fine, but in the tutorial the author doesn't explain how to add same description in Specials listings (/catalog/specials.php). Any idea? Thank you in advance.
  21. Hi, Chuckler. Yes, the problem is percentage plus base fee. If I rem this, the module works correctly. Thank you very much.
  22. Hi. I've installed PAYMENT TYPE SURCHARGE, I need to display a percentage of total, that user must pay to start shipping process. I fix 30% of total, but the module doesn't calculate correct percentage . For example: ONE PRODUCT IN MY CART COSTS= 374,99 ? VAT (16%)= 60,00 ? TOTAL= 434,99 ? The module says that the percentage is: 130,85 ? IT'S WRONG!!! Correct 30% percentage is: 130,50 ? How can I fix this error? Please, help me!
  23. Hi. I've installed MULTI PICKUP CONTRIBUTION. Database update is OK, a new table "stores" is created. Installation of files is OK, but when I go into control panel and try to add a new store, I display the follow message: ============================================ 1062 - Duplicate entry '1' for key 1 insert into address_book (entry_firstname, entry_lastname, entry_street_address, entry_postcode, entry_city, entry_country_id, entry_company, entry_suburb, entry_state, entry_zone_id, customers_id, address_book_id) values ('0001', '0001', 'c/Bescano 22', '17007', 'Girona', '195', 'Puntelectro', '', '', '198', '0', '1') ============================================ Any suggestions?
  24. Hi. I got two shops, and I need to delivery material from these shops. So, when user go to checkout, I need to hide user address and display only two shops address, where user can choose one to delivery. I installed a LOCAL DELIVERY contribution, but this allow only one address and doesn't display this data into Control Panel. Can you help me?
  25. Hi. In LOGIN BOX contribution, the box displays a welcome message reading customer first name, using this string in line 19: $form_content = BOX_HEADING_WELLCOME . ' ' . $customer_first_name . '<br><br>'; I'd like to display Lastname! I tried to change: $customer_first_name with: $customers_lastname but the login box doesn't display the lastname. How can I modify the code to display lastname in the box?
×
×
  • Create New...