Ir directamente al contenido principal »

Welcome / Bienvenidos!
Búsqueda en el sitio

Navegación de la categoría

Actualmente se encuentra en:

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.

19 Comments more...

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:

  1.  
  2. ./pear magento-setup
  3. ./pear download magento_extension_key (you cand find it <a href="http://www.magentocommerce.com/magento-connect">
  4.  

That’s it. I hope, it’s helps.

1 Comment more...

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):

  1.  
  2. <label for="name"><?php echo Mage::helper(‘contacts’)->__(‘Name’) ?> <span class="required">*</span></label>
  3. <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" />
  4.  

We are going to add another radio buttom field above. This is the code:

  1.  
  2. <div class="input-box_large">
  3. <label for="Are you interested in our service?">__(Are you interested in our service?></label>
  4.  <input type="radio" name="question1" id="Yes" value="Yes"/>
  5.   <label for="Yes"><?php echo Mage::helper(‘contacts’)->__(‘Yes’) ?></label>
  6.  
  7.  
  8.   <input type="radio" name="question1" id="No" value="No" />
  9.   <label for="No"><?php echo Mage::helper(‘contacts’)->__(‘No’) ?></label>
  10.  

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:

  1.  
  2. Name: {{var data.name}}
  3. E-mail: {{var data.email}}
  4. Telephone: {{var data.telephone}}
  5. Comment: {{var data.comment}}
  6.  

Add your new field so that now it should looks like this:

  1.  
  2. Name: {{var data.name}}
  3. E-mail: {{var data.email}}
  4. Telephone: {{var data.telephone}}
  5. Comment: {{var data.comment}}
  6. Are you interested in our service : {{var data.question1}}
  7.  

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.

Leave a Comment more...

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!

Leave a Comment more...

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.

Leave a Comment more...

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.

Leave a Comment more...

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!

Leave a Comment more...

Chat Service Ready

by admin on 3 October 2009, under Help Area

Our servers have been updated. Thanks for your patience.

Leave a Comment more...

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.

Leave a Comment more...

Currently

by admin on 1 October 2009, under Help Area

Working on servers

Leave a Comment more...

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!

Archives

All entries, chronologically...