

promosat
-
Content count
58 -
Joined
-
Last visited
Posts posted by promosat
-
-
Thank you for the reply ..... so doesn the WPP is avaible inmy country Spain or not so shall i keep it or removed frommy admin
well now i made all installation again and i made test i get this erreur
Authentication/Authorization Failed (10002)
Username/Password is incorrect
witch password they mean here
-
What kind of transaction are you attempting? This error usually comes up if you have not signed up for Website Payments Pro (WPP) and you attempt a credit card purchase. Note that WPP is not available in all countries. It is known to be available to PayPal accounts in the US and UK.--Glen
well my account is in spain but i made all the requested setps in profile . api access i have certificate all ok ...... do you mean that if i'm in spain i can not use the module
-
hi in my web site all ok but cann not make trascaction its show this
You do not have permissions to make this API call
i set all API setting user name and passords and i put the certficate in the correct place
-
Thank you sort it ..... when I installed the module the table did not installed so i insert now and all ok thank you again
-
hi i made the intslattion and all works fine but i have problem when i want to check order in order.php in admin i have this error
1146 - Table 'promoseu_osc.orders_status_history_transactions' doesn't exist SELECT transaction_id, transaction_type, payment_type, payment_status, module_code, transaction_avs, transaction_cvv2, transaction_msgs FROM orders_status_history_transactions WHERE orders_status_history_id = 2731 LIMIT 1
i seen here that table is miisng where from to get that table or how to do it i know to insert table with phpadmin ....
-
HI is any solution after all installtion all works fine only discount in checkout can not be applied any help
-
i thanmk you fo your reply but i have CURL installed on my serverI believe the problem is your host not supporting CLI Curl - that was the same problem I had (see my post above) - speak with your hosting company or if you are hosting yourself then I guess you are on your own with this. Not sure what you sell there but it doesn't exactly look legit, if you know what I meancurl
CURL support enabled
CURL Information libcurl/7.15.3 OpenSSL/0.9.7a zlib/1.2.1.2 libidn/0.5.6
so i think other things thats sto contrib from working
-
hi and thank you for the contri its very good idea...
ok i made all the instlaltion as in the contrib i find small problem corrected when i load Admin/order.php the one posted here in te convesatin and sort problem out now al ok i can post Tracking inaccount history i can see track button but when i clik get white pop up page and nothing else and in account hiory info i see tracknumber when clck nothing happened in the IE Explorer bar down i see ERROr in Page .....?
alos in my shop front page tracking.php nothing shows i add track number and click to track no ressult i go back to the page tarcking.php with no result ........
you can look here https://www.promosat.eu/shop/tracking.php
any help l aperciates
note that i add XML keys and all the setting in place .......
-
hi chris thank you for the help aLL WORKS FINE NOW .... :rolleyes: ,,,,,, DO you hae idea if you will work in UPS module here or i must install other contrib for my ups shipping order thank you
-
hi chris thank you for the great job .....
ok i have instaleed and all works fine only when i try o click in track number in boh admin or client account page i get this error mesage
***************
Fatal error: Call to undefined function: mb_convert_encoding() in /home/promoseu/public_html/shop/rm_tracking.php on line 101
[x] Close******************
any help please
-
the button of switch doesn't showup, only shows a red cross inside, no button picturehi add this to catalog/includes/boxes/ shopping_cart.php
// ==== START CONTRIBUTION "Switch between displaying prices Inc./Ex. VAT" ===================================
$info_box_contents = array();
if ($vat_disp == '1') {
$info_box_contents[] = array('align' => 'center', 'text' => SWITCHING_VAT_DISPLAYED . '<br><b>' . SWITCHING_VAT_INC . '</b>');
} else {
$info_box_contents[] = array('align' => 'center', 'text' => SWITCHING_VAT_DISPLAYED . '<br><b>' . SWITCHING_VAT_EX . '</b>');
}
if ($vat_disp == '1') {
$info_box_contents[] = array('align' => 'center', 'text' => '<a href="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('language', 'currency', 'vat_disp')) . 'vat_disp=0') . '">' . tep_image_button('button_inc_ex_vat.gif', SWITCHING_VAT_CHANGE_TO_EX) . '</a>');
} else {
$info_box_contents[] = array('align' => 'center', 'text' => '<a href="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('language', 'currency', 'vat_disp')) . 'vat_disp=1') . '">' . tep_image_button('button_inc_ex_vat.gif', SWITCHING_VAT_CHANGE_TO_INC) . '</a>');
}
new infoBox($info_box_contents);
// ==== FINISH CONTRIBUTION "Switch between displaying prices Inc./Ex. VAT" ===================================and Upload the attached 'button_inc_ex_vat.gif' to your relevant language file(s):
"catalog/includes/language/ENGLISH/images/buttons"
"catalog/includes/language/GERMAN/images/buttons"
"catalog/includes/language/ESPANOL/images/buttons"
fo me all working fine
-
Dear Boxtel . really i luv your modules easy coupon but could not make it work and i'm sure i could made mistake in the installation as the install read me file is not clear ... please can you do big favor and do it again with beter way please try to give exaltly where need to add thr codes for example
*****************
6)shopping_cart.php or checkout_shipping.php or checkout_payment.php or checkout_confirmation.php or all.
inside the header tags
add:
<script language="javascript"><!--
function session_win2() {
window.open("<?php echo tep_href_link(FILENAME_INFO_COUPON); ?>","info_coupon"," height=360,width=700,toolbar=no,statusbar=no,scrollbars=yes").focus();
}
function autotab(original,destination){if (original.getAttribute&&original.value.length==original.getAttribute("maxlength"))destination.focus()}
//--></script>
after a </tr> or <table> tag and OUTSIDE existing forms <form></form>
add:
<?php include (DIR_WS_MODULES.'easy_coupons_box.php'); ?>
*********************
here as you made it to work so you know where exacly in the hader tag should we add so just say better add in the line 32 or line 48 ,....... hope you understand as i really want to see your easy coupon working in my sho p thankyou
-
Hi I made the installation as they said in the Install file but in my admin i get this error when i click in Easy coupon link in Tools :
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 '-10, 10' at line 1
SELECT *, now() as today from coupons order by id desc limit -10, 10
Any help
Also really this Install file not clear as no specification where you need to add before or after ???? for example where to ad in invoice.php ???????
-
Ok I sort this problem .......
but now i get other problem after payment is done and confirmed i see this message ~~ Click on "Continue" in order to return to ***** shop *** ok i click i go back to my shop url but white page no data and block there i click refresh nothing happned i check in admin no order was aded and no email come to me as client only bank confirmation that the payment was success any help
-
Hi i think is some error in the data sent to the Secure server not ok as i installed now the module with Os commerce shop all work perfect i got only error when i confirm order and i get to the page of SERVIRED and my bank there is error below
*************************
General order details
Order number Total amount
11168298340 84,00 Euro
It was not possible to carry out the transaction because:
Data error. Contact the merchant.
*********************************
well i get this error before when i installed Virtuemart shopping card well there my bank told me to change this
**************************************
<?PHP
// Calculo del hash para firmar los datos.
$order = '000'.$db->f("order_id");
$amount=$db->f("order_total")*100;
$sha = new SHA;
$message = $amount.$order.$code.$currency.$tipoOperacion.$urlMerchant.$clave;
$digest1 = $sha->hash_string($message);
$signature = strtoupper ($sha->hash_to_string( $digest1 ));
?>
************************************
after i put this way all working in virtuemart pefect but why not now in os commerce can you help please
-
It works fine to send html emails you just need to enable html emails in your oscommerce config.Ok please advice how i can send news letter ???? shal i use news letter manger in Tools or how ,,, ok i tried using newsletter manger , new letter button, paste html code with my new letter information , lock, send ,. all my customers recieved email has link to unsubscribe .... please help
-
well please its very important question , in the installation read me file they ask to delete the tabe newslettr in mysql ... but when you try to un newletter manger under the tolls section doesn't work so how we can send news letter ???????
:rolleyes:
-
Hi can please somone help here , well i installed the contrib as in the install file all seems to b ok but i get this errro in http://www.mysite.com/bb_default.php
*********************************************
phpBB : Critical Error
Could not query database for theme info
DEBUG MODE
SQL 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 3
*************************************************************
-
I WANT First TO THANK THE PERSON WHO MADE THIS CONTRIBUTION AS IT REALLY HAPEFULL
but here they forget to find solution for website that have more than languages any solution contribution is here
-
HI well I find solution well for me ok I don't for other , we can keep using this contribution so our customers or site visitor can subscribe to news letter its good for us to collect email , then take all data base email and used with extra software for news letter or bulk mail I use for example GROUP MAIL PLUS
-
When we try to send we get this message in this page : http://www.promotryp.com/admin/newsletters.php?page=1&nID=4&action=confirm_send
Warning: Missing argument 3 for newsletter() in /home/promotry/public_html/admin/includes/modules/newsletters/newsletter.php on line 17
Warning: Missing argument 4 for newsletter() in /home/promotry/public_html/admin/includes/modules/newsletters/newsletter.php on line 17
Warning: Missing argument 5 for newsletter() in /home/promotry/public_html/admin/includes/modules/newsletters/newsletter.php on line 17
Warning: Missing argument 6 for newsletter() in /home/promotry/public_html/admin/includes/modules/newsletters/newsletter.php on line 17
Warning: Missing argument 7 for newsletter() in /home/promotry/public_html/admin/includes/modules/newsletters/newsletter.php on line 17
Also receiver will receive only link to unsubscribe no news letter : http://www.mydomain.com/newsletters_unsubs...hhhhh@jjjjj.net
can some one hep thanks
-
Hi,We want to sell shoes and cloths,how do i setup the option for shoe size or cloth size so that all the info is sent to me via email when the payment has gone through.
Thanks in advance.
Zaki
You can set this in your /admin/products_attributes.php there just add size you need , model, you can also add extra price ......
-
Hi i have installed CHRNOPAY in my shop , all is good , services is perfect frrom them tech team.... the problem i get is when i try to made test order i don't get any order in my history all gone perfect process good, payment accepted, return to my success url , all gone but no order in my history can any one help please thanks
-
same here installed all works fine only one thing is when i try to test one order i don't receive the order confoirmation from my os commerce shop and even in my order list the order its not there can any one help thank you
send from china
in Shipping Modules
Posted · Edited by Jan Zonjee
hello , any developer able to integrate this system to OS COMMERCE the company provide full code
sendfromchina.com/webservice