How to install the CECA-TPV payment gateway for Magento
by admin on 1 November 2009, under Magento
This module is available in Magento Connect
The steps are:
* From Magento admin, go to “System”->”Configuration”->”Magento Connect”-”Magento Connect Manager”
*Insert your login and password and click “log In”
* The name of the package is “magento-community/Mage_CECA” , then click “install”
* Finally, you need to configure the extension. Go to “system”->”configuration”. Then go to “sales”->”payment methods”
Here we need to add our personal configuration, as User Id, password, TerminalID, AdquirerBin, etc. We can change between real and test enviroment.
***Warning***
If you get an error, do not forget to upload “calculo” in the root directory.
Do you need to download a Magento extension to see how it works? Then, you need to try this…
by admin on 21 October 2009, under Magento
You need to connect to your server via SSH
Then, look for magento_root directory
Type the above code:
-
-
./pear magento-setup
-
./pear download magento_extension_key (you cand find it <a href="http://www.magentocommerce.com/magento-connect">
-
That’s it. I hope, it’s helps.
Add additional radio button fields to Magento Contact Form
by admin on 20 October 2009, under Magento
If you need to add additional fields to Magento’s default contact form, read on! First open the form.phtml file located in your /app/design/frontend/INTERFACE/THEME/template/contacts/form.phtml. So, we are going to add a radio buttom field to this contact form. Open the file for editing in your favorite editor.
Find this section in the file below (this should be around line 39):
-
-
<label for="name"><?php echo Mage::helper(‘contacts’)->__(‘Name’) ?> <span class="required">*</span></label>
-
<input name="name" id="name" title="<?php echo Mage::helper(‘contacts’)->__(‘Name’) ?>" value="<?php echo $this->htmlEscape($this->helper(‘contacts’)->getUserName()) ?>" class="required-entry input-text" type="text" />
-
We are going to add another radio buttom field above. This is the code:
-
-
<div class="input-box_large">
-
<label for="Are you interested in our service?">__(Are you interested in our service?></label>
-
<input type="radio" name="question1" id="Yes" value="Yes"/>
-
-
-
<input type="radio" name="question1" id="No" value="No" />
-
Now, go to System->Transactional E-mails in the Magento Admin section. Click “Add New Template” and from the “Template” dropdown box select “Contact Form” then “Load Template”. Under template content you will see:
-
-
Name: {{var data.name}}
-
Telephone: {{var data.telephone}}
-
Comment: {{var data.comment}}
-
Add your new field so that now it should looks like this:
-
-
Name: {{var data.name}}
-
Telephone: {{var data.telephone}}
-
Comment: {{var data.comment}}
-
Are you interested in our service : {{var data.question1}}
-
Enter a new name under “Template Name” to save your new Template and click on “Save Template”. Now we need to tell Magento to use this new template for the Contact form. Go to System->Configuration and select “Contacts”. Under “Email Options”, select your new template under the “Email Template” dropdown box. Click on “Save Config”.
I hope it will help you to use radio buttoms in your forms.
Bilingual Blog Remodified and completed!
by admin on 20 October 2009, under Help Area
You can now view our Blog in English or Spanish. We have adapted the program to fit our website coding.
Thanks for your Patience!
Bilingual blog coming soon….
by admin on 13 October 2009, under Help Area
We have been working on the Spanish aspect of the site. Soon we will have bilingual blog available.
Estimate page now bilingual
by admin on 9 October 2009, under Help Area
Estimate page is ready to use in both languages. Have a question? Use our Chat Live Support Service.
We are currently working on bilingual blog.
Talkingwebs Website
by admin on 3 October 2009, under Help Area
Our Website is currently being built. Please come back in and check us out when we are up and running. Feel free to use our Chat Services with any questions. Thanks for the support!
Chat Service Ready
by admin on 3 October 2009, under Help Area
Our servers have been updated. Thanks for your patience.
Chat maintenace
by admin on 2 October 2009, under Help Area
Currently updating Chat Service, please send e-mail or contact us directly. You may also reply to this post and we will answer you back ASAP.
Looking for something?
Use the form below to search the site:
Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!



