44 Topics

Member Avatar for
Member Avatar for zamurai127

Can you please tell me more about magento ? Any issue usually found in it?. I am thinking of using it on one of my new eCommerce site.

Member Avatar for anastefanyuk
0
287
Member Avatar for seotheo

Hi, I am trying to migrate products from Magento 1 to Magento 2. I have installed the data migration tool and created the config file as per the Magento guidelines however I get an error when trying to execute the migration command. This is the error: [Magento\Framework\Config\Dom\ValidationException] Extra content at …

Member Avatar for anastefanyuk
0
264
Member Avatar for aveeva7

I have couple of shipping methods DHL & FedEx, if selected products exits in cart show only selected shipping method, how to archive using shopping cart pricing rule or any other way to do this?

Member Avatar for Harshal Shah
0
272
Member Avatar for aveeva7

I have magento shipping charge code : <?php ob_start(); // require_once(__DIR__ . '/app/Mage.php'); require_once('./../app/Mage.php'); umask(0); ini_set('display_errors',true); ini_set('memory_limit', '1024M'); Mage::app()->loadArea('frontend'); function getShippingEstimate($productId,$productQty,$countryId,$postcode ) { // $quote = Mage::getModel('sales/quote')->setStoreId(Mage::app()->getStore('default')->getId()); $quote = Mage::getModel('sales/quote')->setStoreId(Mage::app()->getStore('english')->getId()); $_product = Mage::getModel('catalog/product')->load($productId); $_product->getStockItem()->setUseConfigManageStock(false); $_product->getStockItem()->setManageStock(false); $quote->addProduct($_product, $productQty); $quote->getShippingAddress()->setCountryId($countryId)->setPostcode($postcode); $quote->getShippingAddress()->collectTotals(); $quote->getShippingAddress()->setCollectShippingRates(true); $quote->getShippingAddress()->collectShippingRates(); $_rates = $quote->getShippingAddress()->getShippingRatesCollection(); $shippingRates = array(); foreach ($_rates as …

0
261
Member Avatar for Xytheron

this code snippet works fine on its own but as soon as it's added to Magento it doesn't work. Anyone have any thoughts? <!-- Start Edits --> <script type="text/javascript" src="jquery.autocomplete.js"></script> <script type="text/javascript" > //<![CDATA[ var jQuery = jQuery.noConflict(); jQuery(document).ready(function() { jQuery("#antique_toys_materials").keyup(function() { var tag = jQuery(this).val(); if(tag != '') { …

Member Avatar for Max_21
0
288
Member Avatar for moneeshot

I am helping a friend switch from Godaddy quick shopping cart to magento. Unfortunately the Godaddy cart automatically creates product and catalog URLS. Using caps, dashes and underscores. I can dupe the link text but magento only allows dashes and no caps, I'd rather not use caps or underscores anyway. …

0
259
Member Avatar for danielbalap

Hi All, Iam new to this forum, I learnt the magento basics,i want to create a shopping cart website using magento for selling old product, where and how to start like 1.how to integrate SEO 2.what payment methods should use and how to integrate them 3.what is SSL certificate,should i …

Member Avatar for advent_geek
0
292
Member Avatar for mattster

Hi All, I am working with a Magento (v1.8.1) site, which until a week or so ago, was working perfectly. I am using the SM_AMAZ theme, and have no plugins which could interfeare with performance. Everything will be fine, then something in the admin panel will get changed, and the …

Member Avatar for imti321
0
386
Member Avatar for scarcella

Hi guys, so I need to know how to add Products programtically without getting this error. Fatal error: Call to a member function getPosition() on a non-object in \app\code\core\Mage\Bundle\Model\Product\Type.php on line 854 This is my code: class TCK_Forty_CartController extends Mage_Core_Controller_Front_Action { public function addAction() { $prdId = $this->getRequest()->getParam('product'); $cart = …

Member Avatar for veedeoo
0
461
Member Avatar for Lilantha

Cold you any one can explain to me how to add payment method to my ecommerce shopping cart and explain me backend process of payment

Member Avatar for Mpreet
0
453
Member Avatar for faisaldss

I have come accross this website. http://en.colette.fr/women/just-in.html If you notice, the products are loaded with lightning speed. I understand they are using Magento. However, its still not clear how the products are loaded so fast. Can you guys give an idea what's hapening there. Is it the server or a …

Member Avatar for vikiweb
0
275
Member Avatar for hericles

I don't know much about Magento so I need some advice. I do know PHP. A client wants to update their website to ecommerce and use Magento as the framework but they want to use their current accounting package for user logins, products, orders account, etc because the data is …

Member Avatar for iamthwee
0
313
Member Avatar for vanessa001
Member Avatar for iquallsama

Hi to all, Which platform is better eCommerce - Magento - Opencart - Wordpress - Zencart Give your feed back

Member Avatar for Amol555
0
303
Member Avatar for mattster

Hi All, I am developing something for a client and I urgently need this solved. My client has a Magento store, which has several categories (say CatA and CatB). If someone purchases an item from CatA, I need Magento so send an email to admin@example.com. Is this possible? If so, …

0
142
Member Avatar for rjony321

Dear, I am new in Magento. I can not fix up this Error and sometimes this type of ERROR makes me tens. Please help me Masters. I installed an extension like, Shipping Method type. When I go to check for Customer Order individually from Magento Dashboard its gives me an …

0
154
Member Avatar for mattster

Hi Guys, I've got a client who would like something on a magento community store, but I have no ideas to solve this one: Basically my client wants different people to be notified about different products being ordered. So say somebody buys product A, so admin1 would be sent an …

0
226
Member Avatar for anas.man
Member Avatar for aals

hey...i need help with magento...with a travel booking engine integration i have got the directory structure figured in magento. There is this static block where i need the booking form to be put up, then i need to create page where the results are to displayed... i jus dont how …

Member Avatar for Mobcom
0
311
Member Avatar for vishalonne

Hi Friends I just want to know how can I start building a website where my clients can customize design of their TEE-Shirts online. My website is currently in Magento, so I like to know which technology I should use to integrate this feature in my website. Like they can …

Member Avatar for suny_1
0
264
Member Avatar for jcomputing

I have installed Magento using xamp on my computer and everything works fine. When Magento is installed where my website is hosted it works fine apart from in the backend when I click on payment meothds I receive a http 500 error. I have looked everywhere for a solution but …

Member Avatar for Sindre
0
173
Member Avatar for hindu times

Hi there, I am currently helping out a company with an eCommerce site in Magento Community Edition, but I'm struggling with embedding a Mailchimp email subscribe form into a page. When I click Subscribe, literally nothing happens. The form is definitely validating, because I'm seeing error messages pop up when …

Member Avatar for gon1387
0
456
Member Avatar for NitsPatel

Hi I am new in magento. so, I don't know how to display products in home page .I add product in admin side .but, How to display it in frontside i don't know. So, Someone please help me Regards Nits

Member Avatar for best4earn
0
141
Member Avatar for ManzarOx

hello dani community. i am looking to get my fashion ecommerce website made in Magento and for that reason i wanna know what features magento is offering me by default and what features i need to ask my developers to built into my website (i have all my requirements documented). …

Member Avatar for minitauros
0
481
Member Avatar for vanessa001

What are the Characteristics that you would look for while hiring a professional magento developer?

Member Avatar for achinaseller
-1
134
Member Avatar for muralibobby2015

We are working on magento. but here we have to get product prices from another website using xml feed. actually we are working on jewellery website using magento. we are adding products from backend. but gold prices are ups and down its depends upon market value. so how can i …

Member Avatar for diafol
4
1K
Member Avatar for igabc
Member Avatar for ankit.4aug

Hi I was looking magento tutorial there I found following lines <input type="text" name="custom[ssn]" value="<?php echo $this->htmlEscape($this->getQuote()->getSsn()) ?>" title="<?php echo $this->__('SSN') ?>" class="input-text required-entry" id="billing:ssn" /> </div> can you please explain me what do you mean by $this->getQuote()->getSsn() tutorial link is http://www.excellencemagentoblog.com/magento-add-custom-fields-checkout-page

Member Avatar for veedeoo
0
242
Member Avatar for riahc3

Hello Im having problems setting a cookie in PHP (using the Magento platform). The page is at: http://example.com/step1 When I click on a link here, a iframe opens up. This iframe opens up and is located at: http://example.com/somewhereelse/index.html I check a checkbox or I dont. If I check it, a …

Member Avatar for LastMitch
0
238
Member Avatar for magefreak

Hi I am unable to login to my Magento backend after installing it. There is no error message or system error log. I am sure I am giving correct credentials but still can't get why I am not able to login to my admin panel. I tried http://ka.lpe.sh/2011/06/05/magento-1-5-cant-login-to-admin-panel-after-fresh-install/ without any …

Member Avatar for SidRhyes
0
204

The End.