Jump to content


Corporate Sponsors


Latest News: (loading..)

xmanflash

Member Since 23 Jun 2004
Offline Last Active Feb 06 2012, 05:20
-----

Posts I've Made

In Topic: [Contribution] Products Specifications

07 August 2011, 14:23

Thanks Jim - Much appreciated..

In Topic: [Contribution] Products Specifications

06 August 2011, 18:31

fyi.. the tabs_css.css file is not in the latest 2.3.1 distribution..

However even adding the CSS (from the Beta) did not make it work..

Cheers,
Pete

In Topic: [Contribution] Products Specifications

06 August 2011, 18:09

Yep - that fixed em!

Is there a live site with the tabs working in /product_info.php somewhere? - Mine are not working - the 4 tab headers show up but not in tabs. I suspect CSS/div layout issues but need something working to compare it with!

Thanks,
Pete



 kymation, on 06 August 2011, 17:19, said:

1. That was a bad choice in the first place. Replace Line 1408 with the following:
              $title_string = str_replace ('_', ' ', $row['Field']);

2. Replace IMAGE_NEW_PRODUCT with IMAGE_NEW_SPECIFICATION. Then add the following after Line 223 in admin/includes/languages/english/products_specifications.php:
  define ('IMAGE_NEW_SPECIFICATION', 'Create a New Specification');

3. Add another define after the above:
  define ('IMAGE_SORT', 'Sort');

Thanks for the bug reports. I've fixed the master and will upload a new package shortly.

Regards
Jim

In Topic: Multi_Vendor_Shipping new thread

06 August 2011, 18:02

View Postkymation, on 06 August 2011, 17:24, said:

I can't tell you exactly how long it takes, but it wasn't very long. The conversion mostly involves changing the buttons and adding the references to template_top.php and template_bottom.php. Oh, and converting one box. It's not that hard.

Yes, I do intend to make a 2.3.1 release whenever I have the time. I've done the install on 2.3.1, but that is a very heavily modified store, so it's not that simple to extract the files. I'll probably have to do it over on a stock copy of 2.3.1 to get it right.

Regards
Jim

Ok Thanks Jim, I'll have a closer look at it..

In Topic: Multi_Vendor_Shipping new thread

06 August 2011, 06:21

Can anyone who has added this to a customised osc v2.3.1 tell me how long it took? I am pretty proficient with adding modules and adapting code, but this MVS module would replace some home brew code that currently works, but is not quite so functional..

Is there a 2.3.1 version install in the works Jim?

Thanks!