Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

kit

Archived
  • Posts

    25
  • Joined

  • Last visited

Profile Information

  • Real Name
    Marat

kit's Achievements

  1. Hello. I think all of you know about generator osc buttons http://www.oscbuttons.com/ but you can generate only standard osc buttons without contributions buttons. So need change it. I'll try to create new type of buttons "OSC with contributions" and add all mistake buttons. Also I add admin buttons too. But I need your help. Please add contributions buttons that you have used and want to see in new buttons package. For example: button_address_book.gif;Address Book Thanks.
  2. kit

    Google Checkout Level 2

    Hi I can't use discount coupon in google checkout. Have this contribution option for discount? Or have google checkout option for discount?
  3. kit

    Google Checkout Level 2

    Problem was in this place, file Google_Button_Code.php $name = $quotes[$i]['methods'][$j]['title']; $price = $quotes[$i]['methods'][$j]['cost']; $shipping_restrictions = ""; CreateMerchantCalculatedShipping($name, $price, $shipping_restrictions); if customers enter not correct addres we have not correct shipping and google error... need change $name = $quotes[$i]['methods'][$j]['title']; $price = $quotes[$i]['methods'][$j]['cost']; $shipping_restrictions = ""; if(strlen($name)>0 && strlen($price)>0) CreateMerchantCalculatedShipping($name, $price, $shipping_restrictions); So now we do CreateMerchantCalculatedShipping when we have right shipping.
  4. kit

    Google Checkout Level 2

    Please help. Now I have this in shopping cart Fatal error: Error calling function "CreateShipping(merchant-calculated-shipping)": Missing Parameter: "$name" must be provided. in /home/ozeworks/public_html/test2/acuatlanta/includes/functions/GlobalAPIFunctions.php on line 419 What's wrong? How can I check this? Thanks
  5. I haven't started a topic for it so you've done it, right. Your question - generally - no, this is the same text taken from $module->title and it's can be changed only on all places at once. You can think of something tricky here but will have to code it yourself.
  6. http://www.oscommerce.com/community/contributions,4496
  7. Ukrainian payment method UkrMoney.com
  8. Found one more odd thing - HTC can't work if the shop is not in the document root. I've added to it a page (filename pages.php), and what I got - there are four entries in includes/header_tags.php - pages.php; catalog/pages.php; /catalog/pages.php and again pages.php. Path to catalog in DOCUMENT_ROOT/catalog/pages.php.
  9. So this problem wasn't noticed earlier and is not fixed. That's bad, 'cause I'll have to fix it myself.
  10. I've just installed HTC 2.5.9 and overcome an unpleasant problem. After installing I've deleted pages all_prods and products_all in admin, cause the site don't have them. And after trying to apply tags to other pages I've seen np changes. I now what's the problem - in catalog/includes/header_tags.php in main swicth all entries were gone. Not only all_prods that I've deleted but also index.php, product_info.php atd others. I've seen this problem on earlier versions of HTC, but hoped the last will not have them. Do anybody know of this and how to fix it.
  11. May be have not permission in folder \admin\images\graphs Please set up permission 777 in this folder: \admin\images\graphs
  12. Please make poit 7 int the file install.html 7. In admin/includes/column_left.php Add the following lines before '?>': require(DIR_WS_BOXES . 'store_statistics.php'); You have to see store statistic box:
  13. store statistic v3 Add orders statistics saved amount orders, amount purchased products and total price orders. Add products statistics, saved amount view products and amount purchased products. Add three new graph type: bars, pie, linepoints.
  14. Hi! I think that you miss point 6 from installation instruction: 6. In admin/includes/database_tables.php Add the following lines: define('TABLE_EXTRA_FIELDS','extra_fields'); define('TABLE_EXTRA_FIELDS_INFO','extra_fields_info'); define('TABLE_CUSTOMERS_TO_EXTRA_FIELDS','customers_to_extra_fields'); or you miss point 11: 11. In catalog/includes/database_tables.php Add the following lines: define('TABLE_EXTRA_FIELDS','extra_fields'); define('TABLE_EXTRA_FIELDS_INFO','extra_fields_info'); define('TABLE_CUSTOMERS_TO_EXTRA_FIELDS','customers_to_extra_fields'); Check pleas these points and tell me result. If you have any questions, don't hesitate - ask me. Regards. Marat.
  15. Please run sql query: "ALTER TABLE `extra_fields_info` CHANGE `fields_name` `fields_name` TEXT NOT NULL"
×
×
  • Create New...