- Posts: 1
- Thank you received: 0
Manual shipping quick add from database problem
13 years 7 months ago #90341
by boocy93
Manual shipping quick add from database problem was created by boocy93
The problem is that it does not add to the administrative site for the restriction of the parameters listed, but the shipping costs are indicated.
I created a SQL query and I have added the # _hikashop_payment table.
I'll give you an example of how I added
can you help me how to solve that show restrictions?
Thank you in advance!
Imre Boczonadi
I created a SQL query and I have added the # _hikashop_payment table.
I'll give you an example of how I added
Code:
INSERT INTO `joomla_hikashop_shipping` (`shipping_id`, `shipping_type`, `shipping_zone_namekey`, `shipping_tax_id`, `shipping_price`,
`shipping_currency_id`, `shipping_name`, `shipping_description`, `shipping_published`, `shipping_ordering`, `shipping_params`, `shipping_images`,
`shipping_access`)
VALUES
('105','manual','','0','2324,10000','72','Csomagküldő szolgáltatással - Előre utalással ','<p>Előre utalásnál átvételkor nem kell
fizetni.</p>','1','16','O:8:"stdClass":19: { s:19:"shipping_percentage"; s:1:"0"; s:20:"shipping_per_product"; s:1:"0";
s:26:"shipping_price_per_product"; s:0:""; s:18:"shipping_min_price"; s:5:"10000"; s:18:"shipping_max_price"; s:5:"19999";
s:22:"shipping_price_use_tax"; s:1:"1"; s:25:"shipping_virtual_included"; s:1:"1"; s:25:"shipping_override_address"; s:1:"0";
s:30:"shipping_override_address_tex"; s:0:""; s:19:"shipping_min_weight"; s:4:"0.01"; s:19:"shipping_max_weight"; s:3:"1.9";
s:20:"shipping_weight_unit"; s:2:"kg"; s:19:"shipping_zip_prefix"; s:0:""; s:16:"shipping_min_zip"; s:0:""; s:16:"shipping_max_zip"; s:0:"";
s:19:"shipping_zip_suffix"; s:0:""; s:19:"shipping_min_volume"; s:0:""; s:19:"shipping_max_volume"; s:0:""; s:18:"shipping_size_unit"; s:1:"m";
}','GLS_logo','all');
can you help me how to solve that show restrictions?
Thank you in advance!
Imre Boczonadi
Please Log in or Create an account to join the conversation.
13 years 7 months ago #90552
by Xavier
Replied by Xavier on topic Manual shipping quick add from database problem
Hi,
Is your shipping method displayed on Frontend ? I think that you have an error with the serialization.
Maybe a value is wrong, so it's not displayed correctly.
Is your shipping method displayed on Frontend ? I think that you have an error with the serialization.
Maybe a value is wrong, so it's not displayed correctly.
Please Log in or Create an account to join the conversation.
Time to create page: 0.138 seconds