changing the look of my shopping site

User 54342 Photo


Registered User
58 posts

I would like to change the look of my site so that it has a vertical menu on the side that lists all the band posters, movie posters, etc. Will I lose all the data in my present site in Shopping Cart Pro?
User 2140875 Photo


Registered User
364 posts

If you are using the themes in SCCP you will not loose your data. Just click on the Themes button at the top. Select from any purchased themes or themes you imported from SCDP. You cart will now conform to the new theme you selected, with all your data regarding products, descriptions, pricing, etc. in tact.
User 54342 Photo


Registered User
58 posts

How can I have a vertical menu that lists all the bands, movies, etc; that are on my site? I looked at the blank vertical template and all it seems to be able to do is put the existing menu that I have and make it vertical. I would like to have site look something like this example: http://www.concertposters.com/
User 2140875 Photo


Registered User
364 posts

Dan,

With some help from Chef-Scott I was able to add extra links to the shop I am working on for a customer. The code he gave me added extra links at the bottom of the page. With help from other experts here you might be able to modify the code to get what you want. I'm a non-coder!

Here is part of that forum message:

Galen Garretson wrote:
1. Is there a way to only have the "Contact US" appear at the bottom of the page and not appear as a drop down under the Home button also??

Chef-Scott wrote:
To add a link to the footer, just add in the following code in the Your Shop>Custom Markup>Footer Contents:

<div class="scs_flat_navmenu"><a href="privacy_policy.php">Privacy Policy</a>&#160; | &#160;<a href="terms_conditions.php">Terms & Conditions</a>&#160; | &#160;<a href="rstones2/index.html">rStones 2 Tutorial</a></div>

This will add a second line of footer links into your shop. This is how I add in more pages on my site. Just replace the links and text.

Now you can go into SCCP in the Pages section and remove (or rename) the Contact Us page.

Good luck,
Galen
User 187934 Photo


Senior Advisor
20,181 posts

JQuery can make altering things easily within the actual shop.:cool:
http://progrower.coffeecup.com/shop/vie … groupid=43
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 54342 Photo


Registered User
58 posts

I have another question, on my front page I have a search bar with the word "search" written in it. How can I add words to that field?
User 187934 Photo


Senior Advisor
20,181 posts

You can try this.
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript">
$(function() {
$("#scs_search_input").val("ADVANCED SEARCH");
});
</script>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.