有没有可能在发送电子邮件之前直接从模板中获取愿望列表分享链接(通常是通过电子邮件与朋友分享时生成的)?我想通过Facebook分享这个。
发布于 2013-01-09 14:07:14
这可以通过.../template/wishlist/view.phtml中的以下代码实现
Mage::getUrl('*/shared/index', array('code' => $this->getWishlistInstance()->getSharingCode()))https://stackoverflow.com/questions/14228994
复制相似问题