

kit
Members-
Content count
25 -
Joined
-
Last visited
Everything posted by kit
-
Admin can add/edit/delete extra fields for customers and set up field name, field type (input field, textarea field) and field required status (true, false). Customers see extra fields when he create or edit own account. If you have any queries, bug reports, praise or derision, don't hesitate.
-
DESCRIPTION This contribution will help you to watch for statistics of attendance on the web shop. Daily, monthly and yearly period of statistics. Thanks to everyone who has contributed in whatever manner to getting this code. If you have any queries, bug reports, praise or derision, don't hesitate through osCommerce website ask me
-
Ukrainian payment method UkrMoney.com
-
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.
-
Hi I can't use discount coupon in google checkout. Have this contribution option for discount? Or have google checkout option for discount?
-
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.
-
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
-
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.
-
http://www.oscommerce.com/community/contributions,4496
-
[Contribution] Header Tags Controller for Admin MS 2.2
kit replied to Farrukh's topic in General Add-Ons Support
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. -
[Contribution] Header Tags Controller for Admin MS 2.2
kit replied to Farrukh's topic in General Add-Ons Support
So this problem wasn't noticed earlier and is not fixed. That's bad, 'cause I'll have to fix it myself. -
[Contribution] Header Tags Controller for Admin MS 2.2
kit replied to Farrukh's topic in General Add-Ons Support
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. -
May be have not permission in folder \admin\images\graphs Please set up permission 777 in this folder: \admin\images\graphs
-
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:
-
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.
-
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.
-
Please run sql query: "ALTER TABLE `extra_fields_info` CHANGE `fields_name` `fields_name` TEXT NOT NULL"
-
store statistic v2 Update files store_daily.php, store_monthly.php, store_yearly.php, store_statistics.php. Fixed problematic safe_mode restriction in GD library: http://bugs.php.net/bug.php?id=35060 Fixed count total hit and host.