|

MOD: Sales SMS Notification v1.0
Posted 19 March 2007 - 06:00 PM #22
Thanks, I tried it but still errors in the tables.
Is it giving you the same error or something new. Please post the message.
Cheers,
Mike
Mike@NVone.com
(800) 764-7469
(775) 857-3800
[SIGPIC][/SIGPIC]
Authorized CS-Cart Reseller • Web Hosting • Merchant Services
256 Bit SSL Certificates • Custom Computers • AT&T Mobility
Check out the CSCModClub website at
www.CSCModClub.com
1.3.5 SP3
Posted 19 March 2007 - 08:50 PM #23
SQL query:
INSERT INTO cscart_language_values( lang_code, name, value )
VALUES ("EN", "sms_sms_not", "SMS Notification");
MySQL said:
#1062 - Duplicate entry 'EN-sms_sms' for key 1
then when you check the Error this pops up
SQL query:
SELECT *
FROM Array
WHERE CONCAT_WS( "-", lang_code, name, value ) = "en-sms_sms"
ORDER BY lang_code, name, value
LIMIT 0 , 30
MySQL said:
#1146 - Table 'mystore_cscart.Array' doesn't exist
Posted 31 March 2007 - 04:27 PM #24
sounds like a user-error......
and since he was so nice before (altho it has been deleted now i see):
..... i think i'll let this one skipOriginally Posted by tribalboy3000
So yes, you do get what you pay for and thats a whole lot of nothing in this case.

Posted 01 April 2007 - 03:01 PM #25
Posted 01 April 2007 - 07:01 PM #26
INSERT INTO
into
REPLACE INTO
and run again.......
Posted 02 April 2007 - 06:12 PM #27
Posted 11 April 2007 - 05:49 PM #28
issues that i heard of in the last year, like not working with some
paymentgateways etc.
for the ones that already have the mod implemented, but want to
know the, by far, most important change:
-open /core/fn_sms.php
-REPLACE line 50 that now reads:
@fn_send_mail_plain($email__to, $settings['Company']['company_orders_department'], $email__subj, $sms_body, '', $settings['Appearance']['admin_default_language']);
with this line:
$sms_mailed = @mail($email__to,$email__subj, $sms_body);
good luck
Posted 18 May 2007 - 08:45 PM #29
Just wanted to say GREAT MOD

Can I use it to send to two addresses, like 555@domain.com; 556@domain.com?
Posted 18 May 2007 - 08:57 PM #30
yes, you should be able to yes, divide with a comma, not semicolon, so like this:
user@example.com, anotheruser@example.com
Posted 31 May 2007 - 12:07 PM #32
Database error: 1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Invalid query: SELECT payment FROM cscart_payment_descriptions WHERE payment_id=
Backtrace:
File: /home/ladysere/public_html/shop/index.php
Line: 81
Function: include
File: /home/ladysere/public_html/shop/targets/payment_notification.php
Line: 34
Function: include
File: /home/ladysere/public_html/shop/include/common/payment_notification.php
Line: 38
Function: include
File: /home/ladysere/public_html/shop/payments/cc_processors/paypal.php
Line: 82
Function: fn_order_placement_routines
File: /home/ladysere/public_html/shop/core/fn_cart.php
Line: 1438
Function: include_once
File: /home/ladysere/public_html/shop/core/fn_sms.php
Line: 6
Function: db_get_field
File: /home/ladysere/public_html/shop/core/fn_database.php
Line: 94
Function: db_query
File: /home/ladysere/public_html/shop/core/db_mysql.php
Line: 89
Function: db_debug_error
Please help, I'd love to get this mod working.
Posted 31 May 2007 - 01:27 PM #33
in the transaction as it seems.......
maybe someone here has a clue, or have a look at paypal issues....
Posted 31 May 2007 - 01:59 PM #34
I'll keep looking. Maybe I have mods interfering with each other.
Posted 15 November 2007 - 11:24 AM #36
No one knows it all, help others to help yourself
Advertise your site in Style - Free web Link Exchange
Web Bid Directory - Get Listed Now
Posted 14 January 2008 - 08:58 AM #37
how can I have a look at this module ?
The link "http://cscart-sms.mediacenterweb.com/" doesn't work
Posted 14 January 2008 - 09:48 AM #38
to http://cscart-sms.deplek.com/
(i will also change main post and my sig later with this)
furthermore, i do not have any plans for upgrading it to 1.3.5, since i dont use/have installed 1.3.5 and am very tight in time.
Anyone else is welcome to of course to do so.
Posted 04 April 2008 - 06:55 AM #40