fbpx
  Tuesday, 13 August 2019
  3 Replies
  1.8K Visits
  Subscribe
When I try to set shipping rule in Shop, I got following error warning

Warning Table 'viwahaya_4tune.#__sellacious_shipping_freerule' doesn't exist

I didn't touch MYsql database. I use JS marketplace template.

Could anyone tell me why this was happen and how to get fix it?

Anyone's early attention in this regard is greatly appreciated.

Thanks in advance. https://www.sellacious.com/community-support?controller=attachment&task=download&tmpl=component&id=652
4 years ago
·
#3657
Hello Prageeth,

Somehow this table is missing from your installation.

However, to resolve this go to your database and run the query.


CREATE TABLE IF NOT EXISTS `#__sellacious_shipping_freerule` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`rule_id` int(11) NOT NULL,
`amount_min` double NOT NULL,
`amount_max` double NOT NULL,
`state` tinyint(1) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;


Note: Replace #_ with the table prefix of your database.


I hope this helps.

Thank You
4 years ago
·
#3661
Hi Wijaya,

Thanks for your prompt reply. I tried it. But it didn't work. It arose with updating Sellacious 1.7.2 to 1.7.3. Up tp 1.7.2, it works perfectly. I think this may be related with newly introduces free shipping rule feature. I hope you will find some way to solve this issue.

Thank you.
Got solved. Thank you Wijaya.Emoticon Happy
  • Page :
  • 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
  • +1 (408) 821-8283
  • Email hello@sellacious.com