Jump to content



Latest News: (loading..)

edukes

Member Since 23 Jul 2003
OFFLINE Last Active Oct 30 2012 07:11 PM
-----

Posts I've Made

In Topic: Multi_Vendor_Shipping new thread

27 October 2012 - 02:35 PM

View Postkymation, on 27 October 2012 - 12:48 AM, said:

That was done on a heavily modified 2.3.1. I haven't had the time to clean it up and port it to 2.3.3. There should not be that many differences with 2.3.3, and probably none inside the MVS change blocks.

Regards
Jim

I didn't find any diffs in the MVS sections. The hardest is the admin/category file. MVS, Header Tags, SEO URLS and Add More Fields like being in the same places. If you look at the checkout_ files and compare them from the files in 2.3.3 you can see some changes, but I doubt that's what's causing the problem since I have tried using the files from the mvs package and still get the same errors.

Pretty sure its on the admin side.

In Topic: Multi_Vendor_Shipping new thread

27 October 2012 - 12:34 AM

Going to start over from scratch. Did the catalog side today using compare and merge. Saw no diffs except for possible differencies in 2.3x and 2.33. Must be on the admin side.

What version is the alpha version based?

thanks!!

In Topic: Multi_Vendor_Shipping new thread

25 October 2012 - 11:26 PM

View Postkymation, on 25 October 2012 - 11:11 PM, said:

@edukes
You have an error somewhere in your Admin setup. The vendor should save as Vendor #1 (My Store or whatever you renamed that as.) For USPS, you need the store address including Zip code in the Vendor settings. The flat rate should work without any additional data. You may have additional installation errors/bugs. Check your database to see if data is being saved correctly.

Regards
Jim

I checked the products table in the database. Then vendor id is set to 1, My Store.

I guessing that the 1 in "Warning: strpos() expects parameter 1 to be string" is the vendor id of My Store.

In Topic: Multi_Vendor_Shipping new thread

25 October 2012 - 08:05 PM

I may need to do an easy populate download, add the vendor then re-upload?

In Topic: Multi_Vendor_Shipping new thread

25 October 2012 - 07:58 PM

View Postkymation, on 25 October 2012 - 05:50 PM, said:

On which vendors? Are you certain you have the vendor specified for the product(s) in your cart?

Regards
Jim

I have only one, My Store.

When I go into a products description, it shows no vendor. I tried changing it to My Store but it won't save. I can do an easy populate download and it shows all products with the vendor name as My Store.

Also, I found to tables that were not added by the mvs.sql

products_sort_order
products_qty_blocks

I added them to the products table as VARCHAR. That may not be right.