Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

[Contribution] More Category Boxes


Guest

Recommended Posts

  • 3 weeks later...

Hi just wondering if anyone found a fix for the SQL problem

 

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:

 

#1062 - Duplicate entry '8675309' for key 1

 

problem ?

 

Cheers

Sarah

Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...

This Contribution is really super.

Inserted and it runs marvelously.

 

But at one point I need times your assistance.

 

Directly already once Sorry for my really bad English, I hopes that everything is so far understandable.

 

So, if I click to me now on a category become in the center indicated by the shop the articles. And the category is marked fat. If in this category still Unterkategorien will be these under the main category indicated. Which I now gladly would have am also the products as well as the Unterkategorien to be indicated.

 

There I a programmer am not hope I for your assistance.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 2 months later...

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
Link to comment
Share on other sites

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

 

<!-- 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"') . ' ' . 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
Link to comment
Share on other sites

  • 1 month later...
  • 3 weeks later...

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.

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...

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?

Link to comment
Share on other sites

  • 1 month later...

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

Link to comment
Share on other sites

  • 1 month later...

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

Link to comment
Share on other sites

  • 6 months later...
  • 2 months later...

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: https://****************

#1062 - Duplicate entry '8675309' for key 'PRIMARY'

Edited by fastxs2000
Link to comment
Share on other sites

  • 1 year later...

I can't for the life of me figure out how to update this to work with osC 2.3.3 :(

 

The need for the categories.php file throws me off. I just can't get me head around it.

 

Any help or guidance would be greatly appreciated before I give up and delete my in the works new shop.

 

I just can't believe that this add-on never made it to an updated version by now!

- :: Jim :: -

- My Toolbox ~ Adobe Web Bundle, XAMPP & WinMerge | Install ~ osC v2.3.3.4 -

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...