cs-cart中任意页面渲染块数据的方法

How to render block data in any page in cs-cart

我们如何使用 cm-ajax cm-ajax-full-render.

在 cs-cart 中渲染任何块

我尝试使用 cm-reload 但没有成功我也尝试了 result_ids 但仍然没有成功。

在产品视图页面中,我们如何在不刷新页面的情况下呈现产品块。

我已经尝试使用 jquery $.ceAjax() 方法,但我不想使用它。

当我们在结帐过程中更改付款步骤时在结帐页面中点赞。

-问候

有两件重要的事情:

  1. div 应呈现的内容应具有以下结构:

<div id="my_id"> 
content here 
<!--my_id--></div>

  1. 您的 ajax 请求应包含 result_ids 参数,该参数应包含 my_id

希望这会有所帮助