简体   繁体   English

Magento-结帐后打印命令-找不到页面

[英]Magento - Printing order after checkout - page not found

After I place an order using an account there is a link to print the order on the success/thanks for your order page. 在我使用帐户下订单后,有一个链接可以在成功/感谢页面上打印订单。

The link looks like this: www.domain.com/ordersuccesspage/ordersuccesspage/print/0/id/1/1558/ 链接看起来像这样:www.domain.com/ordersuccesspage/ordersuccesspage/print/0/id/1/1558/

I believe this is default Magento functionality. 我相信这是Magento的默认功能。 However when I click it it says page not found. 但是,当我单击它说找不到页面。

Why does it display page not found? 为什么显示找不到页面? Do I need to enable something in the configuration or is the link itself incorrect? 我需要在配置中启用某些功能还是链接本身不正确?

Can be solved by Re-indexing and by deleting cache from admin/system 可以通过重新编制索引以及从管理员/系统中删除缓存来解决

And your link to print should look like this : 而且您的打印链接应如下所示:

http://www.demo.com/magento/index.php/sales/order/print/order_id/17/ http://www.demo.com/magento/index.php/sales/order/print/order_id/17/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM