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
Head tags on order check out
Author Message
Reply with quote
Post Head tags on order check out 
I added

$sc_standard_head_info =qq~ <link href="../../lodge.css" rel="stylesheet" type="text/css">~;


In

Logic run at 'open_for_business' code hook

but it doesn't seem to take the style sheet when I'm in the check out procedure.


PLEASE HELP

View user's profile Send private message
Reply with quote
Post  
You probably need to edit it directly in the agora.setup.db 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  
I tried that, but still doesn't work.

octoraro22.org/TradingPost


TIA

View user's profile Send private message
Reply with quote
Post RE: Head tags on order check out 
hell-o
hard code the css link into your gateway.html file just as you would with any html file.
example:
store/html/forms/Offline-orderform.html

<html>
<head>
<title>whatever is heaer or what you want</title>
<link href="../../lodge.css" rel="stylesheet" type="text/css">
</head>
<body>

using the free form logic only applies to dB related pages using a ppinc. this over rides the setup.db file. therefore, applying to the agora.setup.db file will have the same results.

so for all html pages displayed by agora.cgi you need to hardcode into the head tag of the html file. regardless whether or not you're parsing pages (header and footer tokens). for all pages created using a ppinc you need to add to the free form logic or the agora.setup.db file or in the cutom directory. i find it much easier, faster and better suited for tweaking values if using the free form logic. in addition the head and body tags in the freeform logic allows more information at your finger tips without messing around with many other programs. it's all localized in the manager.

regards,
dan

Reply with quote
Post  
everything is working fine, but I can't find the files that get called for the checkout procedure, I need to add a css includes into the <head> I added everyplace that I can find. the title of the Page I need help with is 'step one'

and also I need help finding the file that has the following in a box at the bottom, after you complete step one titled 'step two'

Please verify the above information. When you are confident that it is correct, click the 'Secure Orderform' button to enter your payment information.


THANKS!!

View user's profile Send private message
Reply with quote
Post Re: RE: Head tags on order check out 
hell-o
Dan wrote:
hard code the css link into your gateway.html file just as you would with any html file.
example:
store/html/forms/Offline-orderform.html

add your css to this file or the html with the file name you're using for your gateway.

for the step two display you can find the html for that in the :
store/library/Offline-order_lib.pl
or
store/library/gatewayname-order_lib.pl

don't bother with the *-mgr_lib.pl this file is not usually user editable.
regards,
dan

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