insideorkut.com

What about the files saved in my earlier iPage homepage directory?

Click Here To View All Answers...


Quick question: What about the files saved in my earlier iPage homepage directory? Looking forward for any answer or 2. My other question... I moved the specials box from the right column to the main page, but it's only displaying one product at a time. In Admin>Config>Maximum Values>Special Products I have the value set to 3, and also the Selection of Products on Special is set to 3 - this seems to imply that only one Special will be displayed at a time..

I haven't altered any code in specials.php..

Have I missed something?.

-Jean...

Comments (7)

Hmm... I need to find out myself. I don't know what is the answer to your question. I'll do some investigation and get back to you if I bump into an anything. You should email the people at iPage as they probably can answer it..

Comment #1

Thanks for the reply, Vger. Do you know if there's an easy way of changing this, or do I need to get my PHP reference out again? :-).

-Jean...

Comment #2

I'm trying to use the contribution that Andrew mentioned, and I've replace two files and edited another, but now the instructions the following (and I don't have a clue what I'm supposed to do):.

Now, execute the following queries..

These queries will allow you to configure the number of items on your info boxes using the admin interface..

These options will be in the Configuration/Maximum Values session of the admin interface..

INSERT INTO configuration.

(configuration_id,.

Configuration_title,.

Configuration_key,.

Configuration_value,.

Configuration_description,.

Configuration_group_id,.

Sort_order,.

Last_modified,.

Date_added,.

Use_function,.

Set_function).

VALUES.

('',.

'No. Items in the Specials info box',.

'N_RANDOM_SELECT_SPECIALS',.

'1',.

'Select the number of items that will be displayed in the Specials info box. Select 0 (zero) to hide the box.',.

'3',.

NULL,.

NOW(),.

NOW(),.

NULL,.

'tep_cfg_select_option(array(0,1,2,3,4,5,6,7,8,9,10),');.

INSERT INTO configuration.

(configuration_id,.

Configuration_title,.

Configuration_key,.

Configuration_value,.

Configuration_description,.

Configuration_group_id,.

Sort_order,.

Last_modified,.

Date_added,.

Use_function,.

Set_function).

VALUES.

('',.

'No. Items in the What s New info box',.

'N_RANDOM_SELECT_NEW',.

'1',.

'Select the number of items that will be displayed in the What s New info box. Select 0 (zero) to hide the box.',.

'3',.

NULL,.

NOW(),.

NOW(),.

NULL,.

'tep_cfg_select_option(array(0,1,2,3,4,5,6,7,8,9,10),');..

Comment #3

It's OK, I figured it out!.

The problem I have now is that they display in a column, and I want them to display in a row, so it's out with the PHP reference anyway!..

Comment #4

Sorted the last problem (displaying in column) by adding an incremental loop with columns and rows, and display a Content Box instead of an Info Box..

Now works just how I want it!.

-Jean...

Comment #5

What exactly you changed to display specials in row???..

Comment #6

Can anyone tell me how to get this to go in one row and not in columns??? Please.

The code is.

This post has been edited by.

Tartan Barty.

: 27 March 2008, 00:21..

Comment #7

Can you please tell me ,How did you display columns into rows .Please I need help for it.

This post has been edited by.

Pritibhandari.

: 23 June 2008, 11:19..

Comment #8


This question was taken from a support group/message board and re-posted here so others can learn from it.