Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

BETA:Version Control & Bookmark MODULE for Contributions


Druide

Recommended Posts

I found another problem...

 

In the listed info box on the right where the EDIT button is, at the top of that box where it states: Last update: xx/xx/xxxx

 

EVERY listed contribution states this: Last update: 10/03/2036

As you can see, the date is not correct, is there a fix for this?

L8r,

PopTheTop

 

Published osC Contributions:

- eCheck Payment Module v3.1

- Reviews in Product Display v2.0

- Fancier Invoice & Packingslip v6.1

- Admin Notes / Customer Notes v2.2

- Customer Zip & State Validation v2.2

- Search Box with Dropdown Category Menu v1.0

 

Pop your camper's top today!

It's a popup thing...

You wouldn't understand

Link to comment
Share on other sites

  • Replies 58
  • Created
  • Last Reply

Top Posters In This Topic

Never mind, I had the Java Calendar set to save the date format to M-D-YYYY and it freaked the cart. I changed it back to YYYY-M-D and all is fine now.

L8r,

PopTheTop

 

Published osC Contributions:

- eCheck Payment Module v3.1

- Reviews in Product Display v2.0

- Fancier Invoice & Packingslip v6.1

- Admin Notes / Customer Notes v2.2

- Customer Zip & State Validation v2.2

- Search Box with Dropdown Category Menu v1.0

 

Pop your camper's top today!

It's a popup thing...

You wouldn't understand

Link to comment
Share on other sites

Yet another update and this is a good one. I just fixed the part at the bottom that was to supposed to add up all the inserted contributions and display the amount as follows under the list on the bottom left...

 

Displaying 1 through 20 of 45 records

 

Right now, it only displays the word Records

 

To fix it...

 

Open admin_notes.php language file.

Look for the following line:

define('TEXT_DISPLAY_NUMBER_OF_RECORDS','

 

Change that whole line to this...

define('TEXT_DISPLAY_NUMBER_OF_RECORDS','Displaying <b>%d</b> through <b>%d</b> of <b>%d</b> installed contributions');

L8r,

PopTheTop

 

Published osC Contributions:

- eCheck Payment Module v3.1

- Reviews in Product Display v2.0

- Fancier Invoice & Packingslip v6.1

- Admin Notes / Customer Notes v2.2

- Customer Zip & State Validation v2.2

- Search Box with Dropdown Category Menu v1.0

 

Pop your camper's top today!

It's a popup thing...

You wouldn't understand

Link to comment
Share on other sites

  • 4 months later...
Hi

 

can anyone tell me to deactivate the "Green Text Contribution" befor the Contrib

 

Contribution

Thanks Marcus

 

 

Green text??? What are you talking about???

L8r,

PopTheTop

 

Published osC Contributions:

- eCheck Payment Module v3.1

- Reviews in Product Display v2.0

- Fancier Invoice & Packingslip v6.1

- Admin Notes / Customer Notes v2.2

- Customer Zip & State Validation v2.2

- Search Box with Dropdown Category Menu v1.0

 

Pop your camper's top today!

It's a popup thing...

You wouldn't understand

Link to comment
Share on other sites

  • 3 weeks later...

I use it with no problems at all.

L8r,

PopTheTop

 

Published osC Contributions:

- eCheck Payment Module v3.1

- Reviews in Product Display v2.0

- Fancier Invoice & Packingslip v6.1

- Admin Notes / Customer Notes v2.2

- Customer Zip & State Validation v2.2

- Search Box with Dropdown Category Menu v1.0

 

Pop your camper's top today!

It's a popup thing...

You wouldn't understand

Link to comment
Share on other sites

Hi

 

can anyone tell me to deactivate the "Green Text Contribution" befor the Contrib

 

Contribution

Thanks Marcus

 

 

In this file

##########################################################

# add to admin/includes/boxes/configuration.php

 

where you changed the following delete the font tag <font color=green> and the end tag </font>

 

FIND:

 

while ($configuration_groups = tep_db_fetch_array($configuration_groups_query)) {

$cfg_groups .= '<a href="' . tep_href_link(FILENAME_CONFIGURATION, 'gID=' . $configuration_groups['cgID'], 'NONSSL') . '" class="menuBoxContentLink">' . $configuration_groups['cgTitle'] . '</a><br>';

}

 

ADD AFTER:

 

// BOF Version Control & Bookmark MODULE for Contributions 0.1

$cfg_groups .= '<a href="' . tep_href_link(FILENAME_INSTALLED_CONTRIBUTIONS, '', 'NONSSL') . '" class="menuBoxContentLink"> <font color=green> <b>Contributions</b> </font> </a>';

// EOF Version Control & Bookmark MODULE for Contributions 0.1

Link to comment
Share on other sites

  • 4 years later...

I got this working but found it has a few bugs. One is that the sorting ability doesn't work. When you click the sort arrows at the top it does nothing after refresh. Also whenever you try to edit any contribution information for some reason the database drops all information about the contribution except for the id number. If anyone has a fix, let me know!

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...