Magento Ajax 购物车 - 正确的方法

发布于 2024-09-15 19:50:20 字数 151 浏览 2 评论 0原文

我在 magento 中创建了一个 Ajax 购物车,尽管它有点老套。它不在模块或其他模块中。我所做的就是在应用程序的根目录中使用一个脚本来初始化法师并使用它。

实施这个的正确方法是什么?即我怎样才能让我的 Ajax 调用通过我的模块与 wiu magento 进行交互?

I have created an Ajax cart in magento although it is a little hacky. It's not in a module or that. All I'm doing is using a script in the root of app that initialise mage and works with it.

What would be the correct way in implementing this? Ie how can I get my Ajax calls to interact wiu magento through a my module?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酒中人 2024-09-22 19:50:20

首先,您应该定义一个模块。完成此操作后,您需要创建控制器和操作,以便它们返回您正在查找的数据,但不返回页面的框架。由于您可以定义页面的布局,因此这应该不会太糟糕。

此时,将 JS 连接到新操作应该就像将 URL 更改为新的、更干净的 URL 一样简单。

You should define a module, first and foremost. Once you've done that, you need to create controllers and actions such that they return the data you're looking for, but not the frame of the page. Since you get to define layout of the page, this shouldn't be too bad.

At that point, wiring the JS to the new actions should be as simple as changing URLs to your new, cleaner URLs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文