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
Getting single column with 2 column page layout...
Author Message
Reply with quote
Post Getting single column with 2 column page layout... 
Of course, everything was working fine until I wanted to make a change. My standard productPage.inc was the original and showing two columns of products with a setting of 6 products per page. I did have some categories that had their own product layout with only one column. I was making a "small change" to open the picture in a new window when clicking on the picture to show it as a larger image. All went well on my custom layouts, but started having problems when modifying the "standard" of productPage.inc. Now, it only shows those categories in one column as well. Even getting a "restored" version of the file has no effect.

Thanks in advance.

View user's profile Send private message
Reply with quote
Post  
Did you make sure to download/upload the file in ASCII mode???


_________________
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 downloading it as a INC file and as a text file...but I am not seeing anyway to specify ASCII when downloading or uploading. I'm at my wits end with it because it was working perfectly before trying to add an anchor link around the picture. The custom layouts work fine though.

View user's profile Send private message
Reply with quote
Post  
Here is something a little bit crazier....if I use the ProductPage-2a.inc file and rename it to ProductPage.inc, then it displays "properly" of two columns. This only works when renaming it to ProductPage.inc. If I try opening the file and copying the script to ProductPage.inc, then it still displays only one column.

I need to make two small changes to the ProductPage-2a.inc for it to be correct.
1) Changing this...
src="%%URLofImages%%/add_to_cart.gif"
to this...
src="%%ButtonSetURL%%/add_to_cart.gif"

That allows the selected blue Add to Cart button to be displayed correctly.

2) Modifying the section of displaying the Price and Check Out to be Price, View Cart, and Check Out...so it goes from 50% to 33%...

Before code...
<td width='50%' align=center>
<span class="ac_product_price">%%price%%</span>
</td>
<td width = '50%' align=center>
<a href='%%StepOneURL%%?order_form_button.x=1&amp;%%href_fields%%'>Check Out</a>
</td>


After code...
<td width='33%' align=center>
<span class="ac_product_price">%%price%%</span>
</td>
<td width='33%' align=center>
<a href="%%scripturl%%?dc=1&amp;%%href_fields%%">View Cart</a>
</td>
<td width = '33%' align=center>
<a href='%%StepOneURL%%?order_form_button.x=1&amp;%%href_fields%%'>Check Out</a>
</td>

View user's profile Send private message
Reply with quote
Post  
What did you use to download the file?
What did you use to edit the file?


_________________
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