The Official Website of AgoraCart and Agora.cgi
AgoraCart.com Demos Download AgoraCart User Manuals & Wiki Gold Members Forum Go Gold Now! Gold Version Memberships

AgoraCart.com

About
Features
Download
Payment Gateways
Send a Donation
Founders Club
BLOG: News & Updates

Showcases & Demos

AgoraCart Demos
Shop Live Stores

Downloads & Add-ons

Gold Version Downloads
DBwizz Database Mgr.
AgoraCart.com Store

Help & Support

User Manuals
Gold Version Users Forum
Gold Version Chat
Tech Support
Certified Agora Pros
Certified Designers
Hire a Freelancer

Gold Version Members

Member Benefits
Join Today!
Gold Members Home
Gold Version Users Forum
Gold Version Chat Rooms
Gold Version Downloads

For Store Owners

Merchant Accounts
Cool Resources
Advertise Here
"Powered by" Logos
Web Hosting Search

Misc.

Contact Us
MEET's Talking Guide
The Ancient Greek Agora






AgoraCart Free User Forums

This is the official FAQ and Cool Tips guide For the AgoraCart shopping Cart software


Official Sponsors of the AgoraCart Project:

       


RegisterSearchFAQLog in
Reply to topic Page 1 of 1
Having problems making the rest of site match my new index
Author Message
Reply with quote
Post Having problems making the rest of site match my new index 
I have been reading this forum in hopes to this answer, but I believe that I am overlooking it. Here is my problem;

I found the file index.html in the /html directory and I edited it to match the face of the original website it will be added to (http://www.etcetcetc.biz/shopping) The problem is, since I have the main page edited as I would like, when I click on the demo products, it takes me to the Product Listing page and it is back to the demo colors and links. I am trying to make all of the pages the same as my index.html. Any help is appreciated. FYI, I am very new to agora and do not yet understand the agora-language. I am just utilizing my Dreamweaver skill as best I can. Thank you

View user's profile Send private message
Reply with quote
Post  
To keep going the way you are, you will need to utilize the basic header & footer editor for the manager. Available at:
http://www.agoracart.com/addon_display.htm

You can actually make the site look any way you want it to look.
You will need to edit the store_header.inc & store_footer.inc files, to start. Then you will need to edit the secure_store_header.inc & secure_store_footer.inc files to handle the checkout process.

Check ou the following thread for info on setting up custom headers and footers:
http://www.agoraguide.com/faq/viewtopic.php?t=1310

HTH!


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Reply with quote
Post Thank you, now only one more thng and I'm good... 
Thank you so much for your reply, it helped out a great deal. The only thing that I am stuck on now, is actually linking the links to the left (not using links at footer) to my main page. COuld you be of help for this?

View user's profile Send private message
Reply with quote
Post  
You will have to hard code that link into the store_header.inc file...

HTH!


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Reply with quote
Post Well I've looked and looked... 
I simply can't find the fields where I would hard code the links into the *.header.inc file. If you look at http://www.etcetcetc.biz/shopping then you will see that with the static page I created as index.html, I put my own links to my own page on it. But, as I click on products (demo products are still set up as I do not want to proceed until I get this figured out) then the original demo links are there; Home, About Us, Contact Us and Return Policy. I looked into the file you told me to, but do not know where to include the links that I have as on my index.html which are; Home, Contact, Terms and that's all.

View user's profile Send private message
Reply with quote
Post  
Just put your links between the areas where you see the "agorascript-pre" stuff.
The first set of "agorascript-pre" stuff is the product category links stuff.
The 2nd set of "agorascript-pre" stuff is the company info links.

HTH!


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Reply with quote
Post Forgot to thank you and.... 
Scott, thank you so much for taking the time to help me out. I apologize for not thanking you in the forums, life things came up and I've been preoccupied. Anyways, I took the advice you gave, and still can not find where to enter the links in the header file. Am I missing something? I scanned the header and footer and do not see where the existing links for the default links are, so I do not know where to enter mine. If you could be more specific, I would greatly appreciate it. Thank you for taking the time.

View user's profile Send private message
Reply with quote
Post  
Look for code that starts out like:
<!--agorascript-pre

That is the "stuff" I was talking about.
The following handles the product category links:
Code:

<!--agorascript-pre { # code to count up the CART contents
local(%db_ele,$sku,$category,%category_list);
if (!($sc_db_lib_was_loaded =~ /yes/i))
 { &require_supporting_libraries (__FILE__, __LINE__, "$sc_db_lib_path"); }
&capture_STDOUT;
&get_prod_db_element($db{"product"},*db_ele);
foreach $sku (keys %db_ele) {
  $category = $db_ele{$sku};
  $category_list{$category}++;
}
foreach $category (sort(keys %category_list)) {
   $category2 = $category;
  $category2=~s/_/ /g;
 
}
&uncapture_STDOUT; }
-->


The following code handles the compnay info links:
Code:

<!--agorascript-pre
&capture_STDOUT;
&cartlinks;
  $cartlinks =~ s/<br>/<br>&nbsp;&nbsp;/ig;
# take make links underlined
$cartlinks =~ s/style=\"text-decoration: none\"//ig;
# to layout horizontally with 3 spaces
# $cartlinks =~ s/<br>/&nbsp;&nbsp;&nbsp;/ig;
# to layout horizontally with | dividers spaces
# $cartlinks =~ s/<br>/&nbsp;&nbsp;|&nbsp;&nbsp;/ig;
#print "&nbsp;&nbsp;";
#print $cartlinks;
#  print "</font>";
&uncapture_STDOUT;  -->


Just hard code your links somewhere between those bits of code I specified above.

HTH!


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Reply with quote
Post Thanks again. 
Really appreciate your help. I seem to have that aspect covered, but now I'm locked out of the manager.cgi. Any ideas as to how I can get in? Crying or Very sad

View user's profile Send private message
Reply with quote
Post  
Which can't you get in theough? The popup login or the actual page login?


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum