Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need A Little Help


bluedragon

Recommended Posts

Hi guys, I need a little help, in the categories INFORMATION BOX of my store, There are three links:

 

Shipping & Returns

Privacy Notice

Conditions of use

 

Can anybody tell me where can I change the title of them or how to delete one of them.

 

http://www.bluedragonhome.com/catalog/

Thank you!

 

Coral <_<

 

 

Here are my notes on adding an additional item to the Information Box. It should contain everything you need and more.

Change names and directories as necessary. I changed a copy of the conditions.php file

Deleting a line is obviously done in a similar way.

 

How to Make New Item in Information Box called "Join the Society”

 

Copy osc\conditions.php as new file osc\why_join.php

Change CSS in line 54 of this file if required.

Change lines 15 & 17 to: FILENAME_WHY_JOIN

 

Copy osc\includes\languages\english\conditions.php to new file osc\includes\languages\english\why_join.php

This is the file where all the text is written. Lines 13 & 14 have the Heading Titles and line 16 has all the main text.

 

Add new line to osc\includes\filnames.php viz:

define(‘FILENAME_WHY_JOIN’, 'why_join.php');

 

Add new line to includes/languages/english.php viz:

define('BOX_INFORMATION_WHY_JOIN’, 'Join the Society?');

 

Add the link to /includes/boxes/information.php viz:

. '<a href="' . tep_href_link(FILENAME_ABOUT_US) . '">' . BOX_INFORMATION_ABOUT_US . '</a><br>' .

(Note: If last line then format at end is different)

Link to comment
Share on other sites

It is in language folder further into shipping.php

 

 

Satish

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Link to comment
Share on other sites

It is in language folder further into shipping.php

Satish

 

 

Thank you for your help,

I have changed the title on the shipping.php to ORDER INFO.

But in the INFORMATION BOX the link name still is shipping & returns.

Do you know where can I change the name of the link.

 

http://www.bluedragonhome.com/catalog/

 

Thank you!

 

Coral <_<

Link to comment
Share on other sites

I have changed the title on the shipping.php to ORDER INFO.

But in the INFORMATION BOX the link name still is shipping & returns.

Do you know where can I change the name of the link.

 

I made changes in the "/include/languages/english.php" file:

 

"As it is":

 

// information box text in includes/boxes/information.php

define('BOX_HEADING_INFORMATION', 'Information');

define('BOX_INFORMATION_PRIVACY', 'Privacy Notice');

define('BOX_INFORMATION_CONDITIONS', 'Conditions of Use');

define('BOX_INFORMATION_SHIPPING', 'Shipping & Returns');

define('BOX_INFORMATION_CONTACT', 'Contact Us');

 

Your change would be:

 

// information box text in includes/boxes/information.php

define('BOX_HEADING_INFORMATION', 'Information');

define('BOX_INFORMATION_PRIVACY', 'Privacy Notice');

define('BOX_INFORMATION_CONDITIONS', 'Conditions of Use');

define('BOX_INFORMATION_SHIPPING', 'Order Info');

define('BOX_INFORMATION_CONTACT', 'Contact Us');

 

I hope this works for you.

:)

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

I made changes in the "/include/languages/english.php" file:

 

"As it is":

Your change would be:

I hope this works for you.

:)

 

Hi

Thank you for your help!

I don't know anything about the code, I have just put the paragraph below into the shipping php.

but the page turned blank. Is there anything wrong ? Please help me. Thank you very much!!!

 

This is what I need to put on this page:

For your convenience, we specially designed this online catalog for our wholesale customers. After you've been granted access from Blue Dragon you will be able to log in to the Online Catalog site, browsing our catalog with the wholesale price, After you've set up your own account, you can easily select items with the Shopping Cart system, Place orders directly from this website at wholesale prices. All the PENDING ORDERS that you've made online will not be charged until it's shipped. Unless instructed otherwise, your order will generally ship UPS Ground within 2-5 working days. Payment for your initial order must be made by credit card (VISA, Master Card or Discover ). Unless some other form of payment is arranged between you and Blue Dragon in writing. You may set Net 30 Days term after your credit references are submitted and approved by Blue Dragon Inc. Minimum purchase for opening account is $100.00, for reorder is $50.00. We will charge 1.5% per month on over due balance and $20.00 for returned check. If you found breakage or defect with your purchase or all other claims, please report us within 3 days after receipt of shipment. Damages or shortages will be replaced at no cost to you. If you have any questions or concerns with your order or purchase, please Call us at: 407-858-9875 ( Monday through Friday, 10:00am to 5:00pm.)Thank you for your time and the opportunity to earn your business.

Link to comment
Share on other sites

Glad it worked.

:thumbsup:

 

Are you still having problems with your blank page?

:unsure:

 

It looks good from here:

 

http://bluedragonhome.com/catalog/shipping.php

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Glad it worked.

:thumbsup:

 

Are you still having problems with your blank page?

:unsure:

 

It looks good from here:

 

http://bluedragonhome.com/catalog/shipping.php

 

 

Thank you for your reply,

I have figured out that I can not type it like this: " I've or you've"

I changed it to " I have or you have....." and then the page is back now.

but I still don't know how to make a paragragh on it.

 

I'm sorry to ask you this stupid question, I don't know anything about coding........

and my english no good .

 

Coral :blink:

Link to comment
Share on other sites

Thank you for your reply,

I have figured out that I can not type it like this: " I've or you've"

I changed it to " I have or you have....." and then the page is back now.

but I still don't know how to make a paragragh on it.

 

I'm sorry to ask you this stupid question, I don't know anything about coding........

and my english no good .

 

Coral :blink:

If you want ot use the word

I've

Then you need to type it like this:

I/'ve

The forward slash tells php to ignore the apostrophe.

 

You can use html tags to format any text on this page.

<BR> will make a line break

<P> will make a paragraph return

<B>text</B> will make the text bold

Link to comment
Share on other sites

but I still don't know how to make a paragragh on it.

Normally you use the paragraph tags (<P> to start a paragraph and </P> to end it) like this:

 

<P>Fourscore and seven years ago our fathers brought forth on this continent a new nation, conceived in liberty and dedicated to the proposition that all men are created equal. Now we are engaged in a great civil war, testing whether that nation or any nation so conceived and so dedicated can long endure. We are met on a great battlefield of that war. We have come to dedicate a portion of that field as a final resting-place for those who here gave their lives that that nation might live. It is altogether fitting and proper that we should do this. But in a larger sense, we cannot dedicate, we cannot consecrate, we cannot hallow this ground.</P>

 

<P>The brave men, living and dead who struggled here have consecrated it far above our poor power to add or detract. The world will little note nor long remember what we say here, but it can never forget what they did here. It is for us the living rather to be dedicated here to the unfinished work which they who fought here have thus far so nobly advanced. It is rather for us to be here dedicated to the great task remaining before us--that from these honored dead we take increased devotion to that cause for which they gave the last full measure of devotion--that we here highly resolve that these dead shall not have died in vain, that this nation under God shall have a new birth of freedom, and that government of the people, by the people, for the people shall not perish from the earth."</P>

Does that help?

:unsure:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

  • 2 years later...

Thank you for your reply,

I have figured out that I can not type it like this: " I've or you've"

I changed it to " I have or you have....." and then the page is back now.

but I still don't know how to make a paragragh on it.

 

I'm sorry to ask you this stupid question, I don't know anything about coding........

and my english no good .

 

Coral :blink:

 

This line -> " I've or you've" --- should be " I\'ve or you\'ve" (back slash, not forward slash)

 

Even one occurrence of ' with out the \ will cause a blank page because the browser thinks the code ended there and it gets so confused that it won't show anything at all.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...