"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.333) - afterLoad
Application 0.030 seconds (+0.030); 2.48 MB (+2.144) - afterInitialise
Application 0.042 seconds (+0.012); 2.98 MB (+0.507) - afterRoute
Application 0.274 seconds (+0.231); 9.84 MB (+6.858) - afterDispatch
Application 0.275 seconds (+0.001); 9.94 MB (+0.103) - beforeRenderModule mod_virtuemart_currencies (Currencies Selector)
Application 0.277 seconds (+0.002); 9.96 MB (+0.014) - afterRenderModule mod_virtuemart_currencies (Currencies Selector)
Application 0.277 seconds (+0.000); 9.95 MB (-0.005) - beforeRenderModule mod_virtuemart_search (VM - Search in Shop)
Application 0.278 seconds (+0.001); 9.97 MB (+0.015) - afterRenderModule mod_virtuemart_search (VM - Search in Shop)
Application 0.287 seconds (+0.009); 10.16 MB (+0.197) - afterRender
10.21 MB (10,709,304 Bytes)
SELECT `data`
FROM `htocx_session`
WHERE `session_id` = '078470927072b3836638e1ae6fd57706'
DELETE
FROM `htocx_session`
WHERE `time` < '1759337499'
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/stockings/modern/lacetop.html?error=404' or `alias` = 'shopping-cart/stockings/modern/lacetop.html' or `alias` = 'shopping-cart/stockings/modern/lacetop.html/'
order by `alias` desc
SELECT `oldurl`, `newurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `oldurl`='shopping-cart/stockings/modern/lacetop.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=105';
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` = "105"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_category_medias`
WHERE `virtuemart_category_id` = "105"
ORDER BY `ordering`
SELECT `category_child_id`
FROM `htocx_virtuemart_category_categories`
WHERE `category_parent_id` = 105
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` = 105
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`= 105
SELECT `category_child_id` AS `child`, `category_parent_id` AS `parent`
FROM htocx_virtuemart_category_categories AS `xref`
WHERE `xref`.`category_child_id`= 93
SELECT `category_child_id` AS `child`, `category_parent_id` AS `parent`
FROM htocx_virtuemart_category_categories AS `xref`
WHERE `xref`.`category_child_id`= 92
SELECT `category_name`,`virtuemart_category_id`
FROM `htocx_virtuemart_categories_en_gb`
WHERE `virtuemart_category_id`=92
SELECT `category_name`,`virtuemart_category_id`
FROM `htocx_virtuemart_categories_en_gb`
WHERE `virtuemart_category_id`=93
SELECT `category_name`,`virtuemart_category_id`
FROM `htocx_virtuemart_categories_en_gb`
WHERE `virtuemart_category_id`=105
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` = 105
AND ( `ps`.`virtuemart_shoppergroup_id`= "1" OR `ps`.`virtuemart_shoppergroup_id` IS NULL ) )
group by p.`virtuemart_product_id`
ORDER BY `pc`.`ordering` ASC
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` = "4711"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "4711"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "4711"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "4711"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = "16"
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 4711
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` = 4711
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "4711"
and `virtuemart_category_id`= "105"
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` =4711
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` =4711
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` =4711
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` =4711
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-01 19:21:39" )
AND ( publish_down = "0000-00-00 00:00:00" OR publish_down >= "2025-10-01 19:21:39" )
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` =4711
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=230
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` = "4714"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "4714"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "4714"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "4714"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 4714
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "4711"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "4711"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "4711"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 4711
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` = 4711
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "4711"
and `virtuemart_category_id`= "105"
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=92&virtuemart_product_id=4714';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=4714';
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` = "4716"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "4716"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "4716"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "4716"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 4716
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=92&virtuemart_product_id=4716';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=4716';
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` = "4717"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "4717"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "4717"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "4717"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 4717
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=92&virtuemart_product_id=4717';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=4717';
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` =4711
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` =4712
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` =4713
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` =4714
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` =4715
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` =4716
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` =4717
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=92&virtuemart_product_id=4711';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=4711';
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` = "5148"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "5148"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "5148"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "5148"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = "48"
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 5148
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` = 5148
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "5148"
and `virtuemart_category_id`= "105"
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` =5148
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` =5148
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` =5148
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` =5148
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` =5148
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=267
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` = "5149"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "5149"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "5149"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "5149"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 5149
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "5148"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "5148"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "5148"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 5148
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` = 5148
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "5148"
and `virtuemart_category_id`= "105"
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=92&virtuemart_product_id=5149';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=5149';
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` =5148
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` =5149
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` =5150
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` =5151
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=92&virtuemart_product_id=5148';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=5148';
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` = "5212"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "5212"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "5212"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "5212"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = "19"
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 5212
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` = 5212
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "5212"
and `virtuemart_category_id`= "105"
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` =5212
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` =5212
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` =5212
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` =5212
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` =5212
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=273
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` = "5213"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "5213"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "5213"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "5213"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 5213
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "5212"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "5212"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "5212"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 5212
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` = 5212
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "5212"
and `virtuemart_category_id`= "105"
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=92&virtuemart_product_id=5213';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=5213';
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` = "5214"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "5214"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "5214"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "5214"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 5214
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=92&virtuemart_product_id=5214';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=5214';
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` = "5215"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "5215"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "5215"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "5215"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 5215
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=92&virtuemart_product_id=5215';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=5215';
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` = "5216"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "5216"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "5216"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "5216"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 5216
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=92&virtuemart_product_id=5216';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=5216';
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` = "5218"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "5218"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "5218"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "5218"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 5218
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=92&virtuemart_product_id=5218';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=5218';
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` =5212
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` =5213
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` =5214
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` =5215
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` =5216
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` =5217
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` =5218
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=92&virtuemart_product_id=5212';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=5212';
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` = "5446"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "5446"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "5446"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "5446"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 5446
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` = 5446
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "5446"
and `virtuemart_category_id`= "105"
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` =5446
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` =5446
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` =5446
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` =5446
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` =5446
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=290
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` = "5447"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "5447"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "5447"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "5447"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 5447
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "5446"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "5446"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "5446"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 5446
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` = 5446
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "5446"
and `virtuemart_category_id`= "105"
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=92&virtuemart_product_id=5447';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=5447';
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` = "5458"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "5458"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "5458"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "5458"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 5458
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=92&virtuemart_product_id=5458';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=5458';
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` = "5773"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "5773"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "5773"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "5773"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 5773
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=92&virtuemart_product_id=5773';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=5773';
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` =5446
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` =5447
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` =5448
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` =5449
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` =5450
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` =5458
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` =5459
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` =5772
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` =5773
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=92&virtuemart_product_id=5446';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=5446';
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` = "5682"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "5682"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "5682"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "5682"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = "26"
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 5682
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` = 5682
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "5682"
and `virtuemart_category_id`= "105"
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` =5682
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` =5682
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` =5682
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` =5682
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` =5682
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=311
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` = "5689"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "5689"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "5689"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "5689"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 5689
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "5682"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "5682"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "5682"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 5682
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` = 5682
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "5682"
and `virtuemart_category_id`= "105"
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=92&virtuemart_product_id=5689';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=5689';
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` = "5686"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "5686"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "5686"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "5686"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 5686
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=92&virtuemart_product_id=5686';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=5686';
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` =5682
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` =5683
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` =5684
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` =5685
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` =5686
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` =5687
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` =5688
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` =5689
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` =5690
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` =5691
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=92&virtuemart_product_id=5682';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=5682';
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` = "6004"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "6004"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "6004"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "6004"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 6004
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` = 6004
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "6004"
and `virtuemart_category_id`= "105"
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` =6004
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` =6004
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` =6004
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` =6004
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` =6004
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=344
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` = "6006"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "6006"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "6006"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "6006"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 6006
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "6004"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "6004"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "6004"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 6004
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` = 6004
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "6004"
and `virtuemart_category_id`= "105"
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=92&virtuemart_product_id=6006';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=6006';
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` = "6020"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "6020"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "6020"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "6020"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 6020
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=92&virtuemart_product_id=6020';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=6020';
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` =6004
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` =6005
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` =6006
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` =6020
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=92&virtuemart_product_id=6004';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=6004';
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` = "802"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "802"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "802"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "802"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 802
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` = 802
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "802"
and `virtuemart_category_id`= "105"
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` =802
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` =802
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` =802
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` =802
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` =802
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=95
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` = "3689"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "3689"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "3689"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "3689"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 3689
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "802"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "802"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "802"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 802
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` = 802
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "802"
and `virtuemart_category_id`= "105"
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=92&virtuemart_product_id=3689';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=3689';
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` = "1956"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1956"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1956"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1956"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 1956
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` = "1957"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "1957"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "1957"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "1957"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 1957
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` =802
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` =1955
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` =1956
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` =1957
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` =1958
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` =1959
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` =3689
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` = "3571"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "3571"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "3571"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "3571"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = "45"
SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 3571
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` = 3571
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "3571"
and `virtuemart_category_id`= "105"
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` =3571
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` =3571
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` =3571
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` =3571
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` =3571
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=178
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` = "3584"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "3584"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "3584"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "3584"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 3584
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "3571"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "3571"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "3571"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 3571
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` = 3571
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "3571"
and `virtuemart_category_id`= "105"
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=93&virtuemart_product_id=3584';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=3584';
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` = "3582"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "3582"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "3582"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "3582"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 3582
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=93&virtuemart_product_id=3582';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=3582';
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` = "3578"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "3578"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "3578"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "3578"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 3578
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=93&virtuemart_product_id=3578';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=3578';
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` = "3577"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "3577"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "3577"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "3577"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 3577
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=93&virtuemart_product_id=3577';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=3577';
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` =3571
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` =3572
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` =3573
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` =3574
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` =3575
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` =3576
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` =3577
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` =3578
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` =3579
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` =3580
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` =3581
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` =3582
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` =3583
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` =3584
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` =3585
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` =4821
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=93&virtuemart_product_id=3571';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=3571';
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` = "3868"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "3868"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "3868"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "3868"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 3868
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` = 3868
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "3868"
and `virtuemart_category_id`= "105"
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` =3868
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` =3868
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` =3868
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` =3868
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` =3868
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=192
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` = "3869"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "3869"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "3869"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "3869"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 3869
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "3868"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "3868"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "3868"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 3868
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` = 3868
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "3868"
and `virtuemart_category_id`= "105"
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=93&virtuemart_product_id=3869';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=3869';
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` = "3870"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "3870"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "3870"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "3870"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 3870
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=93&virtuemart_product_id=3870';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=3870';
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` = "3871"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "3871"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "3871"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "3871"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 3871
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=93&virtuemart_product_id=3871';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=3871';
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` = "3875"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "3875"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "3875"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "3875"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 3875
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=93&virtuemart_product_id=3875';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=3875';
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` = "3876"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "3876"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "3876"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "3876"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 3876
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=93&virtuemart_product_id=3876';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=3876';
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` = "4772"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "4772"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "4772"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "4772"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 4772
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=93&virtuemart_product_id=4772';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=4772';
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` = "5614"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "5614"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "5614"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "5614"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 5614
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=93&virtuemart_product_id=5614';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=5614';
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` =3868
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` =3869
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` =3870
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` =3871
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` =3872
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` =3873
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` =3874
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` =3875
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` =3876
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` =4771
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` =4772
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` =5033
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` =5614
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=93&virtuemart_product_id=3868';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=3868';
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` = "4108"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "4108"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "4108"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "4108"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 4108
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` = 4108
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "4108"
and `virtuemart_category_id`= "105"
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` =4108
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` =4108
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` =4108
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` =4108
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` =4108
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=204
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` = "4110"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "4110"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "4110"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "4110"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 4110
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "4108"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "4108"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "4108"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 4108
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` = 4108
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "4108"
and `virtuemart_category_id`= "105"
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=93&virtuemart_product_id=4110';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=4110';
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` =4108
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` =4109
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` =4110
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` =4111
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` =4112
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` =4770
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` =5050
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=93&virtuemart_product_id=4108';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=4108';
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` = "4627"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "4627"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "4627"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "4627"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 4627
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` = 4627
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "4627"
and `virtuemart_category_id`= "105"
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` =4627
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` =4627
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` =4627
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` =4627
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` =4627
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=224
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` = "4628"
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "4628"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "4628"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "4628"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 4628
SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "4627"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "4627"
SELECT *
FROM `htocx_virtuemart_product_prices`
WHERE `virtuemart_product_id` = "4627"
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-01 19:21:39" )
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-01 19:21:39" ) )
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` = 4627
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` = 4627
AND `published`=1
ORDER BY `c`.`ordering` ASC
SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "4627"
and `virtuemart_category_id`= "105"
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=92&virtuemart_product_id=4628';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=4628';
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` =4627
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` =4628
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` =4629
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=92&virtuemart_product_id=4627';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=productdetails&virtuemart_category_id=105&virtuemart_product_id=4627';
SELECT `htocx_virtuemart_medias`.*
FROM `htocx_virtuemart_medias`
WHERE `htocx_virtuemart_medias`.`virtuemart_media_id` = "907"
SELECT `htocx_virtuemart_medias`.*
FROM `htocx_virtuemart_medias`
WHERE `htocx_virtuemart_medias`.`virtuemart_media_id` = "1021"
SELECT `htocx_virtuemart_medias`.*
FROM `htocx_virtuemart_medias`
WHERE `htocx_virtuemart_medias`.`virtuemart_media_id` = "1058"
SELECT `htocx_virtuemart_medias`.*
FROM `htocx_virtuemart_medias`
WHERE `htocx_virtuemart_medias`.`virtuemart_media_id` = "1124"
SELECT `htocx_virtuemart_medias`.*
FROM `htocx_virtuemart_medias`
WHERE `htocx_virtuemart_medias`.`virtuemart_media_id` = "1225"
SELECT `htocx_virtuemart_medias`.*
FROM `htocx_virtuemart_medias`
WHERE `htocx_virtuemart_medias`.`virtuemart_media_id` = "1385"
SELECT `htocx_virtuemart_medias`.*
FROM `htocx_virtuemart_medias`
WHERE `htocx_virtuemart_medias`.`virtuemart_media_id` = "295"
SELECT `htocx_virtuemart_medias`.*
FROM `htocx_virtuemart_medias`
WHERE `htocx_virtuemart_medias`.`virtuemart_media_id` = "676"
SELECT `htocx_virtuemart_medias`.*
FROM `htocx_virtuemart_medias`
WHERE `htocx_virtuemart_medias`.`virtuemart_media_id` = "748"
SELECT `htocx_virtuemart_medias`.*
FROM `htocx_virtuemart_medias`
WHERE `htocx_virtuemart_medias`.`virtuemart_media_id` = "795"
SELECT `htocx_virtuemart_medias`.*
FROM `htocx_virtuemart_medias`
WHERE `htocx_virtuemart_medias`.`virtuemart_media_id` = "886"
SHOW TABLES
SELECT *
FROM htocx_languages
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&error=404&lang=en&orderby=virtuemart_product_id&view=category&virtuemart_category_id=105';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&dir=DESC&error=404&lang=en&view=category&virtuemart_category_id=105';
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 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 `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=category&virtuemart_category_id=92';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=category&virtuemart_category_id=93';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&lang=en&view=category&virtuemart_category_id=105';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&error=404&filter_product=&keyword=&lang=en&
limit=15&limitstart=0&view=category&virtuemart_category_id=105';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&error=404&filter_product=&keyword=&lang=en&
limit=30&limitstart=0&view=category&virtuemart_category_id=105';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&error=404&filter_product=&keyword=&lang=en&
limit=60&limitstart=0&view=category&virtuemart_category_id=105';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&error=404&filter_product=&keyword=&lang=en&
limit=150&limitstart=0&view=category&virtuemart_category_id=105';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&error=404&filter_product=&keyword=&lang=en&
limit=18&limitstart=0&view=category&virtuemart_category_id=105';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&error=404&filter_product=&keyword=&lang=en&
limit=18&limitstart=0&view=category&virtuemart_category_id=105';
SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
WHERE `newurl`='index.php?option=com_virtuemart&Itemid=109&error=404&lang=en&view=category&virtuemart_category_id=105';
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&error=404&lang=en&limitstart=0&view=category&virtuemart_category_id=105';
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/stockings/modern/lacetop.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&error=404&lang=en&limitstart=0&view=category&virtuemart_category_id=105';
UPDATE `htocx_session`
SET `data` = 'joomla|s:2688:\"Tzo5OiJKUmVnaXN0cnkiOjE6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo5OiJfX2RlZmF1bHQiO086ODoic3RkQ2xhc3MiOjQ6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjI7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzU5MzQ2NDk4O3M6NDoibGFzdCI7aToxNzU5MzQ2NDk4O3M6Mzoibm93IjtpOjE3NTkzNDY0OTk7fXM6NToidG9rZW4iO3M6MzI6IjQ5N2E5NTY5Mjc0ZDAxZjNjNWZlYmQ4ZmI0ZjM4ZTM1Ijt9czo4OiJyZWdpc3RyeSI7Tzo5OiJKUmVnaXN0cnkiOjE6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MTp7czoxNDoiY29tX3ZpcnR1ZW1hcnQiO086ODoic3RkQ2xhc3MiOjE6e3M6MTQ6ImNhdGVnb3J5YzEwNW0wIjtPOjg6InN0ZENsYXNzIjoxOntzOjEwOiJsaW1pdHN0YXJ0IjtpOjA7fX19fXM6NDoidXNlciI7Tzo1OiJKVXNlciI6MjU6e3M6OToiACoAaXNSb290IjtiOjA7czoyOiJpZCI7aTowO3M6NDoibmFtZSI7TjtzOjg6InVzZXJuYW1lIjtOO3M6NToiZW1haWwiO047czo4OiJwYXNzd29yZCI7TjtzOjE0OiJwYXNzd29yZF9jbGVhciI7czowOiIiO3M6ODoidXNlcnR5cGUiO047czo1OiJibG9jayI7TjtzOjk6InNlbmRFbWFpbCI7aTowO3M6MTI6InJlZ2lzdGVyRGF0ZSI7TjtzOjEzOiJsYXN0dmlzaXREYXRlIjtOO3M6MTA6ImFjdGl2YXRpb24iO047czo2OiJwYXJhbXMiO047czo2OiJncm91cHMiO2E6MDp7fXM6NToiZ3Vlc3QiO2k6MTtzOjEzOiJsYXN0UmVzZXRUaW1lIjtOO3M6MTA6InJlc2V0Q291bnQiO047czoxMDoiACoAX3BhcmFtcyI7Tzo5OiJKUmVnaXN0cnkiOjE6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fX1zOjE0OiIAKgBfYXV0aEdyb3VwcyI7YToxOntpOjA7aToxO31zOjE0OiIAKgBfYXV0aExldmVscyI7YToyOntpOjA7aToxO2k6MTtpOjE7fXM6MTU6IgAqAF9hdXRoQWN0aW9ucyI7TjtzOjEyOiIAKgBfZXJyb3JNc2ciO047czoxMDoiACoAX2Vycm9ycyI7YTowOnt9czozOiJhaWQiO2k6MDt9czoxMToiYXBwbGljYXRpb24iO086ODoic3RkQ2xhc3MiOjE6e3M6NToicXVldWUiO047fX1zOjQ6Il9fdm0iO086ODoic3RkQ2xhc3MiOjQ6e3M6Njoidm1jYXJ0IjtzOjc1MjoiTzo4OiJzdGRDbGFzcyI6Mjg6e3M6ODoicHJvZHVjdHMiO2E6MDp7fXM6ODoidmVuZG9ySWQiO2k6MTtzOjIxOiJsYXN0VmlzaXRlZENhdGVnb3J5SWQiO2k6MDtzOjI4OiJ2aXJ0dWVtYXJ0X3NoaXBtZW50bWV0aG9kX2lkIjtpOjA7czoyNzoidmlydHVlbWFydF9wYXltZW50bWV0aG9kX2lkIjtpOjA7czoyNToiYXV0b21hdGljU2VsZWN0ZWRTaGlwbWVudCI7YjowO3M6MjQ6ImF1dG9tYXRpY1NlbGVjdGVkUGF5bWVudCI7YjowO3M6MTI6Im9yZGVyX251bWJlciI7TjtzOjE5OiJ2aXJ0dWVtYXJ0X29yZGVyX2lkIjtiOjA7czoyOiJCVCI7aTowO3M6MjoiU1QiO2k6MDtzOjExOiJ0b3NBY2NlcHRlZCI7YjowO3M6MTY6ImN1c3RvbWVyX2NvbW1lbnQiO3M6MDoiIjtzOjEwOiJjb3Vwb25Db2RlIjtzOjA6IiI7czoyMDoiX3RyaWVzVmFsaWRhdGVDb3Vwb24iO2E6MDp7fXM6MTQ6Im9yZGVyX2xhbmd1YWdlIjtzOjA6IiI7czo4OiJjYXJ0RGF0YSI7TjtzOjU6Imxpc3RzIjtOO3M6MTQ6InByaWNlc0N1cnJlbmN5IjtOO3M6MTU6InBheW1lbnRDdXJyZW5jeSI7TjtzOjEwOiJfaW5Db25maXJtIjtiOjA7czoxMToiX2luQ2hlY2tPdXQiO2I6MDtzOjE0OiJfZGF0YVZhbGlkYXRlZCI7YjowO3M6MTI6Il9jb25maXJtRG9uZSI7YjowO3M6MTA6IlNUc2FtZUFzQlQiO2I6MTtzOjE1OiJjdXN0b21lcl9udW1iZXIiO3M6Nzoibm9ucmVnXyI7czo2OiJsYXlvdXQiO3M6NzoiZGVmYXVsdCI7czoxMDoibGF5b3V0UGF0aCI7czowOiIiO30iO3M6MjM6InZtbGFzdHZpc2l0ZWRjYXRlZ29yeWlkIjtpOjEwNTtzOjE5OiJ2bWxhc3R2aXNpdGVkbWFudWlkIjtpOi0xO3M6MTU6InZtbGFzdHZpc0l0ZW1pZCI7aToxMDk7fX19\";'
, `time` = '1759346499'
WHERE `session_id` = '078470927072b3836638e1ae6fd57706'
94 × SELECT `oldurl`, `dateadd`
FROM htocx_sh404sef_urls
76 × 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`
54 × SELECT `virtuemart_media_id`
FROM `htocx_virtuemart_product_medias`
54 × SELECT *
FROM `htocx_virtuemart_product_prices`
54 × SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_product_shoppergroups`
54 × SELECT pc.`virtuemart_category_id`
FROM `htocx_virtuemart_product_categories` as pc
43 × 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`
22 × SELECT `ordering`,`id`
FROM `htocx_virtuemart_product_categories`
22 × 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`
22 × 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`
11 × 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`
11 × SELECT `htocx_virtuemart_medias`.*
FROM `htocx_virtuemart_medias`
11 × SELECT virtuemart_product_id, product_name
FROM `htocx_virtuemart_products_en_gb` JOIN `htocx_virtuemart_products` as C using (`virtuemart_product_id`)
11 × 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`
11 × 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`
5 × SELECT `htocx_virtuemart_manufacturers`.* ,`htocx_virtuemart_manufacturers_en_gb`.*
FROM `htocx_virtuemart_manufacturers`
INNER JOIN `htocx_virtuemart_manufacturers_en_gb` using (`virtuemart_manufacturer_id`)
3 × SELECT `category_name`,`virtuemart_category_id`
FROM `htocx_virtuemart_categories_en_gb`
3 × SELECT `category_child_id` AS `child`, `category_parent_id` AS `parent`
FROM htocx_virtuemart_category_categories AS `xref`
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
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 a.rules
FROM htocx_assets AS a
1 × SELECT `oldurl`, `newurl`, `dateadd`
FROM htocx_sh404sef_urls
1 × SELECT *
FROM `htocx_menu`
1 × SELECT `enabled`
FROM `htocx_extensions`
1 × SELECT id
FROM htocx_assets
1 × SELECT *
FROM htocx_language
1 × SELECT params
FROM htocx_extensions AS e
1 × SELECT *
FROM htocx_jmap_metainfo
1 × SELECT *
FROM htocx_sh404sef_metas
1 × SELECT `virtuemart_currency_id`,CONCAT_WS(" ",`currency_name`,`currency_symbol`) as currency_txt
FROM `htocx_virtuemart_currencies`
1 × SELECT CONCAT(`vendor_accepted_currencies`, ",",`vendor_currency`) AS all_currencies, `vendor_currency`
FROM `htocx_virtuemart_vendors`
1 × SELECT `pageid`
FROM htocx_sh404sef_pageids
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 *
FROM `htocx_virtuemart_currencies`
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 `data`
FROM `htocx_session`
1 × SELECT `params`
FROM htocx_extensions
1 × select `alias`,`newurl`
from `htocx_sh404sef_aliases`
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 FOUND_ROWS(
1 × SELECT count(htocx_virtuemart_products.virtuemart_product_id) AS total
FROM `htocx_virtuemart_products`, `htocx_virtuemart_product_categories`
1 × SELECT `config`
FROM `htocx_virtuemart_configs`
1 × SELECT `virtuemart_shoppergroup_id`
FROM `htocx_virtuemart_vmuser_shoppergroups`
1 × SELECT `price_display`,`custom_price_display`
FROM `htocx_virtuemart_shoppergroups` AS `sg`
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 `virtuemart_media_id`
FROM `htocx_virtuemart_category_medias`
1 × SELECT `category_child_id`
FROM `htocx_virtuemart_category_categories`
1 × SELECT *
FROM htocx_virtuemart_calcs
1 × SHOW FULL COLUMNS
FROM `htocx_sh404sef_metas
1 × UPDATE `htocx_session`
SET `data` = 'joomla|s:2688:\"Tzo5OiJKUmVnaXN0cnkiOjE6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo5OiJfX2RlZmF1bHQiO086ODoic3RkQ2xhc3MiOjQ6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjI7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzU5MzQ2NDk4O3M6NDoibGFzdCI7aToxNzU5MzQ2NDk4O3M6Mzoibm93IjtpOjE3NTkzNDY0OTk7fXM6NToidG9rZW4iO3M6MzI6IjQ5N2E5NTY5Mjc0ZDAxZjNjNWZlYmQ4ZmI0ZjM4ZTM1Ijt9czo4OiJyZWdpc3RyeSI7Tzo5OiJKUmVnaXN0cnkiOjE6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MTp7czoxNDoiY29tX3ZpcnR1ZW1hcnQiO086ODoic3RkQ2xhc3MiOjE6e3M6MTQ6ImNhdGVnb3J5YzEwNW0wIjtPOjg6InN0ZENsYXNzIjoxOntzOjEwOiJsaW1pdHN0YXJ0IjtpOjA7fX19fXM6NDoidXNlciI7Tzo1OiJKVXNlciI6MjU6e3M6OToiACoAaXNSb290IjtiOjA7czoyOiJpZCI7aTowO3M6NDoibmFtZSI7TjtzOjg6InVzZXJuYW1lIjtOO3M6NToiZW1haWwiO047czo4OiJwYXNzd29yZCI7TjtzOjE0OiJwYXNzd29yZF9jbGVhciI7czowOiIiO3M6ODoidXNlcnR5cGUiO047czo1OiJibG9jayI7TjtzOjk6InNlbmRFbWFpbCI7aTowO3M6MTI6InJlZ2lzdGVyRGF0ZSI7TjtzOjEzOiJsYXN0dmlzaXREYXRlIjtOO3M6MTA6ImFjdGl2YXRpb24iO047czo2OiJwYXJhbXMiO047czo2OiJncm91cHMiO2E6MDp7fXM6NToiZ3Vlc3QiO2k6MTtzOjEzOiJsYXN0UmVzZXRUaW1lIjtOO3M6MTA6InJlc2V0Q291bnQiO047czoxMDoiACoAX3BhcmFtcyI7Tzo5OiJKUmVnaXN0cnkiOjE6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fX1zOjE0OiIAKgBfYXV0aEdyb3VwcyI7YToxOntpOjA7aToxO31zOjE0OiIAKgBfYXV0aExldmVscyI7YToyOntpOjA7aToxO2k6MTtpOjE7fXM6MTU6IgAqAF9hdXRoQWN0aW9ucyI7TjtzOjEyOiIAKgBfZXJyb3JNc2ciO047czoxMDoiACoAX2Vycm9ycyI7YTowOnt9czozOiJhaWQiO2k6MDt9czoxMToiYXBwbGljYXRpb24iO086ODoic3RkQ2xhc3MiOjE6e3M6NToicXVldWUiO047fX1zOjQ6Il9fdm0iO086ODoic3RkQ2xhc3MiOjQ6e3M6Njoidm1jYXJ0IjtzOjc1MjoiTzo4OiJzdGRDbGFzcyI6Mjg6e3M6ODoicHJvZHVjdHMiO2E6MDp7fXM6ODoidmVuZG9ySWQiO2k6MTtzOjIxOiJsYXN0VmlzaXRlZENhdGVnb3J5SWQiO2k6MDtzOjI4OiJ2aXJ0dWVtYXJ0X3NoaXBtZW50bWV0aG9kX2lkIjtpOjA7czoyNzoidmlydHVlbWFydF9wYXltZW50bWV0aG9kX2lkIjtpOjA7czoyNToiYXV0b21hdGljU2VsZWN0ZWRTaGlwbWVudCI7YjowO3M6MjQ6ImF1dG9tYXRpY1NlbGVjdGVkUGF5bWVudCI7YjowO3M6MTI6Im9yZGVyX251bWJlciI7TjtzOjE5OiJ2aXJ0dWVtYXJ0X29yZGVyX2lkIjtiOjA7czoyOiJCVCI7aTowO3M6MjoiU1QiO2k6MDtzOjExOiJ0b3NBY2NlcHRlZCI7YjowO3M6MTY6ImN1c3RvbWVyX2NvbW1lbnQiO3M6MDoiIjtzOjEwOiJjb3Vwb25Db2RlIjtzOjA6IiI7czoyMDoiX3RyaWVzVmFsaWRhdGVDb3Vwb24iO2E6MDp7fXM6MTQ6Im9yZGVyX2xhbmd1YWdlIjtzOjA6IiI7czo4OiJjYXJ0RGF0YSI7TjtzOjU6Imxpc3RzIjtOO3M6MTQ6InByaWNlc0N1cnJlbmN5IjtOO3M6MTU6InBheW1lbnRDdXJyZW5jeSI7TjtzOjEwOiJfaW5Db25maXJtIjtiOjA7czoxMToiX2luQ2hlY2tPdXQiO2I6MDtzOjE0OiJfZGF0YVZhbGlkYXRlZCI7YjowO3M6MTI6Il9jb25maXJtRG9uZSI7YjowO3M6MTA6IlNUc2FtZUFzQlQiO2I6MTtzOjE1OiJjdXN0b21lcl9udW1iZXIiO3M6Nzoibm9ucmVnXyI7czo2OiJsYXlvdXQiO3M6NzoiZGVmYXVsdCI7czoxMDoibGF5b3V0UGF0aCI7czowOiIiO30iO3M6MjM6InZtbGFzdHZpc2l0ZWRjYXRlZ29yeWlkIjtpOjEwNTtzOjE5OiJ2bWxhc3R2aXNpdGVkbWFudWlkIjtpOi0xO3M6MTU6InZtbGFzdHZpc0l0ZW1pZCI7aToxMDk7fX19\";' , `time` = '1759346499'
1 × SHOW FULL COLUMNS
FROM `htocx_assets
1 × SHOW TABLE
1 × SHOW TABLES LIKE "htocx_virtuemart_configs
1 × DELETE
FROM `htocx_session`