Consola de depuração Joomla
password_clear ⇒
groups ⇒
vmcart ⇒ O:8:"stdClass":22:{s:8:"products";a:0:{}s:8:"vendorId";i:1;s:21:"lastVisitedCategoryId";i:0;s:28:"virtuemart_shipmentmethod_id";i:0;s:27:"virtuemart_paymentmethod_id";i:0;s:25:"automaticSelectedShipment";b:0;s:24:"automaticSelectedPayment";b:0;s:12:"order_number";N;s:2:"BT";i:0;s:2:"ST";i:0;s:11:"tosAccepted";N;s:16:"customer_comment";s:0:"";s:10:"couponCode";s:0:"";s:8:"cartData";N;s:5:"lists";N;s:17:"pricesUnformatted";N;s:14:"pricesCurrency";N;s:15:"paymentCurrency";N;s:11:"_inCheckOut";b:0;s:14:"_dataValidated";b:0;s:12:"_confirmDone";b:0;s:10:"STsameAsBT";i:0;}
Application 0.000 seconds (+0.000); 0.61 MB (+0.610) - afterLoad
Application 0.019 seconds (+0.019); 3.46 MB (+2.855) - afterInitialise
Application 0.029 seconds (+0.011); 5.03 MB (+1.570) - afterRoute
Application 0.108 seconds (+0.079); 11.52 MB (+6.484) - afterDispatch
Application 0.117 seconds (+0.008); 12.37 MB (+0.849) - beforeRenderModule mod_menu (Footer menu)
Application 0.119 seconds (+0.003); 12.53 MB (+0.164) - afterRenderModule mod_menu (Footer menu)
Application 0.120 seconds (+0.000); 12.53 MB (-0.007) - beforeRenderModule mod_custom (EasyPay)
Application 0.120 seconds (+0.001); 12.53 MB (+0.007) - afterRenderModule mod_custom (EasyPay)
Application 0.120 seconds (+0.000); 12.53 MB (-0.002) - beforeRenderModule mod_custom (Newsengage)
Application 0.120 seconds (+0.000); 12.53 MB (+0.004) - afterRenderModule mod_custom (Newsengage)
Application 0.121 seconds (+0.000); 12.53 MB (-0.001) - beforeRenderModule mod_menu (Menu Mobile)
Application 0.122 seconds (+0.001); 12.57 MB (+0.032) - afterRenderModule mod_menu (Menu Mobile)
Application 0.122 seconds (+0.000); 12.56 MB (-0.007) - beforeRenderModule mod_custom (Redes)
Application 0.122 seconds (+0.000); 12.56 MB (+0.004) - afterRenderModule mod_custom (Redes)
Application 0.122 seconds (+0.000); 12.56 MB (-0.002) - beforeRenderModule mod_custom (Logo)
Application 0.122 seconds (+0.000); 12.56 MB (+0.004) - afterRenderModule mod_custom (Logo)
Application 0.125 seconds (+0.003); 12.64 MB (+0.071) - afterRender
12.68 MB (13,299,640 Bytes)
199 pedidos registados
SELECT `data`
FROM `st0w9_session`
WHERE `session_id` = '0e02b7792987ab90f193a37e2d8239e4'
DELETE
FROM `st0w9_session`
WHERE `time` < '1695970805'
SELECT `session_id`
FROM `st0w9_session`
WHERE `session_id` = '0e02b7792987ab90f193a37e2d8239e4'
LIMIT 0, 1
INSERT INTO `st0w9_session`
(`session_id`, `client_id`, `time`)
VALUES
('0e02b7792987ab90f193a37e2d8239e4', 0, '1695972905')
SELECT extension_id AS id, element AS "option", params, enabled
FROM st0w9_extensions
WHERE `type` = 'component'
AND `element` = 'com_users'
SELECT b.id
FROM st0w9_usergroups AS a
LEFT JOIN st0w9_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 1
SELECT id, rules
FROM `st0w9_viewlevels`
SELECT folder AS type, element AS name, params
FROM st0w9_extensions
WHERE enabled >= 1
AND type ='plugin'
AND state >= 0
AND access IN (1,1)
ORDER BY ordering
SELECT extension_id AS id, element AS "option", params, enabled
FROM st0w9_extensions
WHERE `type` = 'component'
AND `element` = 'com_languages'
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 st0w9_menu AS m
LEFT JOIN st0w9_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
SHOW TABLES LIKE "%virtuemart_configs%"
SELECT `config`
FROM `st0w9_virtuemart_configs`
WHERE `virtuemart_config_id` = "1";
SELECT `virtuemart_permgroup_id`,`group_name`,`group_level`
FROM `st0w9_virtuemart_permgroups`
ORDER BY `group_level`
SELECT *
FROM st0w9_languages
WHERE published=1
ORDER BY ordering ASC
SELECT extension_id AS id, element AS "option", params, enabled
FROM st0w9_extensions
WHERE `type` = 'component'
AND `element` = 'com_virtuemart'
SELECT *
FROM `st0w9_menu`
where `link` like "index.php?option=com_virtuemart%"
and client_id=0
and published=1
and (language="*" or language="pt_pt")
SELECT id, home, template, s.params
FROM st0w9_template_styles as s
LEFT JOIN st0w9_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
SELECT `virtuemart_media_id`
FROM `st0w9_virtuemart_category_medias`
WHERE `virtuemart_category_id` = "0"
ORDER BY `ordering`
SELECT `category_child_id`
FROM `st0w9_virtuemart_category_categories`
WHERE `category_parent_id` = 0
SELECT SQL_CALC_FOUND_ROWS c.`virtuemart_category_id`, l.`category_description`, l.`category_name`, c.`ordering`, c.`published`, cx.`category_child_id`, cx.`category_parent_id`, c.`shared`
FROM `st0w9_virtuemart_categories_pt_pt` l
JOIN `st0w9_virtuemart_categories` AS c using (`virtuemart_category_id`)
LEFT JOIN `st0w9_virtuemart_category_categories` AS cx
ON l.`virtuemart_category_id` = cx.`category_child_id`
WHERE c.`published` = 1
AND cx.`category_parent_id` = 0
AND (c.`virtuemart_vendor_id` = "1" OR c.`shared` = "1")
ORDER BY ordering ASC
LIMIT 0, 10
SELECT FOUND_ROWS()
SELECT L.*
FROM `st0w9_virtuemart_categories_pt_pt` as L
JOIN `st0w9_virtuemart_categories` as C using (`virtuemart_category_id`)
LEFT JOIN `st0w9_virtuemart_category_categories` as CC
on C.`virtuemart_category_id` = CC.`category_child_id`
WHERE CC.`category_parent_id` = 0
AND C.`virtuemart_vendor_id` = 1
AND C.`published` = 1
ORDER BY C.`ordering`, L.`category_name` ASC
SELECT `virtuemart_media_id`
FROM `st0w9_virtuemart_category_medias`
WHERE `virtuemart_category_id` = "7"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `st0w9_virtuemart_vmuser_shoppergroups`
WHERE `virtuemart_user_id` = "0"
SELECT *
FROM `st0w9_virtuemart_shoppergroups`
WHERE `default` = "2"
AND `virtuemart_vendor_id` = "1"
SELECT `virtuemart_userinfo_id`
FROM `st0w9_virtuemart_userinfos`
WHERE `virtuemart_user_id` = "0"
SELECT SQL_CALC_FOUND_ROWS l.`virtuemart_product_id`
FROM `st0w9_virtuemart_products_pt_pt` as l JOIN `st0w9_virtuemart_products` AS p using (`virtuemart_product_id`)
LEFT JOIN `st0w9_virtuemart_product_categories`
ON p.`virtuemart_product_id` = `st0w9_virtuemart_product_categories`.`virtuemart_product_id`
LEFT JOIN `st0w9_virtuemart_categories_pt_pt` as c
ON c.`virtuemart_category_id` = `st0w9_virtuemart_product_categories`.`virtuemart_category_id`
LEFT JOIN `st0w9_virtuemart_product_shoppergroups`
ON p.`virtuemart_product_id` = `st0w9_virtuemart_product_shoppergroups`.`virtuemart_product_id`
LEFT
OUTER JOIN `st0w9_virtuemart_shoppergroups` as s
ON s.`virtuemart_shoppergroup_id` = `st0w9_virtuemart_product_shoppergroups`.`virtuemart_shoppergroup_id`
WHERE ( p.`published`="1"
AND ( s.`virtuemart_shoppergroup_id`= "1" OR s.`virtuemart_shoppergroup_id` IS NULL ) )
group by p.`virtuemart_product_id`
ORDER BY `st0w9_virtuemart_product_categories`.`ordering` DESC
LIMIT 0, 10
SELECT FOUND_ROWS()
SHOW FULL COLUMNS
FROM `st0w9_virtuemart_products`
SELECT `st0w9_virtuemart_products_pt_pt`.* ,`st0w9_virtuemart_products`.* ,`st0w9_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`st0w9_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `st0w9_virtuemart_products_pt_pt` JOIN st0w9_virtuemart_products using (`virtuemart_product_id`)
LEFT JOIN `st0w9_virtuemart_product_manufacturers`
on `st0w9_virtuemart_product_manufacturers`.`virtuemart_product_id`=`st0w9_virtuemart_products_pt_pt`.`virtuemart_product_id`
LEFT JOIN `st0w9_virtuemart_product_customfields`
on `st0w9_virtuemart_product_customfields`.`virtuemart_product_id`=`st0w9_virtuemart_products_pt_pt`.`virtuemart_product_id`
WHERE st0w9_virtuemart_products_pt_pt.`virtuemart_product_id` = "23"
SELECT `virtuemart_media_id`
FROM `st0w9_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "23"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `st0w9_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "23"
SHOW FULL COLUMNS
FROM `st0w9_virtuemart_product_prices`
SELECT `st0w9_virtuemart_product_prices`.*
FROM `st0w9_virtuemart_product_prices`
WHERE st0w9_virtuemart_product_prices.`virtuemart_product_id` = "23"
SELECT pc.`virtuemart_category_id`
FROM `st0w9_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 23
SELECT `ordering`,`id`
FROM `st0w9_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "23"
and `virtuemart_category_id`= "7"
SHOW FULL COLUMNS
FROM `st0w9_virtuemart_categories`
SELECT `st0w9_virtuemart_categories_pt_pt`.* ,`st0w9_virtuemart_categories`.*
FROM `st0w9_virtuemart_categories_pt_pt` JOIN st0w9_virtuemart_categories using (`virtuemart_category_id`)
WHERE st0w9_virtuemart_categories_pt_pt.`virtuemart_category_id` = "7"
SELECT `slug`
FROM `st0w9_virtuemart_products_pt_pt`
WHERE `virtuemart_product_id` = 23
SELECT C.`virtuemart_custom_id` , `custom_element`, `custom_params`, `custom_parent_id` , `admin_only` , `custom_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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =23
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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =23
and `field_type` = "Z"
and is_cart_attribute = 0
order by 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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =23
and `field_type` = "R"
and is_cart_attribute = 0
order by virtuemart_custom_id
SELECT C.`virtuemart_custom_id`, `custom_title`, C.`custom_value`,`custom_field_desc` ,`custom_tip`,`field_type`,field.`virtuemart_customfield_id`,`is_hidden`
FROM `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =23
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`
FROM `st0w9_virtuemart_vendors`
WHERE `virtuemart_vendor_id`="1"
SELECT `price_display`,`custom_price_display`
FROM `st0w9_virtuemart_shoppergroups` AS `sg`
WHERE `sg`.`default` = "2"
SELECT *
FROM `st0w9_virtuemart_currencies`
WHERE `virtuemart_currency_id`="47"
SELECT *
FROM st0w9_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 <= "2023-09-29 07:35:05" )
AND ( publish_down = "0000-00-00 00:00:00" OR publish_down >= "2023-09-29 07:35:05" )
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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =23
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=16
ORDER BY field.`ordering`
SELECT m.*
FROM `st0w9_virtuemart_medias` as m
WHERE `file_is_forSale` = 1
AND `published`="1"
AND m.`virtuemart_media_id`=31
SELECT virtuemart_product_id, product_name
FROM `st0w9_virtuemart_products_pt_pt`
JOIN `st0w9_virtuemart_products` as C using (`virtuemart_product_id`)
WHERE `product_parent_id` =23
SELECT `st0w9_virtuemart_products_pt_pt`.* ,`st0w9_virtuemart_products`.* ,`st0w9_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`st0w9_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `st0w9_virtuemart_products_pt_pt` JOIN st0w9_virtuemart_products using (`virtuemart_product_id`)
LEFT JOIN `st0w9_virtuemart_product_manufacturers`
on `st0w9_virtuemart_product_manufacturers`.`virtuemart_product_id`=`st0w9_virtuemart_products_pt_pt`.`virtuemart_product_id`
LEFT JOIN `st0w9_virtuemart_product_customfields`
on `st0w9_virtuemart_product_customfields`.`virtuemart_product_id`=`st0w9_virtuemart_products_pt_pt`.`virtuemart_product_id`
WHERE st0w9_virtuemart_products_pt_pt.`virtuemart_product_id` = "24"
SELECT `virtuemart_media_id`
FROM `st0w9_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "24"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `st0w9_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "24"
SELECT `st0w9_virtuemart_product_prices`.*
FROM `st0w9_virtuemart_product_prices`
WHERE st0w9_virtuemart_product_prices.`virtuemart_product_id` = "24"
SELECT pc.`virtuemart_category_id`
FROM `st0w9_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 24
SELECT `ordering`,`id`
FROM `st0w9_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "24"
and `virtuemart_category_id`= "7"
SELECT `st0w9_virtuemart_categories_pt_pt`.* ,`st0w9_virtuemart_categories`.*
FROM `st0w9_virtuemart_categories_pt_pt` JOIN st0w9_virtuemart_categories using (`virtuemart_category_id`)
WHERE st0w9_virtuemart_categories_pt_pt.`virtuemart_category_id` = "7"
SELECT `slug`
FROM `st0w9_virtuemart_products_pt_pt`
WHERE `virtuemart_product_id` = 24
SELECT C.`virtuemart_custom_id` , `custom_element`, `custom_params`, `custom_parent_id` , `admin_only` , `custom_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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =24
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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =24
and `field_type` = "Z"
and is_cart_attribute = 0
order by 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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =24
and `field_type` = "R"
and is_cart_attribute = 0
order by virtuemart_custom_id
SELECT C.`virtuemart_custom_id`, `custom_title`, C.`custom_value`,`custom_field_desc` ,`custom_tip`,`field_type`,field.`virtuemart_customfield_id`,`is_hidden`
FROM `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =24
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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =24
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=16
ORDER BY field.`ordering`
SELECT m.*
FROM `st0w9_virtuemart_medias` as m
WHERE `file_is_forSale` = 1
AND `published`="1"
AND m.`virtuemart_media_id`=32
SELECT virtuemart_product_id, product_name
FROM `st0w9_virtuemart_products_pt_pt`
JOIN `st0w9_virtuemart_products` as C using (`virtuemart_product_id`)
WHERE `product_parent_id` =24
SELECT `st0w9_virtuemart_products_pt_pt`.* ,`st0w9_virtuemart_products`.* ,`st0w9_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`st0w9_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `st0w9_virtuemart_products_pt_pt` JOIN st0w9_virtuemart_products using (`virtuemart_product_id`)
LEFT JOIN `st0w9_virtuemart_product_manufacturers`
on `st0w9_virtuemart_product_manufacturers`.`virtuemart_product_id`=`st0w9_virtuemart_products_pt_pt`.`virtuemart_product_id`
LEFT JOIN `st0w9_virtuemart_product_customfields`
on `st0w9_virtuemart_product_customfields`.`virtuemart_product_id`=`st0w9_virtuemart_products_pt_pt`.`virtuemart_product_id`
WHERE st0w9_virtuemart_products_pt_pt.`virtuemart_product_id` = "25"
SELECT `virtuemart_media_id`
FROM `st0w9_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "25"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `st0w9_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "25"
SELECT `st0w9_virtuemart_product_prices`.*
FROM `st0w9_virtuemart_product_prices`
WHERE st0w9_virtuemart_product_prices.`virtuemart_product_id` = "25"
SELECT pc.`virtuemart_category_id`
FROM `st0w9_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 25
SELECT `ordering`,`id`
FROM `st0w9_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "25"
and `virtuemart_category_id`= "7"
SELECT `st0w9_virtuemart_categories_pt_pt`.* ,`st0w9_virtuemart_categories`.*
FROM `st0w9_virtuemart_categories_pt_pt` JOIN st0w9_virtuemart_categories using (`virtuemart_category_id`)
WHERE st0w9_virtuemart_categories_pt_pt.`virtuemart_category_id` = "7"
SELECT `slug`
FROM `st0w9_virtuemart_products_pt_pt`
WHERE `virtuemart_product_id` = 25
SELECT C.`virtuemart_custom_id` , `custom_element`, `custom_params`, `custom_parent_id` , `admin_only` , `custom_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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =25
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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =25
and `field_type` = "Z"
and is_cart_attribute = 0
order by 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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =25
and `field_type` = "R"
and is_cart_attribute = 0
order by virtuemart_custom_id
SELECT C.`virtuemart_custom_id`, `custom_title`, C.`custom_value`,`custom_field_desc` ,`custom_tip`,`field_type`,field.`virtuemart_customfield_id`,`is_hidden`
FROM `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =25
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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =25
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=16
ORDER BY field.`ordering`
SELECT m.*
FROM `st0w9_virtuemart_medias` as m
WHERE `file_is_forSale` = 1
AND `published`="1"
AND m.`virtuemart_media_id`=37
SELECT virtuemart_product_id, product_name
FROM `st0w9_virtuemart_products_pt_pt`
JOIN `st0w9_virtuemart_products` as C using (`virtuemart_product_id`)
WHERE `product_parent_id` =25
SELECT `st0w9_virtuemart_products_pt_pt`.* ,`st0w9_virtuemart_products`.* ,`st0w9_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`st0w9_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `st0w9_virtuemart_products_pt_pt` JOIN st0w9_virtuemart_products using (`virtuemart_product_id`)
LEFT JOIN `st0w9_virtuemart_product_manufacturers`
on `st0w9_virtuemart_product_manufacturers`.`virtuemart_product_id`=`st0w9_virtuemart_products_pt_pt`.`virtuemart_product_id`
LEFT JOIN `st0w9_virtuemart_product_customfields`
on `st0w9_virtuemart_product_customfields`.`virtuemart_product_id`=`st0w9_virtuemart_products_pt_pt`.`virtuemart_product_id`
WHERE st0w9_virtuemart_products_pt_pt.`virtuemart_product_id` = "26"
SELECT `virtuemart_media_id`
FROM `st0w9_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "26"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `st0w9_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "26"
SELECT `st0w9_virtuemart_product_prices`.*
FROM `st0w9_virtuemart_product_prices`
WHERE st0w9_virtuemart_product_prices.`virtuemart_product_id` = "26"
SELECT pc.`virtuemart_category_id`
FROM `st0w9_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 26
SELECT `ordering`,`id`
FROM `st0w9_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "26"
and `virtuemart_category_id`= "7"
SELECT `st0w9_virtuemart_categories_pt_pt`.* ,`st0w9_virtuemart_categories`.*
FROM `st0w9_virtuemart_categories_pt_pt` JOIN st0w9_virtuemart_categories using (`virtuemart_category_id`)
WHERE st0w9_virtuemart_categories_pt_pt.`virtuemart_category_id` = "7"
SELECT `slug`
FROM `st0w9_virtuemart_products_pt_pt`
WHERE `virtuemart_product_id` = 26
SELECT C.`virtuemart_custom_id` , `custom_element`, `custom_params`, `custom_parent_id` , `admin_only` , `custom_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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =26
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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =26
and `field_type` = "Z"
and is_cart_attribute = 0
order by 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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =26
and `field_type` = "R"
and is_cart_attribute = 0
order by virtuemart_custom_id
SELECT C.`virtuemart_custom_id`, `custom_title`, C.`custom_value`,`custom_field_desc` ,`custom_tip`,`field_type`,field.`virtuemart_customfield_id`,`is_hidden`
FROM `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =26
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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =26
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=16
ORDER BY field.`ordering`
SELECT m.*
FROM `st0w9_virtuemart_medias` as m
WHERE `file_is_forSale` = 1
AND `published`="1"
AND m.`virtuemart_media_id`=38
SELECT virtuemart_product_id, product_name
FROM `st0w9_virtuemart_products_pt_pt`
JOIN `st0w9_virtuemart_products` as C using (`virtuemart_product_id`)
WHERE `product_parent_id` =26
SELECT `st0w9_virtuemart_products_pt_pt`.* ,`st0w9_virtuemart_products`.* ,`st0w9_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`st0w9_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `st0w9_virtuemart_products_pt_pt` JOIN st0w9_virtuemart_products using (`virtuemart_product_id`)
LEFT JOIN `st0w9_virtuemart_product_manufacturers`
on `st0w9_virtuemart_product_manufacturers`.`virtuemart_product_id`=`st0w9_virtuemart_products_pt_pt`.`virtuemart_product_id`
LEFT JOIN `st0w9_virtuemart_product_customfields`
on `st0w9_virtuemart_product_customfields`.`virtuemart_product_id`=`st0w9_virtuemart_products_pt_pt`.`virtuemart_product_id`
WHERE st0w9_virtuemart_products_pt_pt.`virtuemart_product_id` = "27"
SELECT `virtuemart_media_id`
FROM `st0w9_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "27"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `st0w9_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "27"
SELECT `st0w9_virtuemart_product_prices`.*
FROM `st0w9_virtuemart_product_prices`
WHERE st0w9_virtuemart_product_prices.`virtuemart_product_id` = "27"
SELECT pc.`virtuemart_category_id`
FROM `st0w9_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 27
SELECT `ordering`,`id`
FROM `st0w9_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "27"
and `virtuemart_category_id`= "7"
SELECT `st0w9_virtuemart_categories_pt_pt`.* ,`st0w9_virtuemart_categories`.*
FROM `st0w9_virtuemart_categories_pt_pt` JOIN st0w9_virtuemart_categories using (`virtuemart_category_id`)
WHERE st0w9_virtuemart_categories_pt_pt.`virtuemart_category_id` = "7"
SELECT `slug`
FROM `st0w9_virtuemart_products_pt_pt`
WHERE `virtuemart_product_id` = 27
SELECT C.`virtuemart_custom_id` , `custom_element`, `custom_params`, `custom_parent_id` , `admin_only` , `custom_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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =27
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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =27
and `field_type` = "Z"
and is_cart_attribute = 0
order by 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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =27
and `field_type` = "R"
and is_cart_attribute = 0
order by virtuemart_custom_id
SELECT C.`virtuemart_custom_id`, `custom_title`, C.`custom_value`,`custom_field_desc` ,`custom_tip`,`field_type`,field.`virtuemart_customfield_id`,`is_hidden`
FROM `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =27
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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =27
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=16
ORDER BY field.`ordering`
SELECT m.*
FROM `st0w9_virtuemart_medias` as m
WHERE `file_is_forSale` = 1
AND `published`="1"
AND m.`virtuemart_media_id`=40
SELECT virtuemart_product_id, product_name
FROM `st0w9_virtuemart_products_pt_pt`
JOIN `st0w9_virtuemart_products` as C using (`virtuemart_product_id`)
WHERE `product_parent_id` =27
SELECT `st0w9_virtuemart_products_pt_pt`.* ,`st0w9_virtuemart_products`.* ,`st0w9_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`st0w9_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `st0w9_virtuemart_products_pt_pt` JOIN st0w9_virtuemart_products using (`virtuemart_product_id`)
LEFT JOIN `st0w9_virtuemart_product_manufacturers`
on `st0w9_virtuemart_product_manufacturers`.`virtuemart_product_id`=`st0w9_virtuemart_products_pt_pt`.`virtuemart_product_id`
LEFT JOIN `st0w9_virtuemart_product_customfields`
on `st0w9_virtuemart_product_customfields`.`virtuemart_product_id`=`st0w9_virtuemart_products_pt_pt`.`virtuemart_product_id`
WHERE st0w9_virtuemart_products_pt_pt.`virtuemart_product_id` = "28"
SELECT `virtuemart_media_id`
FROM `st0w9_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "28"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `st0w9_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "28"
SELECT `st0w9_virtuemart_product_prices`.*
FROM `st0w9_virtuemart_product_prices`
WHERE st0w9_virtuemart_product_prices.`virtuemart_product_id` = "28"
SELECT pc.`virtuemart_category_id`
FROM `st0w9_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 28
SELECT `ordering`,`id`
FROM `st0w9_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "28"
and `virtuemart_category_id`= "7"
SELECT `st0w9_virtuemart_categories_pt_pt`.* ,`st0w9_virtuemart_categories`.*
FROM `st0w9_virtuemart_categories_pt_pt` JOIN st0w9_virtuemart_categories using (`virtuemart_category_id`)
WHERE st0w9_virtuemart_categories_pt_pt.`virtuemart_category_id` = "7"
SELECT `slug`
FROM `st0w9_virtuemart_products_pt_pt`
WHERE `virtuemart_product_id` = 28
SELECT C.`virtuemart_custom_id` , `custom_element`, `custom_params`, `custom_parent_id` , `admin_only` , `custom_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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =28
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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =28
and `field_type` = "Z"
and is_cart_attribute = 0
order by 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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =28
and `field_type` = "R"
and is_cart_attribute = 0
order by virtuemart_custom_id
SELECT C.`virtuemart_custom_id`, `custom_title`, C.`custom_value`,`custom_field_desc` ,`custom_tip`,`field_type`,field.`virtuemart_customfield_id`,`is_hidden`
FROM `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =28
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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =28
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=16
ORDER BY field.`ordering`
SELECT m.*
FROM `st0w9_virtuemart_medias` as m
WHERE `file_is_forSale` = 1
AND `published`="1"
AND m.`virtuemart_media_id`=43
SELECT virtuemart_product_id, product_name
FROM `st0w9_virtuemart_products_pt_pt`
JOIN `st0w9_virtuemart_products` as C using (`virtuemart_product_id`)
WHERE `product_parent_id` =28
SELECT `st0w9_virtuemart_products_pt_pt`.* ,`st0w9_virtuemart_products`.* ,`st0w9_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`st0w9_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `st0w9_virtuemart_products_pt_pt` JOIN st0w9_virtuemart_products using (`virtuemart_product_id`)
LEFT JOIN `st0w9_virtuemart_product_manufacturers`
on `st0w9_virtuemart_product_manufacturers`.`virtuemart_product_id`=`st0w9_virtuemart_products_pt_pt`.`virtuemart_product_id`
LEFT JOIN `st0w9_virtuemart_product_customfields`
on `st0w9_virtuemart_product_customfields`.`virtuemart_product_id`=`st0w9_virtuemart_products_pt_pt`.`virtuemart_product_id`
WHERE st0w9_virtuemart_products_pt_pt.`virtuemart_product_id` = "29"
SELECT `virtuemart_media_id`
FROM `st0w9_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "29"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `st0w9_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "29"
SELECT `st0w9_virtuemart_product_prices`.*
FROM `st0w9_virtuemart_product_prices`
WHERE st0w9_virtuemart_product_prices.`virtuemart_product_id` = "29"
SELECT pc.`virtuemart_category_id`
FROM `st0w9_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 29
SELECT `ordering`,`id`
FROM `st0w9_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "29"
and `virtuemart_category_id`= "7"
SELECT `st0w9_virtuemart_categories_pt_pt`.* ,`st0w9_virtuemart_categories`.*
FROM `st0w9_virtuemart_categories_pt_pt` JOIN st0w9_virtuemart_categories using (`virtuemart_category_id`)
WHERE st0w9_virtuemart_categories_pt_pt.`virtuemart_category_id` = "7"
SELECT `slug`
FROM `st0w9_virtuemart_products_pt_pt`
WHERE `virtuemart_product_id` = 29
SELECT C.`virtuemart_custom_id` , `custom_element`, `custom_params`, `custom_parent_id` , `admin_only` , `custom_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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =29
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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =29
and `field_type` = "Z"
and is_cart_attribute = 0
order by 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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =29
and `field_type` = "R"
and is_cart_attribute = 0
order by virtuemart_custom_id
SELECT C.`virtuemart_custom_id`, `custom_title`, C.`custom_value`,`custom_field_desc` ,`custom_tip`,`field_type`,field.`virtuemart_customfield_id`,`is_hidden`
FROM `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =29
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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =29
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=16
ORDER BY field.`ordering`
SELECT m.*
FROM `st0w9_virtuemart_medias` as m
WHERE `file_is_forSale` = 1
AND `published`="1"
AND m.`virtuemart_media_id`=45
SELECT virtuemart_product_id, product_name
FROM `st0w9_virtuemart_products_pt_pt`
JOIN `st0w9_virtuemart_products` as C using (`virtuemart_product_id`)
WHERE `product_parent_id` =29
SELECT `st0w9_virtuemart_products_pt_pt`.* ,`st0w9_virtuemart_products`.* ,`st0w9_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`st0w9_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `st0w9_virtuemart_products_pt_pt` JOIN st0w9_virtuemart_products using (`virtuemart_product_id`)
LEFT JOIN `st0w9_virtuemart_product_manufacturers`
on `st0w9_virtuemart_product_manufacturers`.`virtuemart_product_id`=`st0w9_virtuemart_products_pt_pt`.`virtuemart_product_id`
LEFT JOIN `st0w9_virtuemart_product_customfields`
on `st0w9_virtuemart_product_customfields`.`virtuemart_product_id`=`st0w9_virtuemart_products_pt_pt`.`virtuemart_product_id`
WHERE st0w9_virtuemart_products_pt_pt.`virtuemart_product_id` = "30"
SELECT `virtuemart_media_id`
FROM `st0w9_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "30"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `st0w9_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "30"
SELECT `st0w9_virtuemart_product_prices`.*
FROM `st0w9_virtuemart_product_prices`
WHERE st0w9_virtuemart_product_prices.`virtuemart_product_id` = "30"
SELECT pc.`virtuemart_category_id`
FROM `st0w9_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 30
SELECT `ordering`,`id`
FROM `st0w9_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "30"
and `virtuemart_category_id`= "7"
SELECT `st0w9_virtuemart_categories_pt_pt`.* ,`st0w9_virtuemart_categories`.*
FROM `st0w9_virtuemart_categories_pt_pt` JOIN st0w9_virtuemart_categories using (`virtuemart_category_id`)
WHERE st0w9_virtuemart_categories_pt_pt.`virtuemart_category_id` = "7"
SELECT `slug`
FROM `st0w9_virtuemart_products_pt_pt`
WHERE `virtuemart_product_id` = 30
SELECT C.`virtuemart_custom_id` , `custom_element`, `custom_params`, `custom_parent_id` , `admin_only` , `custom_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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =30
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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =30
and `field_type` = "Z"
and is_cart_attribute = 0
order by 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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =30
and `field_type` = "R"
and is_cart_attribute = 0
order by virtuemart_custom_id
SELECT C.`virtuemart_custom_id`, `custom_title`, C.`custom_value`,`custom_field_desc` ,`custom_tip`,`field_type`,field.`virtuemart_customfield_id`,`is_hidden`
FROM `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =30
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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =30
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=16
ORDER BY field.`ordering`
SELECT m.*
FROM `st0w9_virtuemart_medias` as m
WHERE `file_is_forSale` = 1
AND `published`="1"
AND m.`virtuemart_media_id`=47
SELECT virtuemart_product_id, product_name
FROM `st0w9_virtuemart_products_pt_pt`
JOIN `st0w9_virtuemart_products` as C using (`virtuemart_product_id`)
WHERE `product_parent_id` =30
SELECT `st0w9_virtuemart_products_pt_pt`.* ,`st0w9_virtuemart_products`.* ,`st0w9_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`st0w9_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `st0w9_virtuemart_products_pt_pt` JOIN st0w9_virtuemart_products using (`virtuemart_product_id`)
LEFT JOIN `st0w9_virtuemart_product_manufacturers`
on `st0w9_virtuemart_product_manufacturers`.`virtuemart_product_id`=`st0w9_virtuemart_products_pt_pt`.`virtuemart_product_id`
LEFT JOIN `st0w9_virtuemart_product_customfields`
on `st0w9_virtuemart_product_customfields`.`virtuemart_product_id`=`st0w9_virtuemart_products_pt_pt`.`virtuemart_product_id`
WHERE st0w9_virtuemart_products_pt_pt.`virtuemart_product_id` = "31"
SELECT `virtuemart_media_id`
FROM `st0w9_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "31"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `st0w9_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "31"
SELECT `st0w9_virtuemart_product_prices`.*
FROM `st0w9_virtuemart_product_prices`
WHERE st0w9_virtuemart_product_prices.`virtuemart_product_id` = "31"
SELECT pc.`virtuemart_category_id`
FROM `st0w9_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 31
SELECT `ordering`,`id`
FROM `st0w9_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "31"
and `virtuemart_category_id`= "7"
SELECT `st0w9_virtuemart_categories_pt_pt`.* ,`st0w9_virtuemart_categories`.*
FROM `st0w9_virtuemart_categories_pt_pt` JOIN st0w9_virtuemart_categories using (`virtuemart_category_id`)
WHERE st0w9_virtuemart_categories_pt_pt.`virtuemart_category_id` = "7"
SELECT `slug`
FROM `st0w9_virtuemart_products_pt_pt`
WHERE `virtuemart_product_id` = 31
SELECT C.`virtuemart_custom_id` , `custom_element`, `custom_params`, `custom_parent_id` , `admin_only` , `custom_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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =31
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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =31
and `field_type` = "Z"
and is_cart_attribute = 0
order by 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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =31
and `field_type` = "R"
and is_cart_attribute = 0
order by virtuemart_custom_id
SELECT C.`virtuemart_custom_id`, `custom_title`, C.`custom_value`,`custom_field_desc` ,`custom_tip`,`field_type`,field.`virtuemart_customfield_id`,`is_hidden`
FROM `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =31
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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =31
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=16
ORDER BY field.`ordering`
SELECT m.*
FROM `st0w9_virtuemart_medias` as m
WHERE `file_is_forSale` = 1
AND `published`="1"
AND m.`virtuemart_media_id`=49
SELECT virtuemart_product_id, product_name
FROM `st0w9_virtuemart_products_pt_pt`
JOIN `st0w9_virtuemart_products` as C using (`virtuemart_product_id`)
WHERE `product_parent_id` =31
SELECT `st0w9_virtuemart_products_pt_pt`.* ,`st0w9_virtuemart_products`.* ,`st0w9_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`st0w9_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `st0w9_virtuemart_products_pt_pt` JOIN st0w9_virtuemart_products using (`virtuemart_product_id`)
LEFT JOIN `st0w9_virtuemart_product_manufacturers`
on `st0w9_virtuemart_product_manufacturers`.`virtuemart_product_id`=`st0w9_virtuemart_products_pt_pt`.`virtuemart_product_id`
LEFT JOIN `st0w9_virtuemart_product_customfields`
on `st0w9_virtuemart_product_customfields`.`virtuemart_product_id`=`st0w9_virtuemart_products_pt_pt`.`virtuemart_product_id`
WHERE st0w9_virtuemart_products_pt_pt.`virtuemart_product_id` = "35"
SELECT `virtuemart_media_id`
FROM `st0w9_virtuemart_product_medias`
WHERE `virtuemart_product_id` = "35"
ORDER BY `ordering`
SELECT `virtuemart_shoppergroup_id`
FROM `st0w9_virtuemart_product_shoppergroups`
WHERE `virtuemart_product_id` = "35"
SELECT `st0w9_virtuemart_product_prices`.*
FROM `st0w9_virtuemart_product_prices`
WHERE st0w9_virtuemart_product_prices.`virtuemart_product_id` = "35"
SELECT pc.`virtuemart_category_id`
FROM `st0w9_virtuemart_product_categories` as pc
WHERE pc.`virtuemart_product_id` = 35
SELECT `ordering`,`id`
FROM `st0w9_virtuemart_product_categories`
WHERE `virtuemart_product_id` = "35"
and `virtuemart_category_id`= "7"
SELECT `st0w9_virtuemart_categories_pt_pt`.* ,`st0w9_virtuemart_categories`.*
FROM `st0w9_virtuemart_categories_pt_pt` JOIN st0w9_virtuemart_categories using (`virtuemart_category_id`)
WHERE st0w9_virtuemart_categories_pt_pt.`virtuemart_category_id` = "7"
SELECT `slug`
FROM `st0w9_virtuemart_products_pt_pt`
WHERE `virtuemart_product_id` = 35
SELECT C.`virtuemart_custom_id` , `custom_element`, `custom_params`, `custom_parent_id` , `admin_only` , `custom_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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =35
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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =35
and `field_type` = "Z"
and is_cart_attribute = 0
order by 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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =35
and `field_type` = "R"
and is_cart_attribute = 0
order by virtuemart_custom_id
SELECT C.`virtuemart_custom_id`, `custom_title`, C.`custom_value`,`custom_field_desc` ,`custom_tip`,`field_type`,field.`virtuemart_customfield_id`,`is_hidden`
FROM `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =35
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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
Where `virtuemart_product_id` =35
and is_cart_attribute = 1
and C.`virtuemart_custom_id`=16
ORDER BY field.`ordering`
SELECT m.*
FROM `st0w9_virtuemart_medias` as m
WHERE `file_is_forSale` = 1
AND `published`="1"
AND m.`virtuemart_media_id`=60
SELECT virtuemart_product_id, product_name
FROM `st0w9_virtuemart_products_pt_pt`
JOIN `st0w9_virtuemart_products` as C using (`virtuemart_product_id`)
WHERE `product_parent_id` =35
SHOW FULL COLUMNS
FROM `st0w9_virtuemart_medias`
SELECT `st0w9_virtuemart_medias`.*
FROM `st0w9_virtuemart_medias`
WHERE st0w9_virtuemart_medias.`virtuemart_media_id` = "35"
SELECT `st0w9_virtuemart_medias`.*
FROM `st0w9_virtuemart_medias`
WHERE st0w9_virtuemart_medias.`virtuemart_media_id` = "33"
SELECT `st0w9_virtuemart_medias`.*
FROM `st0w9_virtuemart_medias`
WHERE st0w9_virtuemart_medias.`virtuemart_media_id` = "36"
SELECT `st0w9_virtuemart_medias`.*
FROM `st0w9_virtuemart_medias`
WHERE st0w9_virtuemart_medias.`virtuemart_media_id` = "39"
SELECT `st0w9_virtuemart_medias`.*
FROM `st0w9_virtuemart_medias`
WHERE st0w9_virtuemart_medias.`virtuemart_media_id` = "41"
SELECT `st0w9_virtuemart_medias`.*
FROM `st0w9_virtuemart_medias`
WHERE st0w9_virtuemart_medias.`virtuemart_media_id` = "42"
SELECT `st0w9_virtuemart_medias`.*
FROM `st0w9_virtuemart_medias`
WHERE st0w9_virtuemart_medias.`virtuemart_media_id` = "44"
SELECT `st0w9_virtuemart_medias`.*
FROM `st0w9_virtuemart_medias`
WHERE st0w9_virtuemart_medias.`virtuemart_media_id` = "46"
SELECT `st0w9_virtuemart_medias`.*
FROM `st0w9_virtuemart_medias`
WHERE st0w9_virtuemart_medias.`virtuemart_media_id` = "48"
SELECT `st0w9_virtuemart_medias`.*
FROM `st0w9_virtuemart_medias`
WHERE st0w9_virtuemart_medias.`virtuemart_media_id` = "59"
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM st0w9_modules AS m
LEFT JOIN st0w9_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN st0w9_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2023-09-29 07:35:05')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2023-09-29 07:35:05')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 132 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
SELECT extension_id AS id, element AS "option", params, enabled
FROM st0w9_extensions
WHERE `type` = 'component'
AND `element` = 'com_content'
UPDATE `st0w9_session`
SET `data` = '__default|a:6:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1695972905;s:18:\"session.timer.last\";i:1695972905;s:17:\"session.timer.now\";i:1695972905;s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":1:{s:14:\"com_virtuemart\";O:8:\"stdClass\":2:{s:8:\"category\";O:8:\"stdClass\":3:{s:12:\"filter_order\";s:8:\"ordering\";s:5:\"
limit\";s:3:\"int\";s:10:\"limitstart\";i:0;}s:10:\"categoryc0\";O:8:\"stdClass\":1:{s:5:\"
limit\";s:3:\"int\";}}}}s:4:\"user\";O:5:\"JUser\":25:{s:9:\"\0*\0isRoot\";N;s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:6:\"groups\";a:0:{}s:5:\"guest\";i:1;s:13:\"lastResetTime\";N;s:10:\"resetCount\";N;s:10:\"\0*\0_params\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:14:\"\0*\0_authGroups\";N;s:14:\"\0*\0_authLevels\";a:2:{i:0;i:1;i:1;i:1;}s:15:\"\0*\0_authActions\";N;s:12:\"\0*\0_errorMsg\";N;s:10:\"\0*\0_errors\";a:0:{}s:3:\"aid\";i:0;}}__vm|a:3:{s:6:\"vmcart\";s:572:\"O:8:\"stdClass\":22:{s:8:\"products\";a:0:{}s:8:\"vendorId\";i:1;s:21:\"lastVisitedCategoryId\";i:0;s:28:\"virtuemart_shipmentmethod_id\";i:0;s:27:\"virtuemart_paymentmethod_id\";i:0;s:25:\"automaticSelectedShipment\";b:0;s:24:\"automaticSelectedPayment\";b:0;s:12:\"order_number\";N;s:2:\"BT\";i:0;s:2:\"ST\";i:0;s:11:\"tosAccepted\";N;s:16:\"customer_comment\";s:0:\"\";s:10:\"couponCode\";s:0:\"\";s:8:\"cartData\";N;s:5:\"lists\";N;s:17:\"pricesUnformatted\";N;s:14:\"pricesCurrency\";N;s:15:\"paymentCurrency\";N;s:11:\"_inCheckOut\";b:0;s:14:\"_dataValidated\";b:0;s:12:\"_confirmDone\";b:0;s:10:\"STsameAsBT\";i:0;}\";s:23:\"vmlastvisitedcategoryid\";i:0;s:19:\"vmlastvisitedmanuid\";i:0;}'
, `time` = '1695972905'
WHERE `session_id` = '0e02b7792987ab90f193a37e2d8239e4'
49 tipos de pedidos registados, ordenados por ocorrências.
ESCOLHER tabelas:
20 × 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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
10 × SELECT `st0w9_virtuemart_categories_pt_pt`.* ,`st0w9_virtuemart_categories`.*
FROM `st0w9_virtuemart_categories_pt_pt` JOIN st0w9_virtuemart_categories using (`virtuemart_category_id`)
10 × SELECT `slug`
FROM `st0w9_virtuemart_products_pt_pt`
10 × SELECT C.`virtuemart_custom_id` , `custom_element`, `custom_params`, `custom_parent_id` , `admin_only` , `custom_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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
10 × SELECT `ordering`,`id`
FROM `st0w9_virtuemart_product_categories`
10 × SELECT pc.`virtuemart_category_id`
FROM `st0w9_virtuemart_product_categories` as pc
10 × SELECT `virtuemart_media_id`
FROM `st0w9_virtuemart_product_medias`
10 × SELECT `st0w9_virtuemart_products_pt_pt`.* ,`st0w9_virtuemart_products`.* ,`st0w9_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` ,`st0w9_virtuemart_product_customfields`.`virtuemart_customfield_id`
FROM `st0w9_virtuemart_products_pt_pt` JOIN st0w9_virtuemart_products using (`virtuemart_product_id`)
LEFT JOIN `st0w9_virtuemart_product_manufacturers`
on `st0w9_virtuemart_product_manufacturers`.`virtuemart_product_id`=`st0w9_virtuemart_products_pt_pt`.`virtuemart_product_id`
LEFT JOIN `st0w9_virtuemart_product_customfields`
on `st0w9_virtuemart_product_customfields`.`virtuemart_product_id`=`st0w9_virtuemart_products_pt_pt`.`virtuemart_product_id`
10 × SELECT `st0w9_virtuemart_product_prices`.*
FROM `st0w9_virtuemart_product_prices`
10 × SELECT `virtuemart_shoppergroup_id`
FROM `st0w9_virtuemart_product_shoppergroups`
10 × SELECT C.`virtuemart_custom_id`, `custom_title`, C.`custom_value`,`custom_field_desc` ,`custom_tip`,`field_type`,field.`virtuemart_customfield_id`,`is_hidden`
FROM `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
10 × SELECT virtuemart_product_id, product_name
FROM `st0w9_virtuemart_products_pt_pt` JOIN `st0w9_virtuemart_products` as C using (`virtuemart_product_id`)
10 × 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 `st0w9_virtuemart_customs` AS C
LEFT JOIN `st0w9_virtuemart_product_customfields` AS field
ON C.`virtuemart_custom_id` = field.`virtuemart_custom_id`
10 × SELECT m.*
FROM `st0w9_virtuemart_medias` as m
10 × SELECT `st0w9_virtuemart_medias`.*
FROM `st0w9_virtuemart_medias`
4 × SELECT extension_id AS id, element AS "option", params, enabled
FROM st0w9_extensions
2 × SELECT FOUND_ROWS(
2 × SELECT `virtuemart_media_id`
FROM `st0w9_virtuemart_category_medias`
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM st0w9_modules AS m
LEFT JOIN st0w9_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN st0w9_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT *
FROM st0w9_virtuemart_calcs
1 × SELECT `price_display`,`custom_price_display`
FROM `st0w9_virtuemart_shoppergroups` AS `sg`
1 × SELECT *
FROM `st0w9_virtuemart_currencies`
1 × SELECT `vendor_currency`
FROM `st0w9_virtuemart_vendors`
1 × SELECT SQL_CALC_FOUND_ROWS l.`virtuemart_product_id`
FROM `st0w9_virtuemart_products_pt_pt` as l JOIN `st0w9_virtuemart_products` AS p using (`virtuemart_product_id`)
LEFT JOIN `st0w9_virtuemart_product_categories`
ON p.`virtuemart_product_id` = `st0w9_virtuemart_product_categories`.`virtuemart_product_id`
LEFT JOIN `st0w9_virtuemart_categories_pt_pt` as c
ON c.`virtuemart_category_id` = `st0w9_virtuemart_product_categories`.`virtuemart_category_id`
LEFT JOIN `st0w9_virtuemart_product_shoppergroups`
ON p.`virtuemart_product_id` = `st0w9_virtuemart_product_shoppergroups`.`virtuemart_product_id`
LEFT
OUTER JOIN `st0w9_virtuemart_shoppergroups` as s
ON s.`virtuemart_shoppergroup_id` = `st0w9_virtuemart_product_shoppergroups`.`virtuemart_shoppergroup_id`
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 st0w9_menu AS m
LEFT JOIN st0w9_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT `config`
FROM `st0w9_virtuemart_configs`
1 × SELECT `virtuemart_permgroup_id`,`group_name`,`group_level`
FROM `st0w9_virtuemart_permgroups`
1 × SELECT folder AS type, element AS name, params
FROM st0w9_extensions
1 × SELECT id, rules
FROM `st0w9_viewlevels
1 × SELECT `session_id`
FROM `st0w9_session`
1 × SELECT b.id
FROM st0w9_usergroups AS a
LEFT JOIN st0w9_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT *
FROM st0w9_languages
1 × SELECT *
FROM `st0w9_menu`
1 × SELECT `virtuemart_shoppergroup_id`
FROM `st0w9_virtuemart_vmuser_shoppergroups`
1 × SELECT *
FROM `st0w9_virtuemart_shoppergroups`
1 × SELECT `virtuemart_userinfo_id`
FROM `st0w9_virtuemart_userinfos`
1 × SELECT L.*
FROM `st0w9_virtuemart_categories_pt_pt` as L
JOIN `st0w9_virtuemart_categories` as C using (`virtuemart_category_id`)
LEFT JOIN `st0w9_virtuemart_category_categories` as CC
on C.`virtuemart_category_id` = CC.`category_child_id`
1 × SELECT SQL_CALC_FOUND_ROWS c.`virtuemart_category_id`, l.`category_description`, l.`category_name`, c.`ordering`, c.`published`, cx.`category_child_id`, cx.`category_parent_id`, c.`shared`
FROM `st0w9_virtuemart_categories_pt_pt` l
JOIN `st0w9_virtuemart_categories` AS c using (`virtuemart_category_id`)
LEFT JOIN `st0w9_virtuemart_category_categories` AS cx
ON l.`virtuemart_category_id` = cx.`category_child_id`
1 × SELECT id, home, template, s.params
FROM st0w9_template_styles as s
LEFT JOIN st0w9_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT `category_child_id`
FROM `st0w9_virtuemart_category_categories`
1 × SELECT `data`
FROM `st0w9_session`
OUTRAS Tabelas:
1 × SHOW FULL COLUMNS
FROM `st0w9_virtuemart_categories
1 × SHOW FULL COLUMNS
FROM `st0w9_virtuemart_medias
1 × UPDATE `st0w9_session`
SET `data` = '__default|a:6:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1695972905;s:18:\"session.timer.last\";i:1695972905;s:17:\"session.timer.now\";i:1695972905;s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":1:{s:14:\"com_virtuemart\";O:8:\"stdClass\":2:{s:8:\"category\";O:8:\"stdClass\":3:{s:12:\"filter_order\";s:8:\"ordering\";s:5:\"
limit\";s:3:\"int\";s:10:\"limitstart\";i:0;}s:10:\"categoryc0\";O:8:\"stdClass\":1:{s:5:\"
limit\";s:3:\"int\";}}}}s:4:\"user\";O:5:\"JUser\":25:{s:9:\"\0*\0isRoot\";N;s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:6:\"groups\";a:0:{}s:5:\"guest\";i:1;s:13:\"lastResetTime\";N;s:10:\"resetCount\";N;s:10:\"\0*\0_params\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:14:\"\0*\0_authGroups\";N;s:14:\"\0*\0_authLevels\";a:2:{i:0;i:1;i:1;i:1;}s:15:\"\0*\0_authActions\";N;s:12:\"\0*\0_errorMsg\";N;s:10:\"\0*\0_errors\";a:0:{}s:3:\"aid\";i:0;}}__vm|a:3:{s:6:\"vmcart\";s:572:\"O:8:\"stdClass\":22:{s:8:\"products\";a:0:{}s:8:\"vendorId\";i:1;s:21:\"lastVisitedCategoryId\";i:0;s:28:\"virtuemart_shipmentmethod_id\";i:0;s:27:\"virtuemart_paymentmethod_id\";i:0;s:25:\"automaticSelectedShipment\";b:0;s:24:\"automaticSelectedPayment\";b:0;s:12:\"order_number\";N;s:2:\"BT\";i:0;s:2:\"ST\";i:0;s:11:\"tosAccepted\";N;s:16:\"customer_comment\";s:0:\"\";s:10:\"couponCode\";s:0:\"\";s:8:\"cartData\";N;s:5:\"lists\";N;s:17:\"pricesUnformatted\";N;s:14:\"pricesCurrency\";N;s:15:\"paymentCurrency\";N;s:11:\"_inCheckOut\";b:0;s:14:\"_dataValidated\";b:0;s:12:\"_confirmDone\";b:0;s:10:\"STsameAsBT\";i:0;}\";s:23:\"vmlastvisitedcategoryid\";i:0;s:19:\"vmlastvisitedmanuid\";i:0;}' , `time` = '1695972905'
1 × SHOW FULL COLUMNS
FROM `st0w9_virtuemart_product_prices
1 × SHOW FULL COLUMNS
FROM `st0w9_virtuemart_products
1 × INSERT INTO `st0w9_session` (`session_id`, `client_id`, `time`)
VALUES ('0e02b7792987ab90f193a37e2d8239e4', 0, '1695972905'
1 × SHOW TABLES LIKE "%virtuemart_configs%
1 × DELETE
FROM `st0w9_session`