Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Photo Gallery


rdub

Recommended Posts

Posted

I am using version 2.3. Can't seem to find a gallery that works with this version. I also googled photo gallery and image gallery for use with oscommerce. What would you suggest?

Posted

Any add on for 2.2 can be updated for 2.3.1, its not too difficult to do either,

Do you have experience of this? You might surprise your self :-)

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Posted

Haven't done it before. Started to install the photo gallery in the add-ons section but when I got to a change of code that didn't seem to appear in 2.3 I got stumped.

Posted

Ah yes this is a problem for add ons that have not yet been altered for 2.3.1. which bit were you stuck on.

Also that smiley thing is supposed to be ! ) not whatever that is there!

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Posted

I stopped at install instructions step 5 as the code to find does not exist in the account.php file. Stopped there.

Posted

I would say it was supposed to be like this

Find

<li><span class="ui-icon ui-icon-key accountLinkListEntry"></span><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT_PASSWORD, '', 'SSL') . '">' . MY_ACCOUNT_PASSWORD . '</a>'; ?></li>

add

<li><span class="ui-icon ui-icon-key accountLinkListEntry"></span><?php echo' <a href="' . tep_href_link('gallery_user.php') . '">' . MY_GALLERY . '</a>'; ?></li>

So it looks like

<li><span class="ui-icon ui-icon-key accountLinkListEntry"></span><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT_PASSWORD, '', 'SSL') . '">' . MY_ACCOUNT_PASSWORD . '</a>'; ?></li>
<li><span class="ui-icon ui-icon-key accountLinkListEntry"></span><?php echo' <a href="' . tep_href_link('gallery_user.php') . '">' . MY_GALLERY . '</a>'; ?></li>

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Posted

Step #6

 

6. In catalog/account.php

 

 

***FIND:

 

<tr>

<td class="main"><?php echo tep_image(DIR_WS_IMAGES . 'arrow_green.gif') . ' <a href="' . tep_href_link(FILENAME_ACCOUNT_PASSWORD, '', 'SSL') . '">' . MY_ACCOUNT_PASSWORD . '</a>'; ?></td>

</tr>

 

 

 

***ADD AFTER:

 

<!-- SIMPLE GALLERY start -->

 

<tr>

 

<td class="main"><?php echo tep_image(DIR_WS_IMAGES . 'arrow_green.gif') . ' <a href="' . tep_href_link('gallery_user.php') . '">' . MY_GALLERY . '</a>'; ?></td>

 

</tr>

 

<!-- SIMPLE GALLERY end -->

Posted

I downloaded the add on you are using and updated the code (above) for you to fit into your site

the rest seems to be ok after a quick glance

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Posted

When I log into admin I get this (Haven't installed OTF autothumbnail yet)

 

Warning: include(includes/boxes/gallery_plain.php) [function.include]: failed to open stream: No such file or directory in /home/content/06/8241606/html/admin/includes/column_left.php on line 26

 

Warning: include() [function.include]: Failed opening 'includes/boxes/gallery_plain.php' for inclusion (include_path='.:/usr/local/php5/lib/php') in /home/content/06/8241606/html/admin/includes/column_left.php on line 26

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...