INSERT INTO cscart_seo_names (
`name`, `type`, `object_id`, `dispatch`,
`lang_code`, `path`
)
VALUES
(
'weathermaster-screened-6-tent-with-hinged-door',
'p', 236, '', 'en', '203/215/218'
) ON DUPLICATE KEY
UPDATE
`name` = 'weathermaster-screened-6-tent-with-hinged-door',
`type` = 'p',
`object_id` = 236,
`dispatch` = '',
`lang_code` = 'en',
`path` = '203/215/218'