问题标签 [virtuemart]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
559 浏览

php - 创建美德玛特前端页面模板

我想在美德玛特前端创建一个页面,这样我就可以根据客户的要求展示一些产品信息。美德玛特前端页面模板如何获取前端页面。有任何文档和博客,提供创建美德玛特前端页面的说明。

谢谢

0 投票
1 回答
3340 浏览

joomla - Virtuemart - 禁用结帐过程的所有选项,编辑收集的信息

我正在尝试禁用结帐过程的所有选项。我还需要(由于我正在从事的这个项目)编辑结帐时询问的信息,询问我的客户必须做的一些具体问题才能处理订单。

有谁知道为了完成这项工作需要编辑哪些 php 文件?在 Virtuemart 管理选项中有 2 个无法禁用的结帐选项;为什么?我的 joomla 管理员用户是否无权访问它?

0 投票
1 回答
2787 浏览

joomla - 仅注册用户可访问美德玛特购物车和商店

我可以限制美德玛特购物车和商店的访问权限吗?我的客户要求仅为注册用户显示添加到购物车和用户购物车,并且每当任何访问者尝试获取购物车时,它将被重定向到登录页面。美德玛特有可能修复非注册用户的访问权限,或者我应该更改商店模块代码以限制访问。非常需要您的建议...

谢谢

0 投票
1 回答
2786 浏览

product - 美德 - 无法更新或删除购物车中的产品

问题:当我尝试更新购物车中产品的数量时,我单击“更新”按钮,页面转到 url.com/index.php,它显示了主页的底部,但不是全部模块;只是核心(背景,页脚)。

如果我在浏览器上单击“返回”并返回购物车,它会更新购物车,所以一切正常。我不知道如何单击以更新/删除购物车中的产品,而不是转到 weburl.com/index.php,而是留在购物车中。我相信它与一些 php 变量有关。

0 投票
1 回答
262 浏览

php - Virtuemart 在管理员中预设产品字段

如果您需要在 mercurial 中添加产品,我只使用 25% 的产品字段。我希望预设输入字段,这样我就不必填写所有字段。问题是输入的值是将其插入数据库的 php 代码。

有没有办法在输入字段中回显标准值?在不破坏连接或使其成为错误的情况下。

非常感谢!

0 投票
1 回答
259 浏览

php - 自定义 VirtueMart 选项

我正在开发一个与 API 相关的项目,并使用美德玛特。基本上,用户可以为电话卡购买时间。我需要帮助的几件事是:

A)一旦用户注册,我可以/如何创建自定义 php 函数。例如,用户将商品添加到购物车并继续结帐。一旦用户单击结帐,他们需要创建一个帐户,在他们创建一个帐户后,此过程中是否有一个区域允许自定义功能,以便我可以将帐户的创建与 API 联系起来?

B) 与上述相同,但在结帐后。结帐完成后,如何才能将新值发送到 API?文件中是否有允许自定义功能的区域。

C) 最后,是否可以在美德玛特客户帐户维护屏幕中添加更多选项。我想要一个与 API 相关联的选项,并准确地向他们展示他们的电话卡还剩下多少时间。此信息将由 api 提供。

0 投票
1 回答
811 浏览

joomla - 在 Virtuemart 预购

有没有人有一个“快速而肮脏”的解决方案,用于在 dermart 中的预购系统?我在网上只发现一些“奇怪”的网站以 50 美元以上的价格出售他们的黑客

谢谢!基督教。

0 投票
1 回答
403 浏览

joomla - 链接在 IE8 中不起作用

我有这个页面,它在除 IE 之外的所有其他浏览器中都能正常工作:http ://www.portable-shade.com/products.html

问题是缩略图没有点击。

任何人都知道为什么不?这是一个 Virtuemart 菜单项,但它在 IE8 中不起作用。

任何帮助都非常感谢。

0 投票
1 回答
2179 浏览

paypal - 如何在 VirtueMart 中设置 PayPal 支付方式以使用信用卡而不强制用户在 PayPal 注册?

问题在标题中。我正在使用 VirtueMart 1.1.8。

0 投票
3 回答
1689 浏览

joomla - VirtueMart Search Frustrations

I am trying to implement a simple "Virtuemart Only" search in one of the custom modules on a site. What I'd like is to be able to insert the search tags into an existing table in a mod_custom module. The problem is, I have no idea how to code an <INPUT> tag to work with VM.

Every Google search I've done returns solutions centered on either (1) installing the VM Advanced Search module, (2) using the basic VM Search module, or (3) using Modules Anywhere to load one of the previously mentioned modules into an existing space. Problem is, the site I'm working on doesn't need another module taking up space. It really just needs a simple <INPUT> field in a particular location that sends queries to VM.

Edit: To clarify my purpose, here is a partial of the source code I want to insert the search into:

So you can see, it's just a simple table with some icons, phone numbers, etc., with the search <input> (hopefully) inserted in the middle of it.

I'm guessing I just need to add some stupidly simple code like:

Of course, I just get an error trying to directly access that particular script, so I'm wondering: Any VM gurus know how to code this?