replacing imageheight and imagewidth with the dimensions of your images.
OR if you want to do it with text links
<a href="NETQUOTEVAR:NAVBCARTLINK">Click here to view cart</a>
<a href="NETQUOTEVAR:NAVBCHECKOUTLINK">Click here to go to the Checkout</a>
Note: using these with the NQV links above only works on your 'catalog' pages, not your brochure pages (grumble) or external webpages. If you are wanting to use view cart and checkout links on your brochure pages / external pages, i recommend going to Advanced>Generate Website then go to your Site1>Site Html folder, open one of your 'catalog' pages, and copy the full a href links from the cart and checkout buttons replacing them above as nescessary.
if you need any further help, post back.
steve q
harlequin domains www.harlequindomains.com
0800 0832077
Actinic Design, Hosting and Marketing
I wonder if you might be able to help me with another problem with the site?
When I add products to the trolley on the site or view the 'more info' page, the domain does not map. In other words, instead of the URL being: www.myurl/acatalog/productname , I am getting the IP address instead of my URL.
When I try to make changes to the more info pages, the upload seems to work but they are not updated on the site. I am sure this must be connected but I am stumped.
replacing imageheight and imagewidth with the dimensions of your images.
OR if you want to do it with text links
<a href="NETQUOTEVAR:NAVBCARTLINK">Click here to view cart</a>
<a href="NETQUOTEVAR:NAVBCHECKOUTLINK">Click here to go to the Checkout</a>
Note: using these with the NQV links above only works on your 'catalog' pages, not your brochure pages (grumble) or external webpages. If you are wanting to use view cart and checkout links on your brochure pages / external pages, i recommend going to Advanced>Generate Website then go to your Site1>Site Html folder, open one of your 'catalog' pages, and copy the full a href links from the cart and checkout buttons replacing them above as nescessary.
if you need any further help, post back.
steve q
harlequin domains www.harlequindomains.com
0800 0832077
Actinic Design, Hosting and Marketing
Steve,
I want something similar:
I am using clean layout 4 with product on quantity page
I want to have the text links |View Cart| and |Checkout| to show in the top navigation on ALL Actinic pages (not necessarily external pages). How would I accomplish this?
Thanks
Bonnie
www.bonnies-gift-shop.com
Unique Gifts & Home Decor
Retail/Wholesale/Drop Shipping
www.bonniesgifts.com
Gift Baskets Gift Ideas Unique Gifts
Retail/Drop Shipping
I am guessing you want to use it on your brochure pages so i have left the css styles on.
for your info, to get it i simply went to one of your online /acatalog/ pages, went to View>Source (in internet explorer but similar in other browsers), then clicked ctrl + f (keyboard shorcut for find) and searched for 'View Cart' without the quotes.
This brought me straight to the code needed and from there just worked it out what applied to your current view cart / checkout links.
You need to place the code within your 'Overall Layout Templates' for your store pages and your brochure pages.
Your overall layout template for your store pages can be accessed by going to 'Design | Options | Layouts' and clicking 'Edit' next the 'Default Overall Layout' field. It will probably be called 'Act_Primary.html'.
Go to 'Design | Options | Brochure' to edit your Brochure Overall Layout templates. This will probably be called 'Act_BrochurePrimary.html'.
Experiment with different places to put the code until you are happy.
Comment