Jump to content



Latest News: (loading..)

* * * * * 1 votes

[Contribution] More Category Boxes


  • Please log in to reply
291 replies to this topic

#281   kolivier

kolivier
  • Members
  • 6 posts
  • Real Name:Kevin Olivier

Posted 10 August 2010 - 05:29 PM

Hello,

I am new to oscommerce, so please forgive any stupid questions lol.  I am needing to add another categories jump to box like the manufacturers box.  I need a jump to box for manufacturers and symptoms.  Does this add-on support a jump to box instead of the normal categories listing?

Thanks in advance,

Kevin

#282   stubbsy

stubbsy
  • Members
  • 544 posts
  • Real Name:dave stubbs
  • Gender:Male
  • Location:Lyme Regis

Posted 12 October 2010 - 09:15 AM

Did anyone get this working with Multi-Stores?

I'm pretty much there with my solution but one of my queries is hanging?

Just wondered if anyone else had tries or fancied taking a look at where I've got with it?

Cheers

Dave

Edited by stubbsy, 12 October 2010 - 09:16 AM.


#283   gregy

gregy
  • Members
  • 678 posts
  • Real Name:Gregor
  • Gender:Male
  • Location:Slovenia, Celje

Posted 14 October 2010 - 02:26 PM

Hi

Must say instalation was prety smooth, but there is always BUT :)

I cannot get the design of box as all others in left column are ..

this is example of search box in left column

Quote

<!-- search //-->
          <tr>
            <td>
<?php
  $info_box_contents = array();
  $info_box_contents[] = array('text' => BOX_HEADING_SEARCH);

  new infoBoxHeading($info_box_contents, false, false, false, $column_location);

  $info_box_contents = array();
  $info_box_contents[] = array('form' => tep_draw_form('quick_find', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get'),
                               'align' => 'center',
                               'text' => tep_draw_input_field('keywords', '', 'id="txtSearch" size="10" maxlength="30" style="width: ' . (BOX_WIDTH-30) . 'px"') . '&nbsp;' . tep_hide_session_id() . tep_image_submit('button_quick_find.gif', BOX_HEADING_SEARCH) . '<br>' . BOX_SEARCH_TEXT . '<br>');

  new infoBox($info_box_contents, $column_location);
?>
            </td>
          </tr>
<!-- search_eof //-->

if i use the same "new infoboxheading" and the same "new infobox" nothing happens

Please, if any help .. appreciate!

Edited by gregy, 14 October 2010 - 02:32 PM.


#284   vanvoquan

vanvoquan
  • Members
  • 51 posts
  • Real Name:Cuong Truong

Posted 20 November 2010 - 09:56 AM

If this contribution can show first level subcategories it will be perfect. I try to blend this contribution with "Show sub-categories" contribution but no success. I'm newbie to php.

#285   Rohol

Rohol
  • Members
  • 2 posts
  • Real Name:Rik

Posted 10 December 2010 - 09:56 PM

A new SQL file has been added to the package recently. Has someone already been able to get the contribution with four languages working by making use of this SQL file? When I tried in phpmyadmin it said that there is no index.

#286   omar_masheh

omar_masheh
  • Members
  • 17 posts
  • Real Name:omar

Posted 24 January 2011 - 08:56 PM

hello ..
how we can use this add on in oscommercer 2.3.1  ... did anyone get it work..
thanks for this addon
Omar

#287   Anasazy

Anasazy
  • Members
  • 2 posts
  • Real Name:Веселин Жечев

Posted 15 March 2011 - 08:30 AM

View Postbelly, on 07 July 2005 - 08:31 PM, said:

Jared,

Quality contribution, worked a dream on both my sites and very easy to install and worked first time..

If anyone wants to see it working, you'll find it here - please be aware it's a live site..

FHSelect

Graham
can you share with me this canddle selector and tell me more about it?

#288   kafka

kafka
  • Members
  • 2 posts
  • Real Name:denis

Posted 11 May 2011 - 04:55 PM

Hello tutti !
First of all, I apologize for my poor english  :blink:
I've only a little problem with this great contribution I just installed : the different levels of sub-categories are displayed only in box n°0. I think something is missing in my index.php file.
Could you please help me or tell me if this problem has been fixed or solved before.
Many thanks by advance
Best regards from Franz

#289   kafka

kafka
  • Members
  • 2 posts
  • Real Name:denis

Posted 13 May 2011 - 04:01 PM

Hello,
the answer has been given by curt, on december 11th 2005 !
thank you curt  :)
franz

#290   chinholee

chinholee
  • Members
  • 6 posts
  • Real Name:chin ho lee

Posted 05 July 2011 - 01:15 PM

please help i need to upgrade morecategory.sql file from ms2.2 to rc2.2 oscommerce. can any henlp or find me a link in google search to how to fix this. i cant load my sgl in my phpadmin without error. thank u in advance

#291   pofike

pofike
  • Members
  • 7 posts
  • Real Name:Roberta
  • Gender:Female
  • Location:Santo Domingo, Dominican Republic

Posted 13 January 2012 - 12:01 AM

Hello,


I am just wondering... has anybody tried with oscommerce 2.3.1?

Thank you.

#292   fastxs2000

fastxs2000
  • Members
  • 2 posts
  • Real Name:Mohammad Zubair

Posted 10 April 2012 - 11:43 AM

This is what I get when I run the .sql file from phpmyadmin

Please help my entire site is messed up up

SQL query:
INSERT INTO `configuration_group` ( `configuration_group_id` , `configuration_group_title` , `configuration_group_description` , `sort_order` , `visible` )
VALUES (
'8675309', 'More Categories', 'More Category Boxes options', '20', '1'
);


MySQL said: [img]https://****************
#1062 - Duplicate entry '8675309' for key 'PRIMARY'

Edited by fastxs2000, 10 April 2012 - 11:44 AM.