Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <loc>"http://domain.com/de/mensfashion"</loc>
  2. <xhtml:link rel="alternate" hreflang="fr" href="http://domain.com/fr/mensfashion"/>
  3. ...
  4.  
  5. Mage::app()->setCurrentStore($de_store_id);
  6. Mage::getModel('catalog/category')->load($category_id)->getUrl();
  7.  
  8. Mage::app()->setCurrentStore($fr_store_id);
  9.  
  10. Mage::getModel('catalog/category')->setStoreId($fr_store_id)->load($category_id);
  11.  
  12. $initialEnvironmentInfo = $appEmulation->startEnvironmentEmulation($fr_store_id);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement