Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Profile for jich

  • OFFLINE
  • Time Zone: GMT +1:00
  • Local Time: 12:55
  • Posts: 254
  • Profile Views: 22521
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

ARTIO Support Team
Posts

Posts

emo
Hello 720digital,

Thank you for your interest about our extension.

For client-side validation you have to enable this in module configuration and add "css" class 'validate-vat' to each field that should be validated. We did not integrate of automatically adding the validate class to the field, because there is many designs and each one can place it everywhere.

For example for the account page edit file base/defualt/template/customer/widget/taxvat.phtml

from

 
<label for="<?php echo $this->getFieldId('taxvat')?>"<?php if ($this->isRequired()) echo ' class="required"' ?>><?php if ($this->isRequired()) echo '<em>*</em>' ?><?php echo $this->__('Tax/VAT number') ?></label>
<div class="input-box">
<input type="text" id="<?php echo $this->getFieldId('taxvat')?>" name="<?php echo $this->getFieldName('taxvat')?>" value="<?php echo $this->escapeHtml($this->getTaxvat()) ?>" title="<?php echo $this->__('Tax/VAT number') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('taxvat') ?>" <?php echo $this->getFieldParams() ?> />
</div>
 


to

 
<label for="<?php echo $this->getFieldId('taxvat')?>"<?php if ($this->isRequired()) echo ' class="required"' ?>><?php if ($this->isRequired()) echo '<em>*</em>' ?><?php echo $this->__('Tax/VAT number') ?></label>
<div class="input-box">
<input type="text" id="<?php echo $this->getFieldId('taxvat')?>" name="<?php echo $this->getFieldName('taxvat')?>" value="<?php echo $this->escapeHtml($this->getTaxvat()) ?>" title="<?php echo $this->__('Tax/VAT number') ?>" class="input-text validate-vat <?php echo $this->helper('customer/address')->getAttributeValidationClass('taxvat') ?>" <?php echo $this->getFieldParams() ?> />
</div>
 
Vat Checker Not Show ...
Category: VAT Checker
emo
Hello Gary,

We have prepared the test file for you. Extract package and replace file app/code/local/Artio/MTurbo/Model/Observer.php (but make the backup of this file before doing this, please).

Then enable the log in your Admin Panel (System/Configuration/Developer/Log) and try to save a product. There should appear the log message in file var/log/system.log. You can send us this file and we will try to investigate what is problem there.
Categories won't ref ...
Category: Customer Support
emo
Hello,

See screenshot, there are marked the controls for activating these features. Note that it is available only in paid version.
Categories won't ref ...
Category: Customer Support
emo
Samozřejmě. Můžete napsat na e-mail This e-mail address is being protected from spambots. You need JavaScript enabled to view it .
Cetelem Platboný mod ...
Category: B2Sync for Magento
emo
Dobrý den,

Bylo by možno modul vyzkoušet přímo na Vašich stránkách? Implementace Cetelem CZ a Cetelem SK jsou si velice podobné. O aktualizaci API ze strany Cetelemu nemáme žádné zprávy, čili předpokládáme, že problém bude asi někdě jinde. Kdybychom měli možnost modul otestovat bylo bychom schopni nalézt příčinu daleko rychleji. Děkuji.
Cetelem Platboný mod ...
Category: B2Sync for Magento
emo
Hello arielmorry,

We have prepared a simple script for this purpose. Save the follows lines to a file in your Magento file system (good choice is shell/mturbo.php, file should not be executed via web for security reasons).

 
require_once 'app/Mage.php';
 
Mage::app();
 
$websites = Mage::getModel('core/website')->getCollection()->load();
 
$model = Mage::getModel('mturbo/mturbo');
 
$model->getFileModel()->clearAllPages();
$model->synchronize();
 
foreach ($websites as $website)
$model->generateUrlList($website);
 
Mage::getModel('mturbo/observer')->automaticDownload();
 


This script remove all cached pages, perform the synchronization with new entities, generate the new url lists and download all pages via the shell script. You should execute it as web server user.

For Ubuntu you can use command

sudo -u www-data php -f shell/mturbo.php 


For other distributions it may be otherwise. We hope that you are familiar with your server. Do not forget that script must be executed from root of your Magento, else you would have to set 'open_basedir' and 'include_path' properly.

We hope it will help you. If there appears a problem or if you have a question let us know, please. We are ready to help you.
Cache & Synchronize ...
Category: Customer Support
emo
Hello Seoline,

The installation package includes that script. Maybe you have removed this by accident. Download it (see below), extract and copy into that directory, please. It should work after that.
Automatic cache mana ...
Category: Customer Support
emo
Hello,

Thank you. FTP is working fine now. I don't know why. However your M-Turbo is fixed. There was problem that appears on some Magento instances. There was need comment line 883 on Artio/MTurbo/controllers/Adminhtml/MturboController.php.

 
//if ($this->_redirect('index')=='post') return true;
 


Have a nice day.
mturbo extension is ...
Category: Community Support
emo
I'm afraid that your FTP credentials is not working. Make sure that it is correct, or there is no IP constraints, please.
mturbo extension is ...
Category: Community Support
emo
Hello,

We've checked your site. You have right there is something work. Unfortunately it is hard to say what exactly is wrong. Could you send us FTP credentials to your server. We look at this issue in place. You can sent it at This e-mail address is being protected from spambots. You need JavaScript enabled to view it or This e-mail address is being protected from spambots. You need JavaScript enabled to view it . Thanks.
mturbo extension is ...
Category: Community Support
emo
Hello,

Could you tell us what exactly error you are giving? If there is a problem with caching a page you can try to change the download method (you can do it at "Main Configuration" tab).

Do you synchronize after you add a category to select? You should do "Synchronization" (you can do it by push button "Synchronize" on grid) otherwise new categories are not added to list.
mturbo extension is ...
Category: Community Support
emo
Dear Vidyasagar Kushwaha,

Your site is cached for pages with .html extensions. See

centurydiamonds.com/category-earrings - not cached
centurydiamonds.com/category-earrings.html - cached

Your .htaccess includes the rewrite rules for .html, it seems that your "Category/Product URL Suffix" is not set properly. Make sure that you set "Category/Product URL Suffix" to "" (empty string). If not, do it and rebuild .htaccess from M-Turbo admin panel, please. The pages should be cached after that.
M-turb is not workin ...
Category: Customer Support
emo
Dear Mobeo,

Used skin probably uses different block name for cart sidebar block than default skin. Therefore server returns the original cart sidebar instead of your new cart sidebar block. You should look into your layout .xml files of currently used skin and search that block. You should ask to term `type="checkout/cart_sidebar"`. You should find something like:

<block type="checkout/cart_sidebar" name="my_cart_sidebar" template="checkout/cart/sidebar.phtml" before="-">


If you found it, go to M-Turbo administration, switch to tab "Dynamic Loaded Blocks", turn off standard cart sidebar block (there are three selects and one of them controls cart sidebar) and into the textarea put the value of attribute "type" (for example above it should be "my_cart_sidebar", but you will find probable something else) and then refresh the cached pages.

Let us know if you were not able to find that block, or it does not work properly. We are ready to help you.
mturbo.js not loaded
Category: Customer Support
emo
Hello,

If you mean error during downloading the page then try to change the download method on the main configuration tab in the M-Turbo administration, if not, describe us that error more, please. Thanks.
I need help in mturb ...
Category: Customer Support
emo
Dear Vidyasagar Kushwaha,

M-Turbo supports HTTPs only when your site is available only for HTTPs, i.e HTTP must be disabled for your site. We have seen your site supports both protocols now. This is problem.

There are two ways how to solve it:

1) Set both secure and unsecure base_url (System/Configuration/Web) to
https://yourdomain
so that site will available only for HTTPs protocol. After that refresh all cached pages, please.

2) Enable M-Turbo cache only for HTTP. You can do it so that you add

RewriteCond %{HTTPS} !=on


before each of M-Turbo directives that were placed to your .htaccess file. In this case your site will be cached only the requests under HTTP protocol.
I need help in mturb ...
Category: Customer Support
emo
Hello Sergey,

I'm sorry for response time. We have checked your site and there is no added file "mturbo.js" to HTML Head. This file is needed for correct downloading dynamic blocks. You probably use a custom theme design and the file was not copied into them. Copy file 'skin/frontend/base/default/js/mturbo.js' to 'skin/frontend/YOUR_THEME/YOUR_SKIN/js' and refresh the pages, please. It would help you if not let us know, please. We are ready to help you if needed.

Kind Regards
Jiří Chmiel, ARTIO
Problem with Dinamic ...
Category: Customer Support
emo
Hello ingaB,

This is very easy. You have to enter your download id on tab "Registration" (www.magentocommerce.com/magento-connect/...registration_4_1.png) in the M-Turbo administration and have to push "Save Configuration". After this you should see your name there. Then push "Upgrade to Full Version" and refresh standard Magento Cache.
Upgrading to paid ve ...
Category: Customer Support
emo
Ok. Let us know if you have any question. Have a nice day.
Query string in URL
Category: Customer Support
emo
I'm sorry. Attchments is here:

.

Copy into app/code/local/Artio/Mturbo/Helper/. If you are using the "Compilation Model" recompile after uploading please.
Query string in URL
Category: Customer Support
emo
There is used directly
$_SERVER['REQUEST_URI'] 
in the Google Analytics Plus by Fooman. This is reason why the URL params were not stripped there should be used rather something like
Mage::app()->getRequest() ...


However we resolved this issue in the newest version M-Turbo 1.2.7, not in 1.2.6. I'm adding the patch for this here (there is no required to upgrade whole module, one file app/code/local/Artio/MTurbo/Helper/Urlparams.php works it too).


[attachment:1]urlparams.php.126.patch.zip[/attachment]
Query string in URL
Category: Customer Support
More
User Login Empty