Creating multiple shipping zones and methods FAST

  • Posts: 56
  • Thank you received: 0
13 years 2 days ago #31012

Hi,

I am faced, like many I'm sure, with the prospect of creating a very large number of shipping zones and sub-zones, and shipping methods in the manual shipping module -- one for each set of shipping price, options, and contiguous postcode range.

The interface does not seem to be at all efficient for the creation of large numbers of repetitive entries, every entry requires several clicks and often repeating the same information many times.

I suppose though that all of this must reside in some tables in my Joomla database. Once I create a few of them to see how they work, I supposed I could simply go into the appropriate tables of my site's Joomla database and add lines to the tables directly there, where it would be easier to duplicate the appropriate info between tuples.

However, I know databases can be much more complex than they appear so I don't want to botch things up completely in an effort to be efficient.

Is it possible to add Shipping Zone, Shipping sub-zone and Shipping Method entries this way? Has anyone done it and can offer some pointers?

Which are the specific tables that need to be modified for this to work?

Thanks for any good advice on how to approach this efficiently.


HikaShop Business 2.3.2 on Joomla 1.5.26 + JoomFish 2.1.6 - Multilingual site

Please Log in or Create an account to join the conversation.

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
13 years 2 days ago #31032

Hi,

The table were the shipping methods are stored in the table hikashop_shipping
You can add your manual shipping methods there.
However, some of the options are serialized in the shipping_params column of the table so it might not be so easy to do, but still doable.

Please Log in or Create an account to join the conversation.

  • Posts: 56
  • Thank you received: 0
13 years 1 day ago #31058

Thanks, I've now made a couple of entries and exported the table from the Joomla database to OpenOffice.

It is too bad that so much of the data is "serialized" as you say in the shipping_params field. If this were not the case, the job would be dead simple!

I will see about brushing up on my ODS macro-making abilities.

Unless you know a more efficient way to search and replace the items in that long text string?

In any case, is there any chance the shipping_params field could be "de-serialized" into separate fields in a future release? That would make using the manual shipping plug-in much easier!

Cheers.


HikaShop Business 2.3.2 on Joomla 1.5.26 + JoomFish 2.1.6 - Multilingual site

Please Log in or Create an account to join the conversation.

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
13 years 1 day ago #31079

Well , I would have done a small php script to generate the CSV based on that export from the database. But that's because that's what I know best.
Others might use a regex tool ( www.regular-expressions.info/tools.html ) to do that.

We won't de-serialize the params field. That's because the content and number of options vary from one shipping extension to another. What we would like to do though when we have time is to create a CSV import for manual shipping methods where you wouldn't need to fill that params field.

Please Log in or Create an account to join the conversation.

Time to create page: 0.054 seconds
Powered by Kunena Forum