问题标签 [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 投票
9 回答
524 浏览

php - 这行代码有什么意义?

我在管理员/组件/com_virtuemart/classes/ps_product.php 的第 2136 行的 Joomla 的 Virtuemart 插件中找到了这行代码

0 投票
1 回答
1064 浏览

mysql - 使用 Joomla/VirtueMart 的大型 MySQL tmp 文件

我正在使用 Joomla 1.5 和 VirtueMart 1.1.3。

每次执行某个查询时都会创建 1.6 GB 的 tmp 文件。这是正常的吗?我认为德德玛特正在使用一个巨大的连接语句来拉取整个产品表和其他几个表。我找到了构建查询的文件,但我不知道从哪里开始优化它。即使我这样做了,mercurialmart 似乎也使用这个文件来构建所有 sql 语句,所以我最终可能会破坏一些东西。

0 投票
3 回答
2852 浏览

joomla - 使用 joomla 的美德玛特显示多张图片

当我们使用媒体上传器上传多张图片时,它们不会在产品页面上显示为多个视图 - 无论我们选择哪个类别的 flypage。

0 投票
2 回答
935 浏览

joomla - 如何提高 joomla 加载速度

我有一个美德商城网站,它需要永远加载。如何提高网站的加载速度。

0 投票
1 回答
1032 浏览

joomla - 使用介绍页面时,由于 URL 导致 Virtuemart 添加到购物车发送到用户主页

我正在使用 Joomla 1.5x 并安装了 Virtuemart。我有一个主站点的介绍页面,它是主菜单中“主页”的子站点。为了让您首先看到介绍页面,您必须将其设为主菜单中的默认设置...您可以在dirtygertie.samwinans.com 上查看我的设置。

如果您单击购买肥皂!然后是内容中的 Dirty Gertie Goat Milk Soaps 类别,然后您会看到产品列表(现在只有一个)。单击“添加到购物车”让我再次回到介绍页面,我认为这是因为这是主菜单中的默认设置。然而,默认模板是我的常规模板......不是我的介绍页面模板。

谁能帮我把它添加到购物车到实际的购物车(我相信这是飞行页......)

谢谢,

0 投票
1 回答
3295 浏览

virtuemart - 添加到购物车按钮在 mozila firefox 中不起作用

添加到购物车不能在 mozila firefox 中工作,但它在 internet exploral、Netscape、crome 中工作......我该如何解决这个问题。网站网址是::

http://www.botguruz.com/buy-a-bot.html?page=shop.browse&category_id=1&vmcchk=1

0 投票
1 回答
840 浏览

virtuemart - 产品缩略图未按页面顺序显示,但将显示在产品详细信息页面中

产品缩略图未按页面顺序显示,但它会显示在产品详细信息页面中......我该如何解决这些问题网站网址是::

http://botguruz.com/buy-a-bot.html?page=shop.browse&category_id=1

0 投票
4 回答
2340 浏览

virtuemart - 问题添加到购物车在 mozila 中不起作用

添加到购物车在 mozila firefox 中不起作用。只有一次在我刷新页面时起作用,然后当我不刷新页面时它不起作用添加到购物车选项不显示。

0 投票
2 回答
3153 浏览

sql - how to auto resize image in sql database in a table

I have a question, I have a database with some webshop products. I load 2 images from a url (domain.com) one is for the thumb image (product_thumb_image) and the other is a full image. (product_full_image)

I use for both the same url and resize the image by having a Height="100" attribute in the image tag.I know this is not the right way, But I don't know a other way to bulk insert images into a webshop without inserting the pictures one by one in the backend of my webshop (virtuemart)

My question: How can I resize a image directly in the database without having to load the full image size and having it resized by a Height="100" attribute?

Below is a small part of the database, maybe someone has an idea to (auto) resize the image which is in the product_thumb_image table.

0 投票
1 回答
1266 浏览

sql - Virtuemart 如何在不使用 EAV 的情况下做 EAV?

我了解 EAV 的三个基本故障,即重新组装数据需要大量工作。但是,我想要一个可以添加自定义字段的数据库。很多人说Virtuemart允许自定义字段,但不使用 EAV 数据库结构。有人可以解释如何做到这一点或提供链接吗?