与 osCommerce 中的 Google Checkout 交易相关的 order_products 列

发布于 2024-09-15 08:49:50 字数 151 浏览 1 评论 0原文

我正在将 Google Checkout 与 osCommerce 结合使用,并想知道 order_products 数据库表的哪一列与交易相关。

Google Checkout 显示每种产品的价格详细信息,我想知道该详细信息来自代码中的何处。

I am using Google Checkout with osCommerce and want to know which column of the order_products database table is connected with the transaction.

Google Checkout displays the price details of every product and I want to know from where in the code this detail comes from.

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

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

发布评论

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

评论(1

骷髅 2024-09-22 08:49:50

在 osCommerce 中,支付模块有一个名为 process_button() 的方法。

此方法绘制一个表单,其中包含付款方式所需的隐藏字段。对于 Google Checkout,它将绘制 Google 所需的字段来显示信息。

您可以检查 catalog/includes/modules/ payment/.php 该函数,以查看哪些字段发送到 Google Checkout 以显示信息。

In osCommerce the payment modules have a method called process_button().

This method draws a form with the hidden fields the payment method needs. In the case of Google Checkout it will draw the fields needed by Google to show the information.

You can check in catalog/includes/modules/payment/<your Google Checkout module>.php that function to see which fields are sent to Google Checkout to show the information.

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