active questions tagged magento - Stack Overflowmost recent 30 from stackoverflow.com2010-03-21T10:51:33Zhttp://stackoverflow.com/feeds/tag/magentohttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/2481477/after-rewrite-model-sales-order-collection-it-works-except-in-admin-section-why0After rewrite Model sales/order_collection it works except in Admin section, why?latvianhttp://stackoverflow.com/users/2534772010-03-20T01:11:00Z2010-03-20T01:11:00Z
<p>Hi,</p>
<p>I rewrite the sales/order_collection Model or, perhaps, correctly said the Resource. I did that to add filter that filters orders by store_ids. Please see my post to see how i did it <a href="http://stackoverflow.com/questions/2426986/how-to-rewrite-collection">http://stackoverflow.com/questions/2426986/how-to-rewrite-collection</a></p>
<p>My new model works and here is how i tested</p>
<pre><code>$path = '../magento';
require_once('app/Mage.php');
umask(0);
$app = Mage::app('base','website');
$col = Mage::getResourceModel('sales/order_collection')->addAttributeToSelect('*');
echo "<br>Size of the colletion: ".$col->getSize();
</code></pre>
<p>This new Model filters and returns # of orders just like i want. It returns # of orders also when i run it inside any of my created modules, but not in Admin section then it returns 0 orders</p>
<p>In Admin section the same line is called as above ( Mage::getResourceModel('sales/order_collection')->addA....) from Mage_Adminhtml_Block_Sales_Order_Grid class (line 50) . It can be initiated when going Admin->Sales->Orders. However, it is returning 0 orders instead of # of orders</p>
<p>How is it that the new Model returns orders anywhere else but from Admin section? What is done differently in Admin section?..please help. I have spent hours and hours and
any pointers will help</p>
<p>Thank you,
Margots </p>
http://stackoverflow.com/questions/2480970/magento-sendfriend-error0Magento - Sendfriend Errora1anmhttp://stackoverflow.com/users/2397682010-03-19T22:31:39Z2010-03-19T22:31:39Z
<p>I keep getting this Magento error emailed to myself:</p>
<pre><code>URL: http://mysite.com/sendfriend/product/send/id/1/
IP Address: 66.249.65.69
Time: 2010-03-19 22:23:03 GMT
Error:
Front controller reached 100 router match iterations
Trace:
#0 /var/www/vhosts/mysite.com/httpdocs/app/code/core/Mage/Core/Controller/Varien/Front.php(184): Mage::throwException('Front controlle...')
#1 /var/www/vhosts/mysite.com/httpdocs/app/code/core/Mage/Core/Model/App.php(304): Mage_Core_Controller_Varien_Front->dispatch()
#2 /var/www/vhosts/mysite.com/httpdocs/app/Mage.php(596): Mage_Core_Model_App->run(Array)
#3 /var/www/vhosts/mysite.com/httpdocs/index.php(78): Mage::run('', 'store')
#4 {main}
</code></pre>
<p>The strange thing is that I have disabled the sendfriend module. I have also disallowed /sendfriend/ in robots.txt.</p>
<p>Anyone know what could be causing this.</p>
http://stackoverflow.com/questions/2472504/access-products-category-attribute-info-from-php-with-magento-api1Access Products/Category/Attribute Info from php with Magento APIJasonhttp://stackoverflow.com/users/1721002010-03-18T18:49:11Z2010-03-19T18:31:19Z
<p>Need to be able to pull Magento products into an external template. Need to be able to get all products data (description, title, attributes, categories, image, etc). </p>
<p>And need to be able to filter by category, attribute and also search on name. </p>
<p>These calls will be made from the same server that the Magento install is on. What's the best way to do this? </p>
<p>Will be using php on both linux & windows (2 separate sites). </p>
<hr>
<p>Have tried using the Magento API & Soap to access from php but haven't been able to get that to work yet. All I get is this error every time. </p>
<p>Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://mymagento.com/cart/index.php/api/?wsdl' : Extra content at the end of the document in.....</p>
<hr>
http://stackoverflow.com/questions/2477736/i-have-simple-design-and-need-to-put-it-on-magento0I have simple design and need to put it on magentoAdomashttp://stackoverflow.com/users/2973942010-03-19T13:43:56Z2010-03-19T14:54:11Z
<p>Hi, </p>
<p>I have design (css, some html files and images) and I need to adapt it to magento.
I know how to change design templates, but is this possible to do it with my own design and how?
Thanks.</p>
http://stackoverflow.com/questions/2471813/magento-order-tax-information0Magento order tax informationElzo Valugihttp://stackoverflow.com/users/953532010-03-18T16:58:44Z2010-03-19T14:48:47Z
<p>I see that tax information is kept at order level but I cannot see any setters/getters for it.</p>
<p>It could be related with Quote Items or even with Shipping addresses?</p>
<p>Anybody knows how tax is related to order?</p>
http://stackoverflow.com/questions/1735578/magento-displaying-configurable-product-options-under-a-grouped-product0Magento - Displaying Configurable Product Options under a Grouped ProductSid Velhttp://stackoverflow.com/users/1742362009-11-14T21:01:11Z2010-03-19T14:02:37Z
<p>Hi All</p>
<p>I am trying to create a grouped product by grouping some configurable products. I know it is possible. The grouped products attributes should be set to Not Required. This is found on Inchoo's website.</p>
<p>What I am trying to achieve here is that, I want to show the options of the configurable under the grouped products grid.</p>
<p>For example, I have a product range called Melina Table. This will be a grouped product to show 5 sizes of the product and customer can pick one. But under the 5 sizes, there will be two colour options each.</p>
<p>I am struggling to find a straight forward solution for this.</p>
<p>Any kind of help would be appreciated.</p>
<p>Thanks in advance.</p>
http://stackoverflow.com/questions/2474117/how-to-get-a-products-image-in-magento1how to get a product's image in magento?lockhttp://stackoverflow.com/users/247442010-03-18T23:49:07Z2010-03-19T05:04:39Z
<p>im running on version 1.3.2.1
but on my client's server they had magento 1.3.0
so my previous code to display images for my local copy:</p>
<pre><code>echo $this->helper('catalog/image')->init($_product)->resize(163, 100);
</code></pre>
<p>does not work on the client's installation</p>
<p>looking at the results returned by their magento, ver 1.3.0 actually returns a url although it points to the skin's media folder</p>
<p>is there a way to get the absolute image path for the image?
or should i make changes somewhere else that would tell magento that the media directory should be on the root?</p>
http://stackoverflow.com/questions/2019273/how-to-change-image-on-locale-base-in-magento0How to change image on locale base in magento?Nilhttp://stackoverflow.com/users/2430312010-01-07T09:20:05Z2010-03-19T03:00:03Z
<p>I want to change search image in magento. On search in magento the image name is btn_search.gif. Right now it take image from skin/frontend/default/default/images. And the file is /app/design/frontend/default/default/template/catalogsearch/form.mini.phtml where mention this tag as </p>
<pre><code><input id="search-button" type="image" src="<?php echo $this->getSkinUrl('images/btn_search.gif') ?>" alt="<?php echo $this->__('Search') ?>" />
</code></pre>
<p>I check the code and i found that we can pass locale as _type in this as </p>
<pre><code><input id="search-button" type="image" src="<?php echo $this->getSkinUrl('images/btn_search.gif', array('_type'=>'local')) ?>" alt="<?php echo $this->__('Search') ?>" />
</code></pre>
<p>But when i check the code this will just check in locale directory that this file exist in that locale or not. If this exist then it will take skin image. I want to use that locale image instead of that skin image. </p>
<p>So when i click on french store i get the image which is i set in /app/design/frontend/default/default/locale/fr_FR/images/btn_search.gif</p>
<p>I check the code for getSkinUrl in /app/code/core/Mage/Core/Model/Design/Package.php. And i found that he check locale for file but it return skin url.</p>
<p>Is there any method which return locale url ?</p>
http://stackoverflow.com/questions/2474039/update-store-logo-programmatically-magento1Update Store Logo Programmatically MagentoTegan Snyderhttp://stackoverflow.com/users/2441372010-03-18T23:26:23Z2010-03-19T01:27:52Z
<p>I've noticed that magento keeps the URL to the logo it uses for each store you setup in the "core_config_data" table.</p>
<p>If I run this SQL:</p>
<pre><code>SELECT *
FROM `core_config_data`
WHERE path = 'design/header/logo_src'
</code></pre>
<p>I get a list of stores and their associated logo. I also get a config_id and a scope_id.</p>
<p>I'd like to be able to update these logo's programmatically behind the scenes but I can't figure out how to relate this table's data back to a store name.</p>
<p>config_id and store_id got to somehow link back to another table that sets up the relationship. Magento's EAV model, ugh :)</p>
<p>Any ideas?</p>
http://stackoverflow.com/questions/2463877/magento-custom-attribute-causes-blank-order-number0Magento- custom attribute causes blank order number.frankhttp://stackoverflow.com/users/2664962010-03-17T16:11:09Z2010-03-18T23:03:24Z
<p>Hi- </p>
<p>I created a simple custom attribute on the sales/order entity. Now, for new orders, order number is null. I looked at the sales_order table, and sure enough, increment_id is null... can anyone help me out, I am stumped?</p>
<p>This is my setup.php:</p>
<p>`public function getDefaultEntities()
{</p>
<pre><code> return array(
'order' => array(
'entity_model' => 'sales/order',
//'attribute_model' => 'catalog/resource_eav_attribute',
'table' => 'sales/order',
'attributes' => array(
'pr_email_sent' => array(
'label' => 'prEmailSent',
'type' => 'varchar',
'default' => 'false'
),
)
)
);
</code></pre>
<p>}`</p>
<p>This is my config.xml </p>
<pre><code><fieldsets>
<sales_order>
<pr_email_sent><create>1</create><update>1</update></pr_email_sent>
</sales_order>
</fieldsets>
</code></pre>
<p>Thanks.</p>
http://stackoverflow.com/questions/2471934/magento-rebuilding-flat-catalog-programmatically0Magento: Rebuilding Flat Catalog Programmaticallykarnagehttp://stackoverflow.com/users/2656692010-03-18T17:17:53Z2010-03-18T23:02:36Z
<p>I am using a cron to import inventory changes nightly. When I try to change a product's information (price, etc) I get the following error:</p>
<pre><code>Column not found: 1054 Unknown column 'e.display_price_group_0' in 'field list'
</code></pre>
<p>I can fix this by clicking "Rebuild Flat Catalog Product" in the Cache Management panel. I setup a cron to do this programmatically using the following code:</p>
<pre><code>Mage :: getResourceModel( 'catalog/product_flat_indexer' ) -> rebuild();
</code></pre>
<p>I don't get any errors when I run the script, but the "Column not found" error persists.</p>
<p>Does anyone know how I can rebuild the flat catalog other than through the admin interface?</p>
http://stackoverflow.com/questions/2470772/index-page-in-magento-is-way-too-slow-what-can-i-do1Index page in Magento is way too slow, what can I do?Jonathanhttp://stackoverflow.com/users/1277352010-03-18T14:58:09Z2010-03-18T17:08:21Z
<p>Weirdly, the index page of my magento commerce is very slow, while when you navigate the products, brands, searchs etc is very fast, but everytime you click on the banner to go for home or enter the website, it take ages to load</p>
<p>I wonder what can I do about this?<br>
I don't know where to start, since I am new at magento. I thought I could go on and read the code, but that would take ages too, since magento is very big. Maybe I can analyze it somehow?</p>
<p>Thanks,<br>
Jonathan</p>
http://stackoverflow.com/questions/2455048/magento-adding-new-options-to-a-drop-down-attribute1Magento adding new options to a drop down attribute.mfisher86http://stackoverflow.com/users/2948102010-03-16T14:17:47Z2010-03-18T06:15:44Z
<p>Hello Im currently writing a product syncronisation script for magento. I know how to add a new product with a given atribute set. However one of the atributes i am using is a size field. When a new size is encounterd I want to add this option to the attribute, I am wondering how to do this please?</p>
http://stackoverflow.com/questions/2141873/why-is-magento-1-4-including-javascript-files-by-filesystem-path0Why is Magento 1.4 including javascript files by filesystem path?Joshhttp://stackoverflow.com/users/758012010-01-26T19:07:52Z2010-03-18T03:35:15Z
<p>I am in the process of testing a Magento 1.3 site using Magento 1.4. I am seeing very weird and inconsistent behavior. Instead of including the URL of my javascript files, Magento is creating tags with the full filesystem path of the js files, as so:</p>
<pre><code><script type="text/javascript" src="/home/my_username/public_html/js/prototype/prototype.js"></script>
</code></pre>
<p>I believe this is related to the new "Themes JavaScript and CSS files combined to one file" function. In fact, when I log into the admin and click "Flush JavaScript/CSS Cache", then the first page load is successful, and I see a single JS include similar to:</p>
<pre><code><script type="text/javascript" src="/media/js/5b8cfac152fcb2a5f93ef9571d338c54.js"></script>
</code></pre>
<p>But subsequent age loads load every single JS file, with the full path names. Which obviously isn't going to work. Anyone have any ideas on what could be wrong or how to fix this issue?</p>
http://stackoverflow.com/questions/2461616/magento-paypal-express-404-error0Magento - Paypal Express 404 Errora1anmhttp://stackoverflow.com/users/2397682010-03-17T10:56:23Z2010-03-17T23:25:17Z
<p>I have added paypal pro (uk) express to my Magento shopping cart. The paypal button now appears below the checkout button in the shopping cart.</p>
<p>The problem is when I click the paypal button I get a 404 error.</p>
<p>Any ideas?</p>
http://stackoverflow.com/questions/2339476/magento-1-4-productidentifiertype1Magento 1.4 productIdentifierTypeShane van Wykhttp://stackoverflow.com/users/2750592010-02-26T04:20:05Z2010-03-17T14:06:46Z
<p>i am having problems with retrieving my products, in 1.3 it worked and i just added some products on 1.4 but there is a new function in the capalogProductInfo called the product identifier, i don't know what to put in there, i tried passing down product type form list but i keep getting a error that says that the product does not exit.</p>
<p>can anyone help?</p>
<pre><code>catalogProductInfo(sessionId, Product_id, CurrentStore, attributes, productIdentifierType)
</code></pre>
http://stackoverflow.com/questions/2462453/magento-validation-problem0Magento validation problemElahttp://stackoverflow.com/users/1723762010-03-17T13:17:28Z2010-03-17T13:17:28Z
<p>i dont know whether am only getting this problem or some one else.</p>
<p>When entering string as input in the quantity filed of addtocart input box it never throws error and it takes as 1. how can i validate it. bcz they already made onclick function on addtocart function.</p>
<p>Please help me to solve this</p>
http://stackoverflow.com/questions/1450865/magento-price-getprice-value1magento price getPrice() value vipinsahuhttp://stackoverflow.com/users/1290992009-09-20T11:52:05Z2010-03-17T12:45:36Z
<p>function getDescriptionHtml($tpl, $p){</p>
<pre><code> $out = "";
$pr = $p["product"];
if(Mage::getStoreConfig('featuredproducts/displayoptions/title') == 'description'){
$out .= "<ins><h4>{$pr->getName()}</h4></ins>";
}
$out .= "<span class=\"description\"".
(!Mage::getStoreConfig('featuredproducts/displayoptions/description') ?
"style=\"display:none;\""
:
""
)
.">{$p['description']}</span>";
$out .= "<ins><div>".
(Mage::getStoreConfig('featuredproducts/displayoptions/price') ?
"<span style=\"font-size:45px\">{$pr->getPrice()}</span>"
:
""
)
."".
(Mage::getStoreConfig('featuredproducts/displayoptions/bnb') ?
"<div><button style=\"postion:relative;margin-left:80px;margin-top:140px\" class=\"form-button\" onclick=\"setLocation('{$p["url"]}')\"><span>{$tpl->__('Buy Now')}</span></button></div>"
:
"")
."
</div></ins>";
return $out;
}
</code></pre>
<p>as per the code shown when im using $pr->getPrice() its output like 299.0000 but i want like 299.00 how can i do this plz help</p>
http://stackoverflow.com/questions/2426986/how-to-rewrite-collection0How to rewrite Collection?latvianhttp://stackoverflow.com/users/2534772010-03-11T16:58:17Z2010-03-16T21:19:36Z
<p>Hi,</p>
<p>I would like to rewrite the collection that is returned by Mage::getResourceModel('sales/order_collection');</p>
<p>My goal is to rewrite this resource so that i can filter out the collection for particular Store. </p>
<p>Any ideas on how to do it? I tried directly rewrite collection of the sales/order module but no success. I was able to rewrite sales/order itself but not the collection, because when i call getCollection() it returns
"Fatal error: Call to undefined method Mage_Sales_Model_Mysql4_Order::getCollection() " </p>
<p>Any idea will help.</p>
<p>Thank you,</p>
<p>Margots</p>
http://stackoverflow.com/questions/2450700/what-kind-of-technology-was-used-in-developing-the-following-site0What kind of technology was used in developing the following site? [closed]NBhttp://stackoverflow.com/users/2943292010-03-15T21:41:31Z2010-03-16T19:55:08Z
<p>www.uniquesettings.com/</p>
<p>Someone suggested Magento.
I need something a beginner can maintain (posting pics, updating content, etc) once the site is complete.</p>
http://stackoverflow.com/questions/2454561/how-do-i-get-product-category-information-using-collections-in-magento0How do I get product category information using collections in MagentoGavhttp://stackoverflow.com/users/2187252010-03-16T13:17:11Z2010-03-16T15:01:24Z
<p>Hi guys - I am trying to output all the products from our Magento shop - the following code works however I also need to grab the category id & the parent category name too. Can anyone suggest how I can do this?</p>
<p>Thanks in advance</p>
<p><code></p>
<pre><code>$product = Mage::getModel('catalog/product');
$productCollection = $product->getCollection()
->addAttributeToSelect('*');
foreach ( $productCollection as $_product ) {
echo $_product->getName().'<br/>';
}
</code></pre>
<p></code></p>
http://stackoverflow.com/questions/2451454/what-are-your-common-magento-configuration-mistakes1What are your Common Magento Configuration Mistakes?Alan Stormhttp://stackoverflow.com/users/46682010-03-16T00:45:26Z2010-03-16T10:14:18Z
<p>If there's something that <strong>everybody</strong> hates about Magento it's endlessly configuring your modules before being able to write some code. I'm trying to collect a list of common Magento configuration errors for a future project that's I'm close to launching. </p>
<p>I'm looking for specific examples of things like using the wrong naming convention on classnames, forgetting the <code><class /></code> wrapper when setting up grouped class names. Little things like that that drive you batty for hours until you realize your error.</p>
<p>The more details the better! </p>
http://stackoverflow.com/questions/2436630/filter-collection-by-attribute-set0Filter collection by attribute Setlatvianhttp://stackoverflow.com/users/2534772010-03-12T23:57:28Z2010-03-15T23:25:28Z
<p>Hi,</p>
<p>How would one filter collection by attribute set name</p>
<p>I am trying as following, but its not working
$collection->addAttributeToFilter('attribute_set_name',"Quantity Television Parts");</p>
<p>Thank You</p>
http://stackoverflow.com/questions/2447679/obfuscating-a-magento-module0Obfuscating a Magento moduleElzo Valugihttp://stackoverflow.com/users/953532010-03-15T14:06:23Z2010-03-15T16:53:40Z
<p>I've been asked to protect a Magento module through obfuscation. I never used PHP obfuscation packages but I know how they work and I forsee some issues in obfuscating a module that is very <em>string</em> and <em>xml</em> dependant:</p>
<ul>
<li>/etc/config.xml registers <strong>harcoded</strong> class names and paths</li>
<li>auto-loading is heavily used and paths are important</li>
<li>I cannot imagine how to automatically obfuscate a class name that will be called later by Mage::getModel('my/module').</li>
<li>I'll have to exclude from the obfuscation process Magento function calls ( ex. $order->getItems()). </li>
</ul>
<p>Any recommendations?</p>
http://stackoverflow.com/questions/1363774/magento-or-prestashop-which-is-better1Magento or Prestashop, which is better?leduchuy89vnhttp://stackoverflow.com/users/1224562009-09-01T17:55:11Z2010-03-15T13:36:53Z
<p>I want to find an ecommerce solution for my little shop. My friend tells me that Prestashop is very easy to use and develop modules for, but some say Magento is better. Can anybody tell me which is better for developing modules and why? Thank you.</p>
http://stackoverflow.com/questions/2424573/magento-fixed-shipping-cost-below-certain-basket-price0Magento: Fixed shipping cost BELOW certain basket price.Joshhttp://stackoverflow.com/users/1232342010-03-11T11:43:52Z2010-03-15T12:06:43Z
<p>How can I set the shipping cost for Magento for all baskets that are below a certain point. Eg all baskets under £5 have fixed shipping of £1.99.</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/2440865/magento-display-specific-category-category-url-navegation0Magento: Display Specific Category Category URL NavegationRonalhttp://stackoverflow.com/users/1537992010-03-14T01:38:49Z2010-03-14T01:38:49Z
<p>Hi Guys, Is there a way to call a category by the ID and display the link and sub categoris in the main navigation</p>
http://stackoverflow.com/questions/2440012/interspire-to-magento-migration0Interspire to Magento migrationpatrikashttp://stackoverflow.com/users/2660572010-03-13T21:00:45Z2010-03-13T21:00:45Z
<p>Hello, I recently started with Magento and decided to migrate Interspire shopping cart I already made time ago to it. At first look Magento seems a very huge beast - lots of options, maybe lack of simplicity resulting in some performance loss. I've got user guide from which I am not getting much of benefit since there're just descriptions of very ordinary tasks that I could easily discover myself by poking around frontend/backend. So my first tasks are category and product export. Interspire seems to be exporting ONLY products in three available formats:</p>
<ol>
<li>Default</li>
<li>MYOB</li>
<li>Peachtree accounting</li>
</ol>
<p>I did some searching on Magento's product importing and found a blog post which says that I should create a few sample products with all the necessary attributes myself and then start the import. But what should I do with categories ? Is it possible to import them or instruct Magento to automatically create categories when importing product file if unknown category is encountered ?</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1927202/a-good-magento-shared-host1A good magento shared hostIshuhttp://stackoverflow.com/users/2207752009-12-18T09:28:26Z2010-03-13T09:47:14Z
<p>Hello,</p>
<p>I am looking for a good shared host which can host magento based web store. Any recommendations would be more than welcome.</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/2418698/magento-user-created-attribute-for-products-is-not-saved0Magento user created attribute for products is not saved...Elzo Valugihttp://stackoverflow.com/users/953532010-03-10T16:41:41Z2010-03-12T15:32:12Z
<p>I am fighting an apparently simple thing for about two days now. I hope somebody can help.</p>
<p>I created the myUpdate EAV attribute</p>
<pre><code>class Company_Module_Model_Resource_Eav_Mysql4_Setup extends Mage_Eav_Model_Entity_Setup
{
public function getDefaultEntities()
{
return array(
'catalog_product' => array(
'entity_model' => 'catalog/product',
'attribute_model' => 'catalog/resource_eav_attribute',
'table' => 'catalog/product',
'additional_attribute_table' => 'catalog/eav_attribute',
'entity_attribute_collection' => 'catalog/product_attribute_collection',
'attributes' => array(
'my_update' => array(
'label' => 'My timestamp',
'type' => 'datetime',
'input' => 'date',
'default' => '',
'class' => 'validate-date',
'backend' => 'eav/entity_attribute_backend_datetime',
'frontend' => '',
'table' => '',
'source' => '',
'global' => Mage_Catalog_Model_Resource_Eav_Attribute::SCOPE_GLOBAL,
'visible' => true,
'required' => false,
'user_defined' => true,
'searchable' => false,
'filterable' => false,
'comparable' => false,
'visible_on_front' => false,
'visible_in_advanced_search' => false,
'unique' => false,
'apply_to' => 'simple',
)
)
)
);
}
}
</code></pre>
<p>The attribute is created OK and on install appears correctly in the list of attributes.</p>
<p>Later I do </p>
<pre><code>// for product 1
$product->setMyUpdate($stringDate); // string this format: yyyy-MM-dd HH:mm:ss
$product->save(); // and saves without issues * in admin module
</code></pre>
<p>But later when I do:</p>
<pre><code>$product = Mage::getModel('catalog/product')->load(1);
var_dump($product->getMyUpdate()); // returns null
</code></pre>
<p>Somehow the data is not really saved.. or I am not retrieving it correctly.
Please advice on how to get the data and where the data is saved in the DB so I can check at if the insert is done correctly.</p>
<p>Thanks.</p>