There are troubles when uploading backup of old website domain to new hosting domain. Now I got many errors and it seems it is with the database . Problem is that, that I do not understand how does SQL working . And also it’s looks like that new domain complaining with old domain name. It means I need to change
Tag: magento
Magento joining 2 tables
I want to join admin table and another profile table in magento how should I do this? I want to join $userModel = Mage::getModel(‘admin/user’); table and Answer Riaz.try the below code — Here suppose vendorprofile.vendor_id = main_table.entity_id is the relation between two tables. if you want to get query of join then echo $collection->getSelect(); Hope it will be help you.
Make all store images the base, small and thumbnail images in Magento?
I have a Magento store that has around 3,000 products. Almost all of these products have a single image attached to it. For some reason, even though I set the small image and thumbnail image as the …