-
A unique Vendor name and encryption password are provided when Sage Pay create a test account for you. This data is emailed to the contacts registered on the account. Please email [email protected] if you need reminding of your passwords.
-
Your test encryption password is unlikely to be the same as your live encryption password.
-
The encryption password is the 16-character string that will look something like: SFLs9HnK3SjHbM0O
-
To use simulator mode you can create your own simulator account at: https://support.sagepay.com/apply/RequestSimAccount.aspx Or, you can use our simulator account (details supplied with the component) if you only want to use Simulator mode to generate a IP address error - this will display your server address as seen by the SagePay server.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
frmUserfieldName.replace(/[^a-z0-9]/gi, '_').toLowerCase(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
clear | |
echo -n "Please Enter directory where you have clone your fork: " | |
read dir_path | |
echo "Directory entered: $dir_path " | |
if cd $dir_path; then | |
echo -n "Please Enter remote name: " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$rsUserhelper = new rsUserhelper; | |
$shopper_group_id = $rsUserhelper->getShopperGroup($user->id); | |
$shopper_group_data = $rsUserhelper->getShopperGroupList($shopper_group_id); | |
echo "<pre>"; | |
print_r($shopper_group_data); | |
echo "</pre>"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: administrator/components/com_redshop/controllers/configuration.php | |
IDEA additional info: | |
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
<+>UTF-8 | |
=================================================================== | |
--- administrator/components/com_redshop/controllers/configuration.php (revision ) | |
+++ administrator/components/com_redshop/controllers/configuration.php (revision ) | |
@@ -253,8 +253,8 @@ | |
echo $msg = JText::_('COM_REDSHOP_NEWSLETTER_SEND_TO_TEST_EMAIL'); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: components/com_redshop/helpers/product.php | |
IDEA additional info: | |
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
<+>UTF-8 | |
=================================================================== | |
--- components/com_redshop/helpers/product.php (revision ) | |
+++ components/com_redshop/helpers/product.php (revision ) | |
@@ -188,53 +188,78 @@ | |
public function getProductSpecialPrice($product_price, $discount_product_id, $product_id = 0) |
OlderNewer