"Welcome to the world's largest showcase for authentic vintage nylons! You can still purchase them at Stocking Showcase!"
(904)295-8431
info@stockingshowcase.com
Application 0.000 seconds (+0.000); 0.33 MB (+0.331) - afterLoad
Application 0.030 seconds (+0.029); 2.35 MB (+2.014) - afterInitialise
Application 0.035 seconds (+0.005); 2.87 MB (+0.523) - afterRoute
Application 0.469 seconds (+0.434); 11.92 MB (+9.053) - afterDispatch
Application 0.470 seconds (+0.001); 12.02 MB (+0.103) - beforeRenderModule mod_virtuemart_currencies (Currencies Selector)
Application 0.472 seconds (+0.002); 12.04 MB (+0.014) - afterRenderModule mod_virtuemart_currencies (Currencies Selector)
Application 0.472 seconds (+0.000); 12.03 MB (-0.005) - beforeRenderModule mod_virtuemart_search (VM - Search in Shop)
Application 0.473 seconds (+0.001); 12.05 MB (+0.015) - afterRenderModule mod_virtuemart_search (VM - Search in Shop)
Application 0.483 seconds (+0.009); 12.26 MB (+0.207) - afterRender
12.32 MB (12,916,024 Bytes)
SELECT `data`
FROM `htocx_session`
WHERE `session_id` = '3bb8247a41ef5296c51a928e804dd5ab'
DELETE
FROM `htocx_session`
WHERE `time` < '1759859433'
SELECT `session_id`
FROM `htocx_session`
WHERE `session_id` = '3bb8247a41ef5296c51a928e804dd5ab'
LIMIT 0, 1
INSERT INTO `htocx_session`
(`session_id`, `client_id`, `time`)
VALUES
('3bb8247a41ef5296c51a928e804dd5ab', 0, '1759868433')
SELECT b.id
FROM htocx_usergroups AS a
LEFT JOIN htocx_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 1
SELECT id, rules
FROM `htocx_viewlevels`
SELECT `enabled`
FROM `htocx_extensions`
WHERE `element` = 'com_akeeba'
AND `type` = 'component'
SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,m.browserNav, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM htocx_menu AS m
LEFT JOIN htocx_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
SELECT `params`
FROM htocx_extensions
WHERE `element`='com_sh404sef'
AND `type`='component';
select `alias`,`newurl`
from `htocx_sh404sef_aliases`
where `alias` = 'shopping-cart/garter-belts/dirDesc.html?srsltid=AfmBOoq-oGpNt33nDTEi6Kt1PyqoLxc_jjA9plkOxUKpmtedpw_VQSS2' or `alias` = 'shopping-cart/garter-belts/dirDesc.html' or `alias` = 'shopping-cart/garter-belts/dirDesc.html/'
order by `alias` desc
SELECT `oldurl`, `newurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `oldurl`='shopping-cart/garter-belts/dirDesc.html'
ORDER BY `rank`;
SHOW TABLES LIKE "htocx_virtuemart_configs"
SELECT `config`
FROM `htocx_virtuemart_configs`
WHERE `virtuemart_config_id` = "1";
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=category&virtuemart_category_id=115';
SELECT *
FROM `htocx_menu`
where `link` like "index.php?option=com_virtuemart%"
and client_id=0
and published=1
and (language="*" or language = "en-GB" )
SELECT `htocx_virtuemart_categories`.* ,`htocx_virtuemart_categories_en_gb`.*
FROM `htocx_virtuemart_categories`
INNER JOIN `htocx_virtuemart_categories_en_gb` using (`virtuemart_category_id`)
WHERE `htocx_virtuemart_categories`.`virtuemart_category_id` = "115"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_category_medias`
WHERE `virtuemart_category_id` = "115"
ORDER BY `ordering`
SELECT `category_child_id`
FROM `htocx_virtuemart_category_categories`
WHERE `category_parent_id` = 115
SELECT a.rules
FROM htocx_assets AS a
WHERE (a.id = 1)
GROUP BY a.id, a.rules, a.lft
SHOW FULL COLUMNS
FROM `htocx_assets`
SELECT id
FROM htocx_assets
WHERE parent_id = 0
SELECT b.rules
FROM htocx_assets AS a
LEFT JOIN htocx_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.id = 1)
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lft
SELECT b.rules
FROM htocx_assets AS a
LEFT JOIN htocx_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_virtuemart')
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lft
SELECT SQL_CALC_FOUND_ROWS c.`virtuemart_category_id`, l.`category_description`, l.`category_name`, c.`ordering`, c.`published`, cx.`category_child_id`, cx.`category_parent_id`, c.`shared`
FROM `htocx_virtuemart_categories_en_gb` l
JOIN `htocx_virtuemart_categories` AS c using (`virtuemart_category_id`)
LEFT JOIN `htocx_virtuemart_category_categories` AS cx
ON l.`virtuemart_category_id` = cx.`category_child_id`
WHERE c.`published` = 1
AND cx.`category_parent_id` = 115
AND (c.`virtuemart_vendor_id` = "1" OR c.`shared` = "1")
ORDER BY c.ordering ASC
LIMIT 0, 20
SELECT FOUND_ROWS()
SELECT count(htocx_virtuemart_products.virtuemart_product_id) AS total
FROM `htocx_virtuemart_products`, `htocx_virtuemart_product_categories`
WHERE `htocx_virtuemart_products`.`virtuemart_vendor_id` = "1"
AND `htocx_virtuemart_product_categories`.`virtuemart_category_id` = 115
AND `htocx_virtuemart_products`.`virtuemart_product_id` = `htocx_virtuemart_product_categories`.`virtuemart_product_id`
AND `htocx_virtuemart_products`.`published` = "1"
SELECT `category_child_id` AS `child`, `category_parent_id` AS `parent`
FROM htocx_virtuemart_category_categories AS `xref`
WHERE `xref`.`category_child_id`= 115
SELECT `category_name`,`virtuemart_category_id`
FROM `htocx_virtuemart_categories_en_gb`
WHERE `virtuemart_category_id`=115
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_vmuser_shoppergroups`
WHERE `virtuemart_user_id` = "0"
SELECT *
FROM `htocx_virtuemart_shoppergroups`
WHERE `default` = "2"
AND (`virtuemart_vendor_id` = "1" OR `shared` = "1")
AND `published`="1"
SELECT SQL_CALC_FOUND_ROWS p.`virtuemart_product_id`
FROM `htocx_virtuemart_products` as p
INNER JOIN `htocx_virtuemart_products_en_gb` as l using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_shoppergroups` as ps
ON p.`virtuemart_product_id` = `ps`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_categories` as pc
ON p.`virtuemart_product_id` = `pc`.`virtuemart_product_id`
WHERE ( p.`published`="1"
AND `pc`.`virtuemart_category_id` = 115
AND ( `ps`.`virtuemart_shoppergroup_id`= "1" OR `ps`.`virtuemart_shoppergroup_id` IS NULL ) )
group by p.`virtuemart_product_id`
ORDER BY `pc`.`ordering` DESC
LIMIT 0, 18
SELECT FOUND_ROWS()
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "874"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "874"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "874"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "874"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 874
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 874
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "874"
and `virtuemart_category_id`= "115"
SELECT C.`virtuemart_custom_id` , `custom_element`, `custom_params`, `custom_parent_id` , `admin_only` , `custom_title` , `show_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden`, `layout_pos`, C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =874
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 0
order by field.`ordering`,virtuemart_custom_id
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =874
and `field_type` = "Z"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =874
and `field_type` = "R"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id`, `custom_title`, `show_title`, C.`custom_value`,`custom_field_desc` ,`custom_tip`,`field_type`,field.`virtuemart_customfield_id`,`is_hidden`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =874
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 1
group by virtuemart_custom_id
ORDER BY field.`ordering`
SELECT `vendor_currency`,`currency_code_3`,`currency_numeric_code`
FROM `htocx_virtuemart_vendors` AS v
LEFT JOIN `htocx_virtuemart_currencies` AS c
ON virtuemart_currency_id = vendor_currency
WHERE v.`virtuemart_vendor_id`="1"
SELECT *
FROM `htocx_virtuemart_currencies`
WHERE `virtuemart_currency_id`="144"
SELECT `price_display`,`custom_price_display`
FROM `htocx_virtuemart_shoppergroups` AS `sg`
WHERE `sg`.`default` = "2"
SELECT *
FROM `htocx_virtuemart_shoppergroups`
WHERE `default` = "2"
AND (`virtuemart_vendor_id` = "1" OR `shared` = "1")
AND `published`="1"
SELECT *
FROM htocx_virtuemart_calcs
WHERE
`calc_kind` IN ('Marge','Tax','VatTax','DBTax','DATax' )
AND `published`="1"
AND (`virtuemart_vendor_id`="1" OR `shared`="1" )
AND ( ( publish_up = "0000-00-00 00:00:00" OR publish_up <= "2025-10-07 20:20:33" )
AND ( publish_down = "0000-00-00 00:00:00" OR publish_down >= "2025-10-07 20:20:33" )
OR `for_override` = "1" )
SELECT field.`virtuemart_product_id`, `custom_params`,`custom_element`, field.`virtuemart_custom_id`,
field.`virtuemart_customfield_id`,field.`custom_value`, field.`custom_price`, field.`custom_param`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =874
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=31
ORDER BY field.`ordering`
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1171"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1171"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1171"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1171"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1171
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "874"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "874"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "874"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 874
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 874
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "874"
and `virtuemart_category_id`= "115"
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1183"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1183"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1183"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1183"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1183
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1184"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1184"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1184"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1184"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1184
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1185"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1185"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1185"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1185"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1185
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1187"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1187"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1187"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1187"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1187
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1188"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1188"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1188"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1188"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1188
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1189"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1189"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1189"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1189"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1189
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1190"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1190"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1190"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1190"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1190
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1181"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1181"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1181"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1181"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1181
SELECT virtuemart_product_id, product_name
FROM `htocx_virtuemart_products_en_gb`
JOIN `htocx_virtuemart_products` as C using (`virtuemart_product_id`)
WHERE `product_parent_id` =874
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1171
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1172
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1173
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1174
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1175
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1176
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1177
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1178
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1179
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1180
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1181
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1182
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1183
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1184
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1185
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1186
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1187
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1188
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1189
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1190
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1191
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1255
and C.field_type = "C"
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "864"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "864"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "864"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "864"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT `htocx_virtuemart_manufacturers`.* ,`htocx_virtuemart_manufacturers_en_gb`.*
FROM `htocx_virtuemart_manufacturers`
INNER JOIN `htocx_virtuemart_manufacturers_en_gb` using (`virtuemart_manufacturer_id`)
WHERE `htocx_virtuemart_manufacturers`.`virtuemart_manufacturer_id` = "42"
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 864
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 864
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "864"
and `virtuemart_category_id`= "115"
SELECT C.`virtuemart_custom_id` , `custom_element`, `custom_params`, `custom_parent_id` , `admin_only` , `custom_title` , `show_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden`, `layout_pos`, C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =864
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 0
order by field.`ordering`,virtuemart_custom_id
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =864
and `field_type` = "Z"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =864
and `field_type` = "R"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id`, `custom_title`, `show_title`, C.`custom_value`,`custom_field_desc` ,`custom_tip`,`field_type`,field.`virtuemart_customfield_id`,`is_hidden`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =864
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 1
group by virtuemart_custom_id
ORDER BY field.`ordering`
SELECT field.`virtuemart_product_id`, `custom_params`,`custom_element`, field.`virtuemart_custom_id`,
field.`virtuemart_customfield_id`,field.`custom_value`, field.`custom_price`, field.`custom_param`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =864
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=144
ORDER BY field.`ordering`
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "2716"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "2716"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "2716"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "2716"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 2716
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "864"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "864"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "864"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 864
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 864
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "864"
and `virtuemart_category_id`= "115"
SELECT virtuemart_product_id, product_name
FROM `htocx_virtuemart_products_en_gb`
JOIN `htocx_virtuemart_products` as C using (`virtuemart_product_id`)
WHERE `product_parent_id` =864
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2695
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2696
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2697
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2698
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2699
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2700
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2701
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2702
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2703
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2704
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2705
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2706
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2707
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2708
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2709
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2710
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2711
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2712
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2713
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2714
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2715
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2716
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2717
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2718
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2719
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2720
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2721
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2722
and C.field_type = "C"
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "881"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "881"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "881"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "881"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 881
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 881
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "881"
and `virtuemart_category_id`= "115"
SELECT C.`virtuemart_custom_id` , `custom_element`, `custom_params`, `custom_parent_id` , `admin_only` , `custom_title` , `show_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden`, `layout_pos`, C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =881
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 0
order by field.`ordering`,virtuemart_custom_id
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =881
and `field_type` = "Z"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =881
and `field_type` = "R"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id`, `custom_title`, `show_title`, C.`custom_value`,`custom_field_desc` ,`custom_tip`,`field_type`,field.`virtuemart_customfield_id`,`is_hidden`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =881
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 1
group by virtuemart_custom_id
ORDER BY field.`ordering`
SELECT field.`virtuemart_product_id`, `custom_params`,`custom_element`, field.`virtuemart_custom_id`,
field.`virtuemart_customfield_id`,field.`custom_value`, field.`custom_price`, field.`custom_param`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =881
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=39
ORDER BY field.`ordering`
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1274"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1274"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1274"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1274"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1274
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "881"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "881"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "881"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 881
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 881
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "881"
and `virtuemart_category_id`= "115"
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1276"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1276"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1276"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1276"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1276
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1275"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1275"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1275"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1275"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1275
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1277"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1277"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1277"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1277"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1277
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1261"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1261"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1261"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1261"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1261
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1271"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1271"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1271"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1271"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1271
SELECT virtuemart_product_id, product_name
FROM `htocx_virtuemart_products_en_gb`
JOIN `htocx_virtuemart_products` as C using (`virtuemart_product_id`)
WHERE `product_parent_id` =881
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1263
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1264
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1265
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1266
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1267
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1268
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1269
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1270
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1271
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1272
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1273
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1274
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1275
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1276
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1277
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1278
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1279
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1280
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1281
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1282
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1283
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1262
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1261
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1260
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1258
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1259
and C.field_type = "C"
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "862"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "862"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "862"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "862"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT `htocx_virtuemart_manufacturers`.* ,`htocx_virtuemart_manufacturers_en_gb`.*
FROM `htocx_virtuemart_manufacturers`
INNER JOIN `htocx_virtuemart_manufacturers_en_gb` using (`virtuemart_manufacturer_id`)
WHERE `htocx_virtuemart_manufacturers`.`virtuemart_manufacturer_id` = "41"
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 862
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 862
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "862"
and `virtuemart_category_id`= "115"
SELECT C.`virtuemart_custom_id` , `custom_element`, `custom_params`, `custom_parent_id` , `admin_only` , `custom_title` , `show_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden`, `layout_pos`, C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =862
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 0
order by field.`ordering`,virtuemart_custom_id
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =862
and `field_type` = "Z"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =862
and `field_type` = "R"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id`, `custom_title`, `show_title`, C.`custom_value`,`custom_field_desc` ,`custom_tip`,`field_type`,field.`virtuemart_customfield_id`,`is_hidden`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =862
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 1
group by virtuemart_custom_id
ORDER BY field.`ordering`
SELECT field.`virtuemart_product_id`, `custom_params`,`custom_element`, field.`virtuemart_custom_id`,
field.`virtuemart_customfield_id`,field.`custom_value`, field.`custom_price`, field.`custom_param`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =862
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=47
ORDER BY field.`ordering`
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1354"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1354"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1354"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1354"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1354
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "862"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "862"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "862"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 862
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 862
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "862"
and `virtuemart_category_id`= "115"
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1355"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1355"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1355"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1355"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1355
SELECT virtuemart_product_id, product_name
FROM `htocx_virtuemart_products_en_gb`
JOIN `htocx_virtuemart_products` as C using (`virtuemart_product_id`)
WHERE `product_parent_id` =862
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1354
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1355
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1356
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1357
and C.field_type = "C"
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "869"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "869"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "869"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "869"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 869
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 869
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "869"
and `virtuemart_category_id`= "115"
SELECT C.`virtuemart_custom_id` , `custom_element`, `custom_params`, `custom_parent_id` , `admin_only` , `custom_title` , `show_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden`, `layout_pos`, C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =869
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 0
order by field.`ordering`,virtuemart_custom_id
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =869
and `field_type` = "Z"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =869
and `field_type` = "R"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id`, `custom_title`, `show_title`, C.`custom_value`,`custom_field_desc` ,`custom_tip`,`field_type`,field.`virtuemart_customfield_id`,`is_hidden`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =869
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 1
group by virtuemart_custom_id
ORDER BY field.`ordering`
SELECT field.`virtuemart_product_id`, `custom_params`,`custom_element`, field.`virtuemart_custom_id`,
field.`virtuemart_customfield_id`,field.`custom_value`, field.`custom_price`, field.`custom_param`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =869
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=125
ORDER BY field.`ordering`
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "2283"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "2283"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "2283"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "2283"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 2283
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "869"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "869"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "869"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 869
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 869
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "869"
and `virtuemart_category_id`= "115"
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "2293"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "2293"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "2293"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "2293"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 2293
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "2292"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "2292"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "2292"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "2292"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 2292
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "2290"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "2290"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "2290"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "2290"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 2290
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "2289"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "2289"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "2289"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "2289"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 2289
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "2286"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "2286"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "2286"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "2286"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 2286
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "2294"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "2294"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "2294"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "2294"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 2294
SELECT virtuemart_product_id, product_name
FROM `htocx_virtuemart_products_en_gb`
JOIN `htocx_virtuemart_products` as C using (`virtuemart_product_id`)
WHERE `product_parent_id` =869
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2283
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2284
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2285
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2286
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2287
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2288
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2289
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2290
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2291
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2292
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2293
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2294
and C.field_type = "C"
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "872"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "872"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "872"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "872"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 872
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 872
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "872"
and `virtuemart_category_id`= "115"
SELECT C.`virtuemart_custom_id` , `custom_element`, `custom_params`, `custom_parent_id` , `admin_only` , `custom_title` , `show_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden`, `layout_pos`, C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =872
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 0
order by field.`ordering`,virtuemart_custom_id
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =872
and `field_type` = "Z"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =872
and `field_type` = "R"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id`, `custom_title`, `show_title`, C.`custom_value`,`custom_field_desc` ,`custom_tip`,`field_type`,field.`virtuemart_customfield_id`,`is_hidden`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =872
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 1
group by virtuemart_custom_id
ORDER BY field.`ordering`
SELECT field.`virtuemart_product_id`, `custom_params`,`custom_element`, field.`virtuemart_custom_id`,
field.`virtuemart_customfield_id`,field.`custom_value`, field.`custom_price`, field.`custom_param`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =872
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=29
ORDER BY field.`ordering`
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1143"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1143"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1143"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1143"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1143
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "872"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "872"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "872"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 872
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 872
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "872"
and `virtuemart_category_id`= "115"
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1144"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1144"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1144"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1144"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1144
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1145"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1145"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1145"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1145"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1145
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1147"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1147"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1147"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1147"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1147
SELECT virtuemart_product_id, product_name
FROM `htocx_virtuemart_products_en_gb`
JOIN `htocx_virtuemart_products` as C using (`virtuemart_product_id`)
WHERE `product_parent_id` =872
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1142
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1143
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1144
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1145
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1146
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1147
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1148
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1149
and C.field_type = "C"
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "870"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "870"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "870"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "870"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 870
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 870
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "870"
and `virtuemart_category_id`= "115"
SELECT C.`virtuemart_custom_id` , `custom_element`, `custom_params`, `custom_parent_id` , `admin_only` , `custom_title` , `show_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden`, `layout_pos`, C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =870
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 0
order by field.`ordering`,virtuemart_custom_id
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =870
and `field_type` = "Z"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =870
and `field_type` = "R"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id`, `custom_title`, `show_title`, C.`custom_value`,`custom_field_desc` ,`custom_tip`,`field_type`,field.`virtuemart_customfield_id`,`is_hidden`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =870
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 1
group by virtuemart_custom_id
ORDER BY field.`ordering`
SELECT field.`virtuemart_product_id`, `custom_params`,`custom_element`, field.`virtuemart_custom_id`,
field.`virtuemart_customfield_id`,field.`custom_value`, field.`custom_price`, field.`custom_param`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =870
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=126
ORDER BY field.`ordering`
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "2295"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "2295"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "2295"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "2295"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 2295
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "870"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "870"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "870"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 870
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 870
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "870"
and `virtuemart_category_id`= "115"
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "2303"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "2303"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "2303"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "2303"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 2303
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "2302"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "2302"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "2302"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "2302"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 2302
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "4818"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "4818"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "4818"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "4818"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 4818
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=116&virtuemart_product_id=4818';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=115&virtuemart_product_id=4818';
SELECT virtuemart_product_id, product_name
FROM `htocx_virtuemart_products_en_gb`
JOIN `htocx_virtuemart_products` as C using (`virtuemart_product_id`)
WHERE `product_parent_id` =870
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2295
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2296
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2297
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2298
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2299
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2300
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2301
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2302
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2303
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2304
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =4818
and C.field_type = "C"
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "876"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "876"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "876"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "876"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 876
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 876
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "876"
and `virtuemart_category_id`= "115"
SELECT C.`virtuemart_custom_id` , `custom_element`, `custom_params`, `custom_parent_id` , `admin_only` , `custom_title` , `show_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden`, `layout_pos`, C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =876
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 0
order by field.`ordering`,virtuemart_custom_id
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =876
and `field_type` = "Z"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =876
and `field_type` = "R"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id`, `custom_title`, `show_title`, C.`custom_value`,`custom_field_desc` ,`custom_tip`,`field_type`,field.`virtuemart_customfield_id`,`is_hidden`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =876
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 1
group by virtuemart_custom_id
ORDER BY field.`ordering`
SELECT field.`virtuemart_product_id`, `custom_params`,`custom_element`, field.`virtuemart_custom_id`,
field.`virtuemart_customfield_id`,field.`custom_value`, field.`custom_price`, field.`custom_param`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =876
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=33
ORDER BY field.`ordering`
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1217"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1217"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1217"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1217"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1217
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "876"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "876"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "876"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 876
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 876
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "876"
and `virtuemart_category_id`= "115"
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1201"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1201"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1201"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1201"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1201
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1204"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1204"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1204"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1204"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1204
SELECT virtuemart_product_id, product_name
FROM `htocx_virtuemart_products_en_gb`
JOIN `htocx_virtuemart_products` as C using (`virtuemart_product_id`)
WHERE `product_parent_id` =876
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1199
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1200
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1201
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1202
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1203
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1204
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1205
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1206
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1207
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1208
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1209
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1210
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1211
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1212
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1213
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1214
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1215
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1216
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1217
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1218
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1219
and C.field_type = "C"
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "879"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "879"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "879"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "879"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 879
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 879
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "879"
and `virtuemart_category_id`= "115"
SELECT C.`virtuemart_custom_id` , `custom_element`, `custom_params`, `custom_parent_id` , `admin_only` , `custom_title` , `show_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden`, `layout_pos`, C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =879
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 0
order by field.`ordering`,virtuemart_custom_id
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =879
and `field_type` = "Z"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =879
and `field_type` = "R"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id`, `custom_title`, `show_title`, C.`custom_value`,`custom_field_desc` ,`custom_tip`,`field_type`,field.`virtuemart_customfield_id`,`is_hidden`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =879
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 1
group by virtuemart_custom_id
ORDER BY field.`ordering`
SELECT field.`virtuemart_product_id`, `custom_params`,`custom_element`, field.`virtuemart_custom_id`,
field.`virtuemart_customfield_id`,field.`custom_value`, field.`custom_price`, field.`custom_param`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =879
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=36
ORDER BY field.`ordering`
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1242"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1242"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1242"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1242"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1242
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "879"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "879"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "879"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 879
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 879
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "879"
and `virtuemart_category_id`= "115"
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1245"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1245"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1245"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1245"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1245
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1246"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1246"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1246"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1246"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1246
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1248"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1248"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1248"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1248"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1248
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1232"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1232"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1232"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1232"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1232
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1233"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1233"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1233"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1233"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1233
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1234"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1234"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1234"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1234"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1234
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1235"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1235"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1235"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1235"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1235
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1236"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1236"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1236"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1236"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1236
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1237"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1237"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1237"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1237"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1237
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1238"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1238"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1238"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1238"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1238
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1251"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1251"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1251"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1251"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1251
SELECT virtuemart_product_id, product_name
FROM `htocx_virtuemart_products_en_gb`
JOIN `htocx_virtuemart_products` as C using (`virtuemart_product_id`)
WHERE `product_parent_id` =879
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1230
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1231
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1232
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1233
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1234
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1235
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1236
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1237
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1238
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1239
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1240
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1241
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1242
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1243
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1244
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1245
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1246
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1247
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1248
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1250
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1251
and C.field_type = "C"
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "863"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "863"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "863"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "863"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 863
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 863
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "863"
and `virtuemart_category_id`= "115"
SELECT C.`virtuemart_custom_id` , `custom_element`, `custom_params`, `custom_parent_id` , `admin_only` , `custom_title` , `show_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden`, `layout_pos`, C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =863
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 0
order by field.`ordering`,virtuemart_custom_id
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =863
and `field_type` = "Z"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =863
and `field_type` = "R"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id`, `custom_title`, `show_title`, C.`custom_value`,`custom_field_desc` ,`custom_tip`,`field_type`,field.`virtuemart_customfield_id`,`is_hidden`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =863
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 1
group by virtuemart_custom_id
ORDER BY field.`ordering`
SELECT field.`virtuemart_product_id`, `custom_params`,`custom_element`, field.`virtuemart_custom_id`,
field.`virtuemart_customfield_id`,field.`custom_value`, field.`custom_price`, field.`custom_param`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =863
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=48
ORDER BY field.`ordering`
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1388"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1388"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1388"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1388"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1388
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "863"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "863"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "863"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 863
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 863
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "863"
and `virtuemart_category_id`= "115"
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1383"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1383"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1383"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1383"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1383
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1382"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1382"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1382"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1382"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1382
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1381"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1381"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1381"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1381"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1381
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1387"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1387"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1387"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1387"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1387
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1375"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1375"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1375"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1375"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1375
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1373"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1373"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1373"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1373"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1373
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1358"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1358"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1358"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1358"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1358
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1359"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1359"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1359"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1359"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1359
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1386"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1386"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1386"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1386"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1386
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1385"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1385"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1385"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1385"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1385
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1364"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1364"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1364"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1364"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1364
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1367"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1367"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1367"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1367"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1367
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1368"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1368"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1368"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1368"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1368
SELECT virtuemart_product_id, product_name
FROM `htocx_virtuemart_products_en_gb`
JOIN `htocx_virtuemart_products` as C using (`virtuemart_product_id`)
WHERE `product_parent_id` =863
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1376
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1374
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1362
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1363
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1364
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1365
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1366
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1367
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1368
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1369
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1370
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1371
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1372
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1361
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1384
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1385
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1386
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1387
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1388
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1389
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1390
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1383
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1382
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1381
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1380
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1378
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1377
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1375
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1373
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1358
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1359
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1360
and C.field_type = "C"
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "875"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "875"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "875"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "875"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 875
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 875
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "875"
and `virtuemart_category_id`= "115"
SELECT C.`virtuemart_custom_id` , `custom_element`, `custom_params`, `custom_parent_id` , `admin_only` , `custom_title` , `show_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden`, `layout_pos`, C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =875
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 0
order by field.`ordering`,virtuemart_custom_id
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =875
and `field_type` = "Z"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =875
and `field_type` = "R"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id`, `custom_title`, `show_title`, C.`custom_value`,`custom_field_desc` ,`custom_tip`,`field_type`,field.`virtuemart_customfield_id`,`is_hidden`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =875
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 1
group by virtuemart_custom_id
ORDER BY field.`ordering`
SELECT field.`virtuemart_product_id`, `custom_params`,`custom_element`, field.`virtuemart_custom_id`,
field.`virtuemart_customfield_id`,field.`custom_value`, field.`custom_price`, field.`custom_param`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =875
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=32
ORDER BY field.`ordering`
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1197"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1197"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1197"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1197"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1197
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "875"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "875"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "875"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 875
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 875
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "875"
and `virtuemart_category_id`= "115"
SELECT virtuemart_product_id, product_name
FROM `htocx_virtuemart_products_en_gb`
JOIN `htocx_virtuemart_products` as C using (`virtuemart_product_id`)
WHERE `product_parent_id` =875
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1193
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1194
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1195
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1196
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1197
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1198
and C.field_type = "C"
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "861"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "861"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "861"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "861"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT `htocx_virtuemart_manufacturers`.* ,`htocx_virtuemart_manufacturers_en_gb`.*
FROM `htocx_virtuemart_manufacturers`
INNER JOIN `htocx_virtuemart_manufacturers_en_gb` using (`virtuemart_manufacturer_id`)
WHERE `htocx_virtuemart_manufacturers`.`virtuemart_manufacturer_id` = "40"
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 861
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 861
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "861"
and `virtuemart_category_id`= "115"
SELECT C.`virtuemart_custom_id` , `custom_element`, `custom_params`, `custom_parent_id` , `admin_only` , `custom_title` , `show_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden`, `layout_pos`, C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =861
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 0
order by field.`ordering`,virtuemart_custom_id
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =861
and `field_type` = "Z"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =861
and `field_type` = "R"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id`, `custom_title`, `show_title`, C.`custom_value`,`custom_field_desc` ,`custom_tip`,`field_type`,field.`virtuemart_customfield_id`,`is_hidden`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =861
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 1
group by virtuemart_custom_id
ORDER BY field.`ordering`
SELECT field.`virtuemart_product_id`, `custom_params`,`custom_element`, field.`virtuemart_custom_id`,
field.`virtuemart_customfield_id`,field.`custom_value`, field.`custom_price`, field.`custom_param`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =861
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=46
ORDER BY field.`ordering`
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1353"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1353"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1353"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1353"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1353
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "861"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "861"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "861"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 861
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 861
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "861"
and `virtuemart_category_id`= "115"
SELECT virtuemart_product_id, product_name
FROM `htocx_virtuemart_products_en_gb`
JOIN `htocx_virtuemart_products` as C using (`virtuemart_product_id`)
WHERE `product_parent_id` =861
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1351
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1352
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1353
and C.field_type = "C"
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "882"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "882"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "882"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "882"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 882
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 882
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "882"
and `virtuemart_category_id`= "115"
SELECT C.`virtuemart_custom_id` , `custom_element`, `custom_params`, `custom_parent_id` , `admin_only` , `custom_title` , `show_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden`, `layout_pos`, C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =882
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 0
order by field.`ordering`,virtuemart_custom_id
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =882
and `field_type` = "Z"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =882
and `field_type` = "R"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id`, `custom_title`, `show_title`, C.`custom_value`,`custom_field_desc` ,`custom_tip`,`field_type`,field.`virtuemart_customfield_id`,`is_hidden`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =882
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 1
group by virtuemart_custom_id
ORDER BY field.`ordering`
SELECT field.`virtuemart_product_id`, `custom_params`,`custom_element`, field.`virtuemart_custom_id`,
field.`virtuemart_customfield_id`,field.`custom_value`, field.`custom_price`, field.`custom_param`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =882
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=119
ORDER BY field.`ordering`
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "2238"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "2238"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "2238"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "2238"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 2238
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "882"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "882"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "882"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 882
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 882
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "882"
and `virtuemart_category_id`= "115"
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "2239"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "2239"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "2239"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "2239"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 2239
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "2240"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "2240"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "2240"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "2240"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 2240
SELECT virtuemart_product_id, product_name
FROM `htocx_virtuemart_products_en_gb`
JOIN `htocx_virtuemart_products` as C using (`virtuemart_product_id`)
WHERE `product_parent_id` =882
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2238
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2239
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =2240
and C.field_type = "C"
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "877"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "877"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "877"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "877"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 877
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 877
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "877"
and `virtuemart_category_id`= "115"
SELECT C.`virtuemart_custom_id` , `custom_element`, `custom_params`, `custom_parent_id` , `admin_only` , `custom_title` , `show_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden`, `layout_pos`, C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =877
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 0
order by field.`ordering`,virtuemart_custom_id
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =877
and `field_type` = "Z"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =877
and `field_type` = "R"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id`, `custom_title`, `show_title`, C.`custom_value`,`custom_field_desc` ,`custom_tip`,`field_type`,field.`virtuemart_customfield_id`,`is_hidden`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =877
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 1
group by virtuemart_custom_id
ORDER BY field.`ordering`
SELECT field.`virtuemart_product_id`, `custom_params`,`custom_element`, field.`virtuemart_custom_id`,
field.`virtuemart_customfield_id`,field.`custom_value`, field.`custom_price`, field.`custom_param`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =877
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=34
ORDER BY field.`ordering`
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1224"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1224"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1224"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1224"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1224
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "877"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "877"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "877"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 877
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 877
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "877"
and `virtuemart_category_id`= "115"
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1226"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1226"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1226"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1226"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1226
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1227"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1227"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1227"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1227"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1227
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1228"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1228"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1228"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1228"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1228
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=116&virtuemart_product_id=1228';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=115&virtuemart_product_id=1228';
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1229"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1229"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1229"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1229"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1229
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=116&virtuemart_product_id=1229';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=115&virtuemart_product_id=1229';
SELECT virtuemart_product_id, product_name
FROM `htocx_virtuemart_products_en_gb`
JOIN `htocx_virtuemart_products` as C using (`virtuemart_product_id`)
WHERE `product_parent_id` =877
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1222
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1223
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1224
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1225
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1226
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1227
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1228
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1229
and C.field_type = "C"
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "3509"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "3509"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "3509"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "3509"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 3509
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 3509
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "3509"
and `virtuemart_category_id`= "115"
SELECT C.`virtuemart_custom_id` , `custom_element`, `custom_params`, `custom_parent_id` , `admin_only` , `custom_title` , `show_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden`, `layout_pos`, C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =3509
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 0
order by field.`ordering`,virtuemart_custom_id
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =3509
and `field_type` = "Z"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =3509
and `field_type` = "R"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id`, `custom_title`, `show_title`, C.`custom_value`,`custom_field_desc` ,`custom_tip`,`field_type`,field.`virtuemart_customfield_id`,`is_hidden`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =3509
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 1
group by virtuemart_custom_id
ORDER BY field.`ordering`
SELECT field.`virtuemart_product_id`, `custom_params`,`custom_element`, field.`virtuemart_custom_id`,
field.`virtuemart_customfield_id`,field.`custom_value`, field.`custom_price`, field.`custom_param`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =3509
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=171
ORDER BY field.`ordering`
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "3511"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "3511"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "3511"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "3511"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 3511
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "3509"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "3509"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "3509"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 3509
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 3509
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "3509"
and `virtuemart_category_id`= "115"
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=116&virtuemart_product_id=3511';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=115&virtuemart_product_id=3511';
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "3990"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "3990"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "3990"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "3990"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 3990
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=116&virtuemart_product_id=3990';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=115&virtuemart_product_id=3990';
SELECT virtuemart_product_id, product_name
FROM `htocx_virtuemart_products_en_gb`
JOIN `htocx_virtuemart_products` as C using (`virtuemart_product_id`)
WHERE `product_parent_id` =3509
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =3510
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =3511
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =3512
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =3513
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =3989
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =3990
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =3991
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =3992
and C.field_type = "C"
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=116&virtuemart_product_id=3509';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=115&virtuemart_product_id=3509';
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "860"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "860"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "860"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "860"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 860
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 860
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "860"
and `virtuemart_category_id`= "115"
SELECT C.`virtuemart_custom_id` , `custom_element`, `custom_params`, `custom_parent_id` , `admin_only` , `custom_title` , `show_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden`, `layout_pos`, C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =860
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 0
order by field.`ordering`,virtuemart_custom_id
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =860
and `field_type` = "Z"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =860
and `field_type` = "R"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id`, `custom_title`, `show_title`, C.`custom_value`,`custom_field_desc` ,`custom_tip`,`field_type`,field.`virtuemart_customfield_id`,`is_hidden`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =860
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 1
group by virtuemart_custom_id
ORDER BY field.`ordering`
SELECT field.`virtuemart_product_id`, `custom_params`,`custom_element`, field.`virtuemart_custom_id`,
field.`virtuemart_customfield_id`,field.`custom_value`, field.`custom_price`, field.`custom_param`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =860
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=45
ORDER BY field.`ordering`
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1350"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1350"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1350"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1350"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1350
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "860"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "860"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "860"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 860
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 860
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "860"
and `virtuemart_category_id`= "115"
SELECT virtuemart_product_id, product_name
FROM `htocx_virtuemart_products_en_gb`
JOIN `htocx_virtuemart_products` as C using (`virtuemart_product_id`)
WHERE `product_parent_id` =860
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1350
and C.field_type = "C"
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "4798"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "4798"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "4798"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "4798"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 4798
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 4798
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "4798"
and `virtuemart_category_id`= "115"
SELECT C.`virtuemart_custom_id` , `custom_element`, `custom_params`, `custom_parent_id` , `admin_only` , `custom_title` , `show_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden`, `layout_pos`, C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =4798
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 0
order by field.`ordering`,virtuemart_custom_id
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =4798
and `field_type` = "Z"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =4798
and `field_type` = "R"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id`, `custom_title`, `show_title`, C.`custom_value`,`custom_field_desc` ,`custom_tip`,`field_type`,field.`virtuemart_customfield_id`,`is_hidden`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =4798
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 1
group by virtuemart_custom_id
ORDER BY field.`ordering`
SELECT field.`virtuemart_product_id`, `custom_params`,`custom_element`, field.`virtuemart_custom_id`,
field.`virtuemart_customfield_id`,field.`custom_value`, field.`custom_price`, field.`custom_param`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =4798
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=236
ORDER BY field.`ordering`
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "4807"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "4807"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "4807"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "4807"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 4807
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "4798"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "4798"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "4798"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 4798
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 4798
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "4798"
and `virtuemart_category_id`= "115"
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=116&virtuemart_product_id=4807';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=115&virtuemart_product_id=4807';
SELECT virtuemart_product_id, product_name
FROM `htocx_virtuemart_products_en_gb`
JOIN `htocx_virtuemart_products` as C using (`virtuemart_product_id`)
WHERE `product_parent_id` =4798
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =4799
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =4800
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =4801
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =4802
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =4803
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =4804
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =4805
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =4806
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =4807
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =4808
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =5530
and C.field_type = "C"
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=116&virtuemart_product_id=4798';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=115&virtuemart_product_id=4798';
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "873"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "873"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "873"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "873"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 873
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 873
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "873"
and `virtuemart_category_id`= "115"
SELECT C.`virtuemart_custom_id` , `custom_element`, `custom_params`, `custom_parent_id` , `admin_only` , `custom_title` , `show_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden`, `layout_pos`, C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =873
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 0
order by field.`ordering`,virtuemart_custom_id
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =873
and `field_type` = "Z"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =873
and `field_type` = "R"
and is_cart_attribute = 0
order by ordering
SELECT C.`virtuemart_custom_id`, `custom_title`, `show_title`, C.`custom_value`,`custom_field_desc` ,`custom_tip`,`field_type`,field.`virtuemart_customfield_id`,`is_hidden`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =873
and `field_type` != "G"
and `field_type` != "R"
and `field_type` != "Z"
and is_cart_attribute = 1
group by virtuemart_custom_id
ORDER BY field.`ordering`
SELECT field.`virtuemart_product_id`, `custom_params`,`custom_element`, field.`virtuemart_custom_id`,
field.`virtuemart_customfield_id`,field.`custom_value`, field.`custom_price`, field.`custom_param`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =873
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=30
ORDER BY field.`ordering`
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1162"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1162"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1162"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1162"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1162
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "873"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "873"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "873"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 873
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
WHERE pc.`virtuemart_product_id` = 873
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "873"
and `virtuemart_category_id`= "115"
SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
WHERE `htocx_virtuemart_products`.`virtuemart_product_id` = "1165"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1165"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1165"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1165"
AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")
AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2025-10-07 20:20:33" )
AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2025-10-07 20:20:33" ) )
AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1)
AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 1165
SELECT virtuemart_product_id, product_name
FROM `htocx_virtuemart_products_en_gb`
JOIN `htocx_virtuemart_products` as C using (`virtuemart_product_id`)
WHERE `product_parent_id` =873
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1150
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1151
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1152
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1153
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1154
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1155
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1156
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1157
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1158
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1159
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1160
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1161
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1162
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1163
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1164
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1165
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1166
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1167
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1168
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1169
and C.field_type = "C"
SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
WHERE `virtuemart_product_id` =1170
and C.field_type = "C"
SELECT `htocx_virtuemart_medias`.*
FROM `htocx_virtuemart_medias`
WHERE `htocx_virtuemart_medias`.`virtuemart_media_id` = "380"
SELECT `htocx_virtuemart_medias`.*
FROM `htocx_virtuemart_medias`
WHERE `htocx_virtuemart_medias`.`virtuemart_media_id` = "485"
SELECT `htocx_virtuemart_medias`.*
FROM `htocx_virtuemart_medias`
WHERE `htocx_virtuemart_medias`.`virtuemart_media_id` = "404"
SELECT `htocx_virtuemart_medias`.*
FROM `htocx_virtuemart_medias`
WHERE `htocx_virtuemart_medias`.`virtuemart_media_id` = "334"
SELECT `htocx_virtuemart_medias`.*
FROM `htocx_virtuemart_medias`
WHERE `htocx_virtuemart_medias`.`virtuemart_media_id` = "345"
SELECT `htocx_virtuemart_medias`.*
FROM `htocx_virtuemart_medias`
WHERE `htocx_virtuemart_medias`.`virtuemart_media_id` = "374"
SELECT `htocx_virtuemart_medias`.*
FROM `htocx_virtuemart_medias`
WHERE `htocx_virtuemart_medias`.`virtuemart_media_id` = "362"
SELECT `htocx_virtuemart_medias`.*
FROM `htocx_virtuemart_medias`
WHERE `htocx_virtuemart_medias`.`virtuemart_media_id` = "385"
SELECT `htocx_virtuemart_medias`.*
FROM `htocx_virtuemart_medias`
WHERE `htocx_virtuemart_medias`.`virtuemart_media_id` = "397"
SELECT `htocx_virtuemart_medias`.*
FROM `htocx_virtuemart_medias`
WHERE `htocx_virtuemart_medias`.`virtuemart_media_id` = "339"
SELECT `htocx_virtuemart_medias`.*
FROM `htocx_virtuemart_medias`
WHERE `htocx_virtuemart_medias`.`virtuemart_media_id` = "382"
SELECT `htocx_virtuemart_medias`.*
FROM `htocx_virtuemart_medias`
WHERE `htocx_virtuemart_medias`.`virtuemart_media_id` = "331"
SELECT `htocx_virtuemart_medias`.*
FROM `htocx_virtuemart_medias`
WHERE `htocx_virtuemart_medias`.`virtuemart_media_id` = "457"
SELECT `htocx_virtuemart_medias`.*
FROM `htocx_virtuemart_medias`
WHERE `htocx_virtuemart_medias`.`virtuemart_media_id` = "387"
SELECT `htocx_virtuemart_medias`.*
FROM `htocx_virtuemart_medias`
WHERE `htocx_virtuemart_medias`.`virtuemart_media_id` = "652"
SELECT `htocx_virtuemart_medias`.*
FROM `htocx_virtuemart_medias`
WHERE `htocx_virtuemart_medias`.`virtuemart_media_id` = "330"
SELECT `htocx_virtuemart_medias`.*
FROM `htocx_virtuemart_medias`
WHERE `htocx_virtuemart_medias`.`virtuemart_media_id` = "926"
SELECT `htocx_virtuemart_medias`.*
FROM `htocx_virtuemart_medias`
WHERE `htocx_virtuemart_medias`.`virtuemart_media_id` = "376"
SHOW TABLES
SELECT *
FROM htocx_languages
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&orderby=virtuemart_product_id&srsltid=AfmBOoq-oGpNt33nDTEi6Kt1PyqoLxc_jjA9plkOxUKpmtedpw_VQSS2&view=category&virtuemart_category_id=115';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&srsltid=AfmBOoq-oGpNt33nDTEi6Kt1PyqoLxc_jjA9plkOxUKpmtedpw_VQSS2&view=category&virtuemart_category_id=115';
SELECT id
FROM htocx_assets
WHERE parent_id = 0
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=category&virtuemart_category_id=115';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&dir=DESC&filter_product=&keyword=&lang=en&
limit=15&limitstart=0&srsltid=AfmBOoq-oGpNt33nDTEi6Kt1PyqoLxc_jjA9plkOxUKpmtedpw_VQSS2&view=category&virtuemart_category_id=115';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&dir=DESC&filter_product=&keyword=&lang=en&
limit=30&limitstart=0&srsltid=AfmBOoq-oGpNt33nDTEi6Kt1PyqoLxc_jjA9plkOxUKpmtedpw_VQSS2&view=category&virtuemart_category_id=115';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&dir=DESC&filter_product=&keyword=&lang=en&
limit=60&limitstart=0&srsltid=AfmBOoq-oGpNt33nDTEi6Kt1PyqoLxc_jjA9plkOxUKpmtedpw_VQSS2&view=category&virtuemart_category_id=115';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&dir=DESC&filter_product=&keyword=&lang=en&
limit=150&limitstart=0&srsltid=AfmBOoq-oGpNt33nDTEi6Kt1PyqoLxc_jjA9plkOxUKpmtedpw_VQSS2&view=category&virtuemart_category_id=115';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&dir=DESC&filter_product=&keyword=&lang=en&
limit=18&limitstart=0&srsltid=AfmBOoq-oGpNt33nDTEi6Kt1PyqoLxc_jjA9plkOxUKpmtedpw_VQSS2&view=category&virtuemart_category_id=115';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&dir=DESC&filter_product=&keyword=&lang=en&
limit=18&limitstart=0&srsltid=AfmBOoq-oGpNt33nDTEi6Kt1PyqoLxc_jjA9plkOxUKpmtedpw_VQSS2&view=category&virtuemart_category_id=115';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&dir=DESC&lang=en&srsltid=AfmBOoq-oGpNt33nDTEi6Kt1PyqoLxc_jjA9plkOxUKpmtedpw_VQSS2&view=category&virtuemart_category_id=115';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&dir=DESC&lang=en&
limit=18&limitstart=18&srsltid=AfmBOoq-oGpNt33nDTEi6Kt1PyqoLxc_jjA9plkOxUKpmtedpw_VQSS2&view=category&virtuemart_category_id=115';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&dir=DESC&lang=en&
limit=18&limitstart=18&srsltid=AfmBOoq-oGpNt33nDTEi6Kt1PyqoLxc_jjA9plkOxUKpmtedpw_VQSS2&view=category&virtuemart_category_id=115';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&dir=DESC&lang=en&
limit=18&limitstart=18&srsltid=AfmBOoq-oGpNt33nDTEi6Kt1PyqoLxc_jjA9plkOxUKpmtedpw_VQSS2&view=category&virtuemart_category_id=115';
SELECT params
FROM htocx_extensions AS e
WHERE e.element='com_widgetkit'
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_widgetkit&id=&lang=en&tmpl=raw';
SELECT `pageid`
FROM htocx_sh404sef_pageids
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&dir=DESC&lang=en&limitstart=0&srsltid=AfmBOoq-oGpNt33nDTEi6Kt1PyqoLxc_jjA9plkOxUKpmtedpw_VQSS2&view=category&virtuemart_category_id=115';
SELECT CONCAT(`vendor_accepted_currencies`, ",",`vendor_currency`) AS all_currencies, `vendor_currency`
FROM `htocx_virtuemart_vendors`
WHERE `virtuemart_vendor_id`=1
SELECT `virtuemart_currency_id`,CONCAT_WS(" ",`currency_name`,`currency_symbol`) as currency_txt
FROM `htocx_virtuemart_currencies`
WHERE `virtuemart_currency_id` IN (52,26,47,144,144)
and (`virtuemart_vendor_id` = "1" OR `shared`="1")
AND published = "1"
ORDER BY `ordering`,`currency_name`
SELECT *
FROM htocx_jmap_metainfo
WHERE `linkurl` = 'https://www.stockingshowcase.com/shopping-cart/garter-belts/dirDesc.html'
AND `published` = 1
SHOW FULL COLUMNS
FROM `htocx_sh404sef_metas`
SELECT *
FROM htocx_sh404sef_metas
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&dir=DESC&lang=en&limitstart=0&srsltid=AfmBOoq-oGpNt33nDTEi6Kt1PyqoLxc_jjA9plkOxUKpmtedpw_VQSS2&view=category&virtuemart_category_id=115';
UPDATE `htocx_session`
SET `data` = 'joomla|s:2696:\"Tzo5OiJKUmVnaXN0cnkiOjE6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo5OiJfX2RlZmF1bHQiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzU5ODY4NDMzO3M6NDoibGFzdCI7aToxNzU5ODY4NDMzO3M6Mzoibm93IjtpOjE3NTk4Njg0MzM7fXM6NToidG9rZW4iO3M6MzI6IjAzN2JmMjRlNWVmNmMwZmIwOTYwYjBhNDllNjlmMmRlIjt9czo4OiJyZWdpc3RyeSI7Tzo5OiJKUmVnaXN0cnkiOjE6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MTp7czoxNDoiY29tX3ZpcnR1ZW1hcnQiO086ODoic3RkQ2xhc3MiOjI6e3M6ODoiY2F0ZWdvcnkiO086ODoic3RkQ2xhc3MiOjE6e3M6MTA6ImxpbWl0c3RhcnQiO2k6MDt9czoxNDoiY2F0ZWdvcnljMTE1bTAiO086ODoic3RkQ2xhc3MiOjE6e3M6MTA6ImxpbWl0c3RhcnQiO2k6MDt9fX19czo0OiJ1c2VyIjtPOjU6IkpVc2VyIjoyNTp7czo5OiIAKgBpc1Jvb3QiO2I6MDtzOjI6ImlkIjtpOjA7czo0OiJuYW1lIjtOO3M6ODoidXNlcm5hbWUiO047czo1OiJlbWFpbCI7TjtzOjg6InBhc3N3b3JkIjtOO3M6MTQ6InBhc3N3b3JkX2NsZWFyIjtzOjA6IiI7czo4OiJ1c2VydHlwZSI7TjtzOjU6ImJsb2NrIjtOO3M6OToic2VuZEVtYWlsIjtpOjA7czoxMjoicmVnaXN0ZXJEYXRlIjtOO3M6MTM6Imxhc3R2aXNpdERhdGUiO047czoxMDoiYWN0aXZhdGlvbiI7TjtzOjY6InBhcmFtcyI7TjtzOjY6Imdyb3VwcyI7YTowOnt9czo1OiJndWVzdCI7aToxO3M6MTM6Imxhc3RSZXNldFRpbWUiO047czoxMDoicmVzZXRDb3VudCI7TjtzOjEwOiIAKgBfcGFyYW1zIjtPOjk6IkpSZWdpc3RyeSI6MTp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9fXM6MTQ6IgAqAF9hdXRoR3JvdXBzIjthOjE6e2k6MDtpOjE7fXM6MTQ6IgAqAF9hdXRoTGV2ZWxzIjthOjI6e2k6MDtpOjE7aToxO2k6MTt9czoxNToiACoAX2F1dGhBY3Rpb25zIjtOO3M6MTI6IgAqAF9lcnJvck1zZyI7TjtzOjEwOiIAKgBfZXJyb3JzIjthOjA6e31zOjM6ImFpZCI7aTowO319czo0OiJfX3ZtIjtPOjg6InN0ZENsYXNzIjo0OntzOjY6InZtY2FydCI7czo3NTI6Ik86ODoic3RkQ2xhc3MiOjI4OntzOjg6InByb2R1Y3RzIjthOjA6e31zOjg6InZlbmRvcklkIjtpOjE7czoyMToibGFzdFZpc2l0ZWRDYXRlZ29yeUlkIjtpOjA7czoyODoidmlydHVlbWFydF9zaGlwbWVudG1ldGhvZF9pZCI7aTowO3M6Mjc6InZpcnR1ZW1hcnRfcGF5bWVudG1ldGhvZF9pZCI7aTowO3M6MjU6ImF1dG9tYXRpY1NlbGVjdGVkU2hpcG1lbnQiO2I6MDtzOjI0OiJhdXRvbWF0aWNTZWxlY3RlZFBheW1lbnQiO2I6MDtzOjEyOiJvcmRlcl9udW1iZXIiO047czoxOToidmlydHVlbWFydF9vcmRlcl9pZCI7YjowO3M6MjoiQlQiO2k6MDtzOjI6IlNUIjtpOjA7czoxMToidG9zQWNjZXB0ZWQiO2I6MDtzOjE2OiJjdXN0b21lcl9jb21tZW50IjtzOjA6IiI7czoxMDoiY291cG9uQ29kZSI7czowOiIiO3M6MjA6Il90cmllc1ZhbGlkYXRlQ291cG9uIjthOjA6e31zOjE0OiJvcmRlcl9sYW5ndWFnZSI7czowOiIiO3M6ODoiY2FydERhdGEiO047czo1OiJsaXN0cyI7TjtzOjE0OiJwcmljZXNDdXJyZW5jeSI7TjtzOjE1OiJwYXltZW50Q3VycmVuY3kiO047czoxMDoiX2luQ29uZmlybSI7YjowO3M6MTE6Il9pbkNoZWNrT3V0IjtiOjA7czoxNDoiX2RhdGFWYWxpZGF0ZWQiO2I6MDtzOjEyOiJfY29uZmlybURvbmUiO2I6MDtzOjEwOiJTVHNhbWVBc0JUIjtiOjE7czoxNToiY3VzdG9tZXJfbnVtYmVyIjtzOjc6Im5vbnJlZ18iO3M6NjoibGF5b3V0IjtzOjc6ImRlZmF1bHQiO3M6MTA6ImxheW91dFBhdGgiO3M6MDoiIjt9IjtzOjIzOiJ2bWxhc3R2aXNpdGVkY2F0ZWdvcnlpZCI7aToxMTU7czoxOToidm1sYXN0dmlzaXRlZG1hbnVpZCI7aTotMTtzOjE1OiJ2bWxhc3R2aXNJdGVtaWQiO2k6MTA5O319fQ==\";'
, `time` = '1759868434'
WHERE `session_id` = '3bb8247a41ef5296c51a928e804dd5ab'
246 × SELECT C.* , field.*
FROM `htocx_virtuemart_product_customfields` AS field
LEFT JOIN `htocx_virtuemart_customs` AS C
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
114 × SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
114 × SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
114 × SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
114 × SELECT *
FROM `htocx_virtuemart_product_prices`
96 × SELECT `htocx_virtuemart_products`.* ,`htocx_virtuemart_products_en_gb`.* ,`htocx_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`htocx_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `htocx_virtuemart_products`
INNER JOIN `htocx_virtuemart_products_en_gb` using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_manufacturers`
on `htocx_virtuemart_product_manufacturers`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_customfields`
on `htocx_virtuemart_product_customfields`.`virtuemart_product_id`=`htocx_virtuemart_products`.`virtuemart_product_id`
36 × SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
LEFT JOIN `htocx_virtuemart_categories` as c
ON c.`virtuemart_category_id` = pc.`virtuemart_category_id`
36 × SELECT C.`virtuemart_custom_id` , `custom_parent_id` , `admin_only` , `custom_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden` , C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
36 × SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
31 × SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
18 × SELECT C.`virtuemart_custom_id` , `custom_element`, `custom_params`, `custom_parent_id` , `admin_only` , `custom_title` , `show_title` , `custom_tip` , C.`custom_value` AS value, `custom_field_desc` , `field_type` , `is_list` , `is_hidden`, `layout_pos`, C.`published` , field.`virtuemart_customfield_id` , field.`custom_value`, field.`custom_param`, field.`custom_price`, field.`ordering`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
18 × SELECT field.`virtuemart_product_id`, `custom_params`,`custom_element`, field.`virtuemart_custom_id`, field.`virtuemart_customfield_id`,field.`custom_value`, field.`custom_price`, field.`custom_param`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
18 × SELECT `htocx_virtuemart_medias`.*
FROM `htocx_virtuemart_medias`
18 × SELECT C.`virtuemart_custom_id`, `custom_title`, `show_title`, C.`custom_value`,`custom_field_desc` ,`custom_tip`,`field_type`,field.`virtuemart_customfield_id`,`is_hidden`
FROM `htocx_virtuemart_customs` AS C
LEFT JOIN `htocx_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
18 × SELECT virtuemart_product_id, product_name
FROM `htocx_virtuemart_products_en_gb` JOIN `htocx_virtuemart_products` as C using (`virtuemart_product_id`)
3 × SELECT `htocx_virtuemart_manufacturers`.* ,`htocx_virtuemart_manufacturers_en_gb`.*
FROM `htocx_virtuemart_manufacturers`
INNER JOIN `htocx_virtuemart_manufacturers_en_gb` using (`virtuemart_manufacturer_id`)
2 × SELECT FOUND_ROWS(
2 × SELECT *
FROM `htocx_virtuemart_shoppergroups`
2 × SELECT b.rules
FROM htocx_assets AS a
LEFT JOIN htocx_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
2 × SELECT id
FROM htocx_assets
1 × SELECT `price_display`,`custom_price_display`
FROM `htocx_virtuemart_shoppergroups` AS `sg`
1 × SELECT CONCAT(`vendor_accepted_currencies`, ",",`vendor_currency`) AS all_currencies, `vendor_currency`
FROM `htocx_virtuemart_vendors`
1 × SELECT `virtuemart_currency_id`,CONCAT_WS(" ",`currency_name`,`currency_symbol`) as currency_txt
FROM `htocx_virtuemart_currencies`
1 × SELECT *
FROM htocx_jmap_metainfo
1 × SELECT *
FROM htocx_sh404sef_metas
1 × SELECT `pageid`
FROM htocx_sh404sef_pageids
1 × SELECT params
FROM htocx_extensions AS e
1 × SELECT *
FROM `htocx_virtuemart_currencies`
1 × SELECT *
FROM htocx_virtuemart_calcs
1 × SELECT *
FROM htocx_language
1 × SELECT `vendor_currency`,`currency_code_3`,`currency_numeric_code`
FROM `htocx_virtuemart_vendors` AS v
LEFT JOIN `htocx_virtuemart_currencies` AS c
ON virtuemart_currency_id = vendor_currency
1 × SELECT SQL_CALC_FOUND_ROWS p.`virtuemart_product_id`
FROM `htocx_virtuemart_products` as p
INNER JOIN `htocx_virtuemart_products_en_gb` as l using (`virtuemart_product_id`)
LEFT JOIN `htocx_virtuemart_product_shoppergroups` as ps
ON p.`virtuemart_product_id` = `ps`.`virtuemart_product_id`
LEFT JOIN `htocx_virtuemart_product_categories` as pc
ON p.`virtuemart_product_id` = `pc`.`virtuemart_product_id`
1 × SELECT `params`
FROM htocx_extensions
1 × select `alias`,`newurl`
from `htocx_sh404sef_aliases`
1 × SELECT `oldurl`, `newurl`, `dateadd`
FROM htocx_sh404sef_urls
1 × SELECT `config`
FROM `htocx_virtuemart_configs`
1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,m.browserNav, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM htocx_menu AS m
LEFT JOIN htocx_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT `enabled`
FROM `htocx_extensions`
1 × SELECT `session_id`
FROM `htocx_session`
1 × SELECT b.id
FROM htocx_usergroups AS a
LEFT JOIN htocx_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT id, rules
FROM `htocx_viewlevels
1 × SELECT *
FROM `htocx_menu`
1 × SELECT `htocx_virtuemart_categories`.* ,`htocx_virtuemart_categories_en_gb`.*
FROM `htocx_virtuemart_categories`
INNER JOIN `htocx_virtuemart_categories_en_gb` using (`virtuemart_category_id`)
1 × SELECT `category_child_id` AS `child`, `category_parent_id` AS `parent`
FROM htocx_virtuemart_category_categories AS `xref`
1 × SELECT `category_name`,`virtuemart_category_id`
FROM `htocx_virtuemart_categories_en_gb`
1 × SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_vmuser_shoppergroups`
1 × SELECT count(htocx_virtuemart_products.virtuemart_product_id) AS total
FROM `htocx_virtuemart_products`, `htocx_virtuemart_product_categories`
1 × SELECT SQL_CALC_FOUND_ROWS c.`virtuemart_category_id`, l.`category_description`, l.`category_name`, c.`ordering`, c.`published`, cx.`category_child_id`, cx.`category_parent_id`, c.`shared`
FROM `htocx_virtuemart_categories_en_gb` l JOIN `htocx_virtuemart_categories` AS c using (`virtuemart_category_id`)
LEFT JOIN `htocx_virtuemart_category_categories` AS cx
ON l.`virtuemart_category_id` = cx.`category_child_id`
1 × SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_category_medias`
1 × SELECT `category_child_id`
FROM `htocx_virtuemart_category_categories`
1 × SELECT a.rules
FROM htocx_assets AS a
1 × SELECT `data`
FROM `htocx_session`
1 × SHOW FULL COLUMNS
FROM `htocx_sh404sef_metas
1 × UPDATE `htocx_session`
SET `data` = 'joomla|s:2696:\"Tzo5OiJKUmVnaXN0cnkiOjE6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo5OiJfX2RlZmF1bHQiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzU5ODY4NDMzO3M6NDoibGFzdCI7aToxNzU5ODY4NDMzO3M6Mzoibm93IjtpOjE3NTk4Njg0MzM7fXM6NToidG9rZW4iO3M6MzI6IjAzN2JmMjRlNWVmNmMwZmIwOTYwYjBhNDllNjlmMmRlIjt9czo4OiJyZWdpc3RyeSI7Tzo5OiJKUmVnaXN0cnkiOjE6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MTp7czoxNDoiY29tX3ZpcnR1ZW1hcnQiO086ODoic3RkQ2xhc3MiOjI6e3M6ODoiY2F0ZWdvcnkiO086ODoic3RkQ2xhc3MiOjE6e3M6MTA6ImxpbWl0c3RhcnQiO2k6MDt9czoxNDoiY2F0ZWdvcnljMTE1bTAiO086ODoic3RkQ2xhc3MiOjE6e3M6MTA6ImxpbWl0c3RhcnQiO2k6MDt9fX19czo0OiJ1c2VyIjtPOjU6IkpVc2VyIjoyNTp7czo5OiIAKgBpc1Jvb3QiO2I6MDtzOjI6ImlkIjtpOjA7czo0OiJuYW1lIjtOO3M6ODoidXNlcm5hbWUiO047czo1OiJlbWFpbCI7TjtzOjg6InBhc3N3b3JkIjtOO3M6MTQ6InBhc3N3b3JkX2NsZWFyIjtzOjA6IiI7czo4OiJ1c2VydHlwZSI7TjtzOjU6ImJsb2NrIjtOO3M6OToic2VuZEVtYWlsIjtpOjA7czoxMjoicmVnaXN0ZXJEYXRlIjtOO3M6MTM6Imxhc3R2aXNpdERhdGUiO047czoxMDoiYWN0aXZhdGlvbiI7TjtzOjY6InBhcmFtcyI7TjtzOjY6Imdyb3VwcyI7YTowOnt9czo1OiJndWVzdCI7aToxO3M6MTM6Imxhc3RSZXNldFRpbWUiO047czoxMDoicmVzZXRDb3VudCI7TjtzOjEwOiIAKgBfcGFyYW1zIjtPOjk6IkpSZWdpc3RyeSI6MTp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9fXM6MTQ6IgAqAF9hdXRoR3JvdXBzIjthOjE6e2k6MDtpOjE7fXM6MTQ6IgAqAF9hdXRoTGV2ZWxzIjthOjI6e2k6MDtpOjE7aToxO2k6MTt9czoxNToiACoAX2F1dGhBY3Rpb25zIjtOO3M6MTI6IgAqAF9lcnJvck1zZyI7TjtzOjEwOiIAKgBfZXJyb3JzIjthOjA6e31zOjM6ImFpZCI7aTowO319czo0OiJfX3ZtIjtPOjg6InN0ZENsYXNzIjo0OntzOjY6InZtY2FydCI7czo3NTI6Ik86ODoic3RkQ2xhc3MiOjI4OntzOjg6InByb2R1Y3RzIjthOjA6e31zOjg6InZlbmRvcklkIjtpOjE7czoyMToibGFzdFZpc2l0ZWRDYXRlZ29yeUlkIjtpOjA7czoyODoidmlydHVlbWFydF9zaGlwbWVudG1ldGhvZF9pZCI7aTowO3M6Mjc6InZpcnR1ZW1hcnRfcGF5bWVudG1ldGhvZF9pZCI7aTowO3M6MjU6ImF1dG9tYXRpY1NlbGVjdGVkU2hpcG1lbnQiO2I6MDtzOjI0OiJhdXRvbWF0aWNTZWxlY3RlZFBheW1lbnQiO2I6MDtzOjEyOiJvcmRlcl9udW1iZXIiO047czoxOToidmlydHVlbWFydF9vcmRlcl9pZCI7YjowO3M6MjoiQlQiO2k6MDtzOjI6IlNUIjtpOjA7czoxMToidG9zQWNjZXB0ZWQiO2I6MDtzOjE2OiJjdXN0b21lcl9jb21tZW50IjtzOjA6IiI7czoxMDoiY291cG9uQ29kZSI7czowOiIiO3M6MjA6Il90cmllc1ZhbGlkYXRlQ291cG9uIjthOjA6e31zOjE0OiJvcmRlcl9sYW5ndWFnZSI7czowOiIiO3M6ODoiY2FydERhdGEiO047czo1OiJsaXN0cyI7TjtzOjE0OiJwcmljZXNDdXJyZW5jeSI7TjtzOjE1OiJwYXltZW50Q3VycmVuY3kiO047czoxMDoiX2luQ29uZmlybSI7YjowO3M6MTE6Il9pbkNoZWNrT3V0IjtiOjA7czoxNDoiX2RhdGFWYWxpZGF0ZWQiO2I6MDtzOjEyOiJfY29uZmlybURvbmUiO2I6MDtzOjEwOiJTVHNhbWVBc0JUIjtiOjE7czoxNToiY3VzdG9tZXJfbnVtYmVyIjtzOjc6Im5vbnJlZ18iO3M6NjoibGF5b3V0IjtzOjc6ImRlZmF1bHQiO3M6MTA6ImxheW91dFBhdGgiO3M6MDoiIjt9IjtzOjIzOiJ2bWxhc3R2aXNpdGVkY2F0ZWdvcnlpZCI7aToxMTU7czoxOToidm1sYXN0dmlzaXRlZG1hbnVpZCI7aTotMTtzOjE1OiJ2bWxhc3R2aXNJdGVtaWQiO2k6MTA5O319fQ==\";' , `time` = '1759868434'
1 × SHOW TABLE
1 × SHOW FULL COLUMNS
FROM `htocx_assets
1 × INSERT INTO `htocx_session` (`session_id`, `client_id`, `time`)
VALUES ('3bb8247a41ef5296c51a928e804dd5ab', 0, '1759868433'
1 × SHOW TABLES LIKE "htocx_virtuemart_configs
1 × DELETE
FROM `htocx_session`