wow it's easier than I thought. (I used another template that is much difficult.) Thank you for all your help.:thumbsup:
Printable View
wow it's easier than I thought. (I used another template that is much difficult.) Thank you for all your help.:thumbsup:
Another question to bug you with. I notice that when I go to a product page or a category page. The left nav and the footer is gone. Is there's a way to add them back in so it looks like the front page?
open includes/templates/comstock/templates/tpl_product_info_display.php
find and delete this section of code:
save the edited file and upload to your server.Code:<!-- BOF: Cross-Sell information -->
<?php
// THIS CODE WOULD BE ADDED INTO YOUR TPL_PRODUCT_INFO_DISPLAY.PHP WHEREVER YOU WANT TO DISPLAY THE CROSS_SELL BOX:
require($template->get_template_dir('tpl_modules_xsell_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_xsell_products.php');
?>
<!-- EOF: Cross-Sell information -->
Thank you so much for your help. Without you I would spend hrs finding the codes. One last question (hopefully XD)
On the front page where it says:
New Customer? Create Account Returning Customers? Log In.
The LOG IN LINK, links to (I think your website)
https://mysticmountainnaturals.com/login.html
How to fix that?
One last question, Should've ask this one first.
On my product page, I have Attributes...
I am trying to switch Options Comment with Option Name.
I been playing with tpl_modules_attributes.php but I can't get it right...Quote:
Example:
Please choose one:
Size
I want to be:
Size
Please choose one:
This is not template specific and should really be addressed in the appropriate forum thread.
Dear Clyde,
thx for pointing me to the right direction.
I tried to edit my header but the code is the same.
I have this also:
Code:<li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a></li>
check includes/languages/english/comstock/index.php
lines 25 to 29 should read as follows:
PHP Code:
if (STORE_STATUS == '0') {
define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s">log yourself in</a>?');
} else {
define('TEXT_GREETING_GUEST', 'Welcome, please enjoy our online showcase.');
}
Gday
Have just installed CSS dropdown mod on comstock template.
It works fine in FF but when viewing in IE7 the dropdown menu doesn't display on top layer and displays behind description page.
http://901.com.au/index.php test site to see in action (View in IE 7)
Posted question in CSS mod forum which gave
***Answer***Have you tried giving the menu a higher z-index than the content?
I adjusted the z-index for the dropdown menu but am still having the same problem as seen here http://901.com.au/images/ie7page.jpg Where would i adjust the z-index for the content for comstock template to have it appear behind the dropdown menu ?
This seems to be (as usual) an IE bug
For more information do a google search for z-index ie
You can try this to see if it helps. add the highlighted portion.
.centerColumn {
padding: 0.8em 0.8em 40px 0.8em;
background: #fff;
font-size: 1.2em;
z-index:800;
position:relative;
}
Thanks clydejones
the position:relative; didn't seem to make any difference,
i have noticed it works correctly on beta version IE 8 so perhaps they have fixed this IE bug in the latest version.
Until then...if everything i have read with my limited understanding is this error occurs because the menu is called to be displayed before the main content.
This causes the main content to display over the top regardless of z-index.
Would it be possible to move the callup of main index (or dropdown menu)?
if so which files would i need to fiddle around with to test or would it be like opening a can of worms and best leaving it alone.
Cheers
Cougar
Try this to give you a small amount of space between the menu and the main content area.
add the highlighted portion to the following declaration in
includes/templates/comstock/css/stylesheet.css
#mainWrapper {
margin: 0 auto;
margin-top:5px;
padding: 0;
background: #fff;
border: 1px solid #000;
text-align: left;
width: 90%;
vertical-align: top;
}
I know this is a major forum faux pas, but this thread is WAY too long to read for my 2 issues. So, please forgive me!
I've just installed the comstock template pckg into my cart on a test server (a friend's server, she allowed me to host my stuff there until I get this up and running) and it appears that the center box looks as if it's just slapped on top of the red/black header bar that goes across. I thought it was my browser, so I used a different one to check it out, but that's not the issue. (I used Firefox and Safari.) I'm not sure why it's showing up this way, am I alone in this? If you want to see what I'm talking about you can look at it here. I'm still editing everything but that is just driving me nuts, esp. since it's not what it's supposed to look like, based on the other images I've seen of comstock!
The second issue, I cannot for the life of me get rid of the "Welcome to Vacuum Warehouse" thing I put in there before I uploaded comstock. And I don't know how to get rid of it! Help!
Oops, I lied, I have other issues that have come up in the oh, 30 minutes since i posted ^ that.
In the Contact Us section, our store address is showing up at the top here. It's not in the define pages editor and I think it's specific to this template, since I didn't have this issue before I uploaded it.
Also, the same address is on the bottom left of every page. Where can I edit that out, and maybe rebalance that with some of what's on the right by movign that to the left?
1st - turn on the EZ-Pages header: admin -> configuration -> EZ-Pages Settings -> EZ-Pages Display Status - HeaderBar (set to 1)
2nd - open includes/languages/english/comstock/index.php
find and edit the following lines of code indicated by the highlight
Code:define('HEADING_TITLE', 'Welcome to ' .STORE_NAME); /*Replace this line with the headline you would like for your shop. For example: Welcome to My SHOP!*/
} elseif ($category_depth == 'nested') {
// this will also be used on Top Level
define('HEADING_TITLE', 'Welcome to ' .STORE_NAME); /*Replace this line with the headline you would like for your shop. For example: Welcome to My SHOP!*/
}
1st - no its not template specific: go to admin -> configuration -> e-mail options -> Contact Us - Show Store Name and Address (set to 0)
2nd - open includes/templates/comstock/common/footer.php
find the following section of code indicated by the highlight and edit/change it to suit you.
Code:<div id="shopinfoBox">
<address><?php echo nl2br(STORE_NAME_ADDRESS); ?></address>
</div>
Thank you! I will try that first thing tomorrow morning, I have only come online to ask one last question as I'm ready to pass out:
My descriptions need bullets, but for some reason, even when I use the HTMLarea editor with each products, the bullets won't show up. Neither would ® symbol either, I had to use another site's uploaded IMG of it. Can this be fixed?
Thank you, good night, I will report back how the above things worked out!
1st - open includes/templates/comstock/css/stylesheet.css
find the following declaration and make the change indicated by the highlight.
#productDescription ul li {
margin-right:2px;
padding:2px 0 2px 17px;
color: #000;
list-style: none;/*you can change this to any of the following - disc, circle, square*/
font-size: 1.1em;
}
2nd - You should be able to use the following (highlighted portion) for the ® symbol instead of pulling a graphic from another site
Micro Sweep® System
OR
Micro Sweep® System
Clyde, thank you so much for a quick response! Most everything works. However, for some reason my first issue is still existent. If I go to your website and look at the larger image for comstock, i see that the red and black bars go all the way across whereas on my site, it literally looks like a center window was pasted on top and the black bar at the top doesn't match up/line up with the red and black bars on either side. Can this be fixed?
As I said you will need to turn on the EZ-Pages header: admin -> configuration -> EZ-Pages Settings -> EZ-Pages Display Status - HeaderBar (set to 1)
You may also need to add some "internal links" in the ez-pages.
admin -> tools -> ez-pages
if you don't want to show links in that bar then you'll need to open:
includes/templates/template_default/templates/tpl_ezpages_bar_header.php find the following section of code and add the highlighted portion.
once you've made the edit save the file to includes/templates/comstock/templates/tpl_ezpages_bar_header.php and upload to your server.Code:<div id="navEZPagesTop">
<?php for ($i=1, $n=sizeof($var_linksList); $i<=$n; $i++) { ?>
<a href="<?php echo $var_linksList[$i]['link']; ?>"><?php echo $var_linksList[$i]['name']; ?></a><?php echo ($i < $n ? EZPAGES_SEPARATOR_HEADER : '') . "\n"; ?>
<?php } // end FOR loop ?>
</div>
Ahh, I was wondering what that was to do... See I already did that, and in fact, it was set to 1 already.
I think maybe I didn't make it clear... I have no problem with the links, it's the box looking pasted (look at the link in my first post) on top, instead of flowing like it does on your website. And actually, having just looked again, the black bar I'm talking about has no links on it. Should I take screencaps to show you what I'm trying to describe? I'm lost, though, because the ezpages thing isn't it. :dontgetit
It still appears that you haven't turned on the ex-pages header:
all I see when I view the source of the page is the following:
<!--bof-header ezpage links-->
<!--eof-header ezpage links-->
This indicates to me that the ez-pages header bar is not turned on or it is "empty" (ie. no links)
Check your PM (private message)
I know I told you in PM but I wanted everyone to know, you rock, Clyde!
Posted via Mobile Device
Hi All,
First of all, Comstock is awesome.
On another note, when using Internet Explorer 7 I observed an anomaly in the appearance of the category menu when I have exactly 10 categories. With 10 categories upon mouse-hover a gray box appeared and obscured most of the menu. When I added an 11th category, or disabled one (total of 9) the anomaly disappeared.
Just by sheer luck the first attempt to correct the problem worked. In Configuration > Layout Settings I set "Categories Separator between link Status" from 1 to 0 and the problem disappeared.
Trying to figure out what caused the problem in the first place would certainly be an interesting exercise. But I haven't the inclination to do so now that the problem is gone! Yippee! :clap:
Thought I'd mention it in case someone else observed something similar.
Cheers,
~G
This is from the "introducing the Comstock Template" information that appears on the front page after installing the template:
Additional Recommendations:
admin -> configuration -> layout settings
Column Width - Left Boxes (set to 150px) default
Column Width - Right Boxes (set to 150px) default
Column Width - Left (set to 160px)
Column Width - Right (set to 160px)
Define Breadcrumb Status 2 (Off for Home Page Only)
Categories Separator between links Status (set to 0)
Categories Separator between the Category Name and Count (delete the default setting)
Categories Separator between the Category Name and Sub Categories (delete the default setting)
Clyde,
just downloaded last version, site is www.itilcon.com/zipcart
still palying with the basics so what u see might not be the what i am referring to.
My question is why the Bestseller box keeps so stubbornly printing a blank line before the first line.
Even http://(sorry, site offline)/templates.html has the blank space between title and firts line which distorts the box.
The standard template still hast that space which the category box does not have for instance.
Please advice
thanks a lot
Calixto
Fixed,
there is in tpl_best_sellers.php
$content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent">' . "\n";
calls for definition bestsellersContent which does not exist rather than bestsellers. I could rename it as well but removed the content piece and set needed top margin
I guess that is the same thing that happens in Bestseller box in general, that the browser assumes default top margin
Hi,
After installing this template the below picture shows what the site looks like. I then figured out that I had not reset the layout boxes - so that fixed that problem. However, the middle section of the site is still full page while the top & bottom are the usual width for a zen-cart store.
I also realized that the top of the middle section is to high up as it cuts through the red & black lines. Any ideas on how to fix this?
You need to turn on the ez-pages header bar and add at least one internal link.
This fix should help.
Just unzip the file and upload the entire includes folder to your server.
Attachment 5457
Hi,
It helped with the header (although it is still not lined up exactly - I'm done messing with that part for today).
However, the middle section of the site is still at like 100% while the header & footer are at 725px (approx)
Any ideas?
Also trying to figure out why it is not showing the header_bg.jpg image?
Maybe a better question is - how do I make the header & footer be 100% like the middle?
Hey Clyde, thanks for this great template. Im trying to edit the colors a little. This may be a dumb question, but I cant for the life of me figure out how to change the buttons/links: login/register, home, contact us, my account. Thanks in advance for any help.
Burt
http://www.giftsandmoredirect.com
open includes/templates/comstock/css/stylesheet.css
find and change the background color of these declarations as indicated by the highlights
#navMain ul li a {
margin-right:2px;
padding:2px 10px;
background:#999;
color:#fff;
border:1px solid;
float:left;
font-weight:Bold;
line-height:14px;
text-decoration:none;
border-color:#66006B;
}
#navAccount li.shop a {
background: url(../images/cart.png) left center no-repeat #99110F;
color: #fff;
height:16px;
font-size: 1.1em;
}
#navAccount ul li.shop a:hover {
color:#fff;
background: url(../images/cart.png) left center no-repeat #FF726F;
}
#navAccount li.account a {
background: url(../images/account.png) left center no-repeat #999;
height:16px;
}
#navAccount ul li.account a:hover {
color:#fff;
background: url(../images/account.png) left center no-repeat #ccc;
}
#navAccount li.contact a {
background: url(../images/contact.png) left center no-repeat #999;
height:16px;
}
#navAccount ul li.contact a:hover {
color:#fff;
background: url(../images/contact.png) left center no-repeat #ccc;
}
I love your template, but with the config screen I can’t change the way product page is showing.
I was wondering how and what I need to change to make the product page to mine liking.
I have your tempate (previous and latest version) on two of my sites - love it. In the admin/configuration/product listing - 12th item down - there should be 3 choices 0 ,1 or 2 to auto fill a quantity in the quantity box. I do not have an "option 2" , so therefore, all my quantity boxes are "0". I only have options "0" and "1". If you could please advise the file in ZenCart (or Comstock) that address this. This error occurs on both versions that I am using. I am guessing that I have a bad file somewhere. Thanks as always for your help.
Mine website is in development but here is the screenshot: http://img23.imageshack.us/img23/232...enshotr.th.jpg
What I wish to chance is lay-out of where certain items are placed. As you can see in the link I provided the product info hovers in the middle, if your resolution is higher as 1024x768. What I want I that placement of product info is standard aligned alongside the product screenshot. (with a small margin).
I hope I provided enough information. Thanks for all the help you can give.
The screen shot was so small I really couldn't tell very much.
If you want to change the layout of that page., you can edit
includes/templates/comstock/templates/tpl_product_info_display.php.
and move things around to suit your needs.
You'll also need to edit the the stylesheet for that page
includes/templates/comstock/css/product_info.css
Hi! Not sure if I should start a new post, so forgive me if this is in the wrong area!
I am using the Comstock Template, I am wanting to move the Contact Us, My Account and View Cart Buttons to the bar below - next to Home and Login. I have no idea how to do this! Could someone point me in the right direction?
My site is http://www.designsbyj3.com
Any help would be greatly appreciated!!
Thank you!!
Mrsb
please ignore above post - I started a new thread - thank you!
Thanks Clyde! Will give that a try!! :)
Clyde
Not sure if this is correct place for comstock_v2-0-2
Have all installed and working untill i tested a purchase and after clicking the checkout button, i get a blank screen. Any ideas on where i can start looking ?
Using a fresh installation of zen cart 1.3.8A. I had tried ZJ Black 2 template before using the comstock_v2-0-2
Thanks
Try this:
Just unzip the file and upload the entire includes folder to your server.
Attachment 5564
Cheers for the prompt reply but, unfortunately, no luck. I feel I have a setting wrong somewhere or do you think it is more ?
Check this article in the tutorials/FAQ section for information on this issue.
Or this announcement that appears at the top of each forum section
I'm building up mine site, but when I want to use multiple pictures, it won’t work, the classic version shows them on the bottom in a row, but in the Comstock layout the won’t show.
Besides that when you push on a picture and it expands you see in the new window the beem. http://www.htcenter.nl/index.php?mai..._image&pID=205
The first problem is a big issue because I want to show the front and the back of the product.
Thanks for all your work and efford.
http://www.htcenter.nl/index.php?mai...roducts_id=205
Thanks for your reply but the case is that its set on true (1)
Show Product Additional Images
Display Additional Images on Product Info 0= off 1= on
Thats why its so strange with the orginal template it will show it :O
Hi,
I just installed a new store 1.3.8 using the Comstock template, but I can't get it to display correctly.
http://lpsandmore.com/zen
I tried this template on my existing store and got the same results, so I went with another template.
Since this store is new I'm hoping it can be fixed without too much trouble.
Any ideas?
Thanks,
Gary
Clyde, I apologize because I know the answer is in this forum - I just cannot find it. I did a new install of 1.3.8a and then loaded comstock 2.02. When I switch to Comstock template, the first page of my site is blank. I reloaded the original core /includes directory - but that did not help. On tools/template selection - I can get the comstock preview. Greatly appreciate your help on what is missing. Thanks:frusty:
download and install the debug error logging utility
check the error message which is generated and post it here.
here is the error ----
[22-Jun-2009 16:13:00] PHP Parse error: syntax error, unexpected T_STRING in /homepages/17/d126700361/htdocs/bobkatgifts/includes/languages/comstock/english.php on line 163
I wonder ...... the main store at www.bobkatgifts.net works great. This is actually a new install in the sub-directory of bobkatgifts. The reason: the main store is php4 and I want to upgrade it to php5. this test store is actually in bobkatgifts.net/bobkatgifts - that seems to be where the error is coming from. Everytime I try to upgrade from comstock 2.0 I run into problems and usually give up. Thanks - this is abouty the umpteenth time I have tried
The file was fine. I went and upoaded english.php from ver 2.01 - now it works. I had problems before on another store. ver 2.0 and 2.01 was great - never did get 2.02 to work.
Hello,
Ive installed your Comstock template. Love it by the way!!
But now i have alot of strange symbols and or weird characters through out all the original content before the template switch(products and such)
I get a diamond symbol with a ? in the middle of it.
I know that this has got to be a text character mode mismatch of some sort. I dont really know much about where to look or how to begin to fix the problem.
Has anyone had this happen? Can i change a font-family somewhere or do i have to rewrite all my products and such?
Thx in advance
RPBelcher
www.LOUDERvisions.com
This may correct the problem:
open includes/languages/comstock/english.php
find the following section(s) of code
and replace it with the followingCode:@setlocale(LC_TIME, 'en_US.utf8');
findCode:@setlocale(LC_TIME, 'en_US.ISO_8859-1');
and replace withCode:define('CHARSET', 'utf-8');
Code:define('CHARSET', 'iso-8859-1');
THX Clyde..will try that now and post the result.
Hey again..
I am also having IH2 issues since the comstock switch over. I was reviewing this thread and found my issue to be the same as discussed in the #30-#35 posts. Was wondering if a solution was ever found.
THX in advance
You can try the fix posted here.
Just did a search of IH thread for additional images
checked that out.. worked perfect. THX so much again.
Since your being so kind in replying and solving my simpler of issues..
May i ask another?
Its a stylesheet question; How could i add side-cap images to the main wrapper of the comstock template?
I guess thats not what they are called.. lol
I mean instead of a border of 1-2px.. i want to make images that give a finished look to either side of the main content.
I guess turning side borders into images would be a solution.. Am i making any sense?
so if you had a Bar.gif image that repeated across the top of a page.. then youd have bar_cap_left.gif and bar_cap_right.gif... Or something along those lines.. the end result would be a finished bar across the top instead of one repeating image..
Sorry im not fluent in code language.
THIS is what i want to achieve. www.kawiecentral.com
the green and grey bars at the top are made up of 3 images..middle, left, right..
--
So in the comstock template you have the image - silver_bar. Can we somehow add a silver_bar_left and a silver_bar_right.. this would cap the ends of the bar. I would have to make the images but thats not a problem.
Is it possible to do something like that?
If im still not making myself clear, i apologize for wasting your time..and no need for reply.. thx Clyde for the great template.
RPBelcher
If your talking about this image - its a single image that is placed in the header
Attachment 6021
Hello...
My question is...
There is a box that I want to make a correction with. It is the "Units In Stock /Add To Cart" box that is displayed where the customer can click and add an item to his/her checkout. Where is the file located as there is a colon missing between Units In Stock and the actual number.
Thanks.
Ralph
RCHelicraft.com
Got that issue solved.
That brings up another little problem. How do I change the size of the Comstock Logo ? I would like to replace that logo with a small banner that I have designed.
Also, how do I change the Tagline that is in the header ???
...and, finally, how do I change the links that are found in the footer of the main page???
I have most of the problems fixed now. One lsat thing is still not right. In the footer, on the far left and far right, the text is not properly centered. To see this, goto www.rchelicraft.com/store.
How can this be corrected. Also, I want to eliminate the Amex, Discovery and Paypal logos. How is this done ??
They are correctly aligned for the comstock template.
each of the elements is set in its own box which is positioned as shown.
open includes/templates/comstock/css/stylesheet.css
find the following declaration and add the highlighted portion
#shopOptions {
display:none;
margin: 10px 0 0 0;
padding: 0;
background: url(../images/options.gif) center center no-repeat;
height: 40px;
}
I don't want to remove all the graphics. I want to keep the VISA and Mastercard graphic and eliminate the Discovery, AMEX and PayPal.
I also want to add a GeoTrust and Interac online graphic in the place of the Discovery and AMEX graphic in the footer.
Clyde..
How can I add the following code to the footer of the template ?
<!-- GeoTrust QuickSSL [tm] Smart Icon tag. Do not edit. -->
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript"
SRC="//smarticon.geotrust.com/si.js"></SCRIPT>
<!-- end GeoTrust Smart Icon tag --> <!-- webbot bot="HTMLMarkup" endspan -->
open includes/templates/comstock/common/tpl_footer.php
find the following section of code and add your script as indicated by the highlight:
<div id="shopOptions">
<!-- GeoTrust QuickSSL [tm] Smart Icon tag. Do not edit. -->
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript"
SRC="//smarticon.geotrust.com/si.js"></SCRIPT>
<!-- end GeoTrust Smart Icon tag --> <!-- webbot bot="HTMLMarkup" endspan --></div>
</div>
Clyde,
I'm working on customizing your template for my site and am having issues with the center header cutting off.
Site: www.sarassoapsnsuch.com
If you look at the "Monthly Specials for July," the bar is wider (using your solution on pg. 26ish of this thread), but the letters are still cut off. How do I fix that?
I'm using IE7 and the current version of ZC.
Thanks!
~Sara
open includes/templates/comstock/css/stylesheet.css
find the following declaration and make the highlighted change:
.centerBoxHeading {
margin: 0;
height: 32px;
background: #BEBEBE;
/*background-image: url(../images/title_cap_right.gif) #BEBEBE;
background-repeat: no-repeat;
background-position: top right;*/
padding: 0.4em 0.2em 0 0.2em;
text-align: center;
line-height: normal;
}
Worked beautifully, thanks! OK, next question (or 2 or 3)... :laugh:
(I'm in "building Rome in a day" mode.)
1) The deep red on the template is pretty, but it clashes horribly with the hot pink of my logo and lettering. I was trying to change the red to blue by overriding the tier2_bg.gif file, but it's not overriding the original. Is there a way this can be done?
2) Can I still use my wrapped header with the Comstock template? In the Classic green, I had a graphic with a few of my products across the top. That's to what I'm referring.
3) Sideboxes (my nemesis!)... On the left-hand side, it says "Sponsors" and has the graphic for the HSMG, then on the right, the box says "Have You Seen?" with the same logo. Originally I had one box on the right-hand side with the HSMG banner and the heading "Proud Member, HSMG." I want to go back to the original sidebox style.
Thanks. :smile:
~Sara
The logo shows up in the footer now. But, it covers up my store information.
Take a look....
www.rchelicraft.com/store
How would I add the script as a Sidebox ??
Here's another quick question. I just installed the RMA module into my Comstock template. how do I change the name in the Information side box from "Returns" to "RMA Request" ???
not template specific problem
you could use admin -> tools -> developers took kit
scroll to the bottom of the page type returns into the last input box select all files admin/catalog from the drop down menu then click the search button
You will get a list of all the files and line numbers that contain that particular text.
You can then open the associated file and make the changes you want.
Clyde,
I got two of my issues straightened out, but this one seems to still be hanging me up:
The deep red on the template is pretty, but it clashes horribly with the hot pink of my logo and lettering. I was trying to change the red to blue by overriding the tier2_bg.gif file, but it's not overriding the original. Is there a way this can be done?
Also, my logo is off, dimension-wise, being more rectangular than square (the dimensions are only off by a pixel in real life). I've changed the dimensions on the graphic itself, as well as played around with the stylesheet. How can I fix that? If it were up to me, I'd scootch it way over to the left so my entire header shows, though I'm considering taking a pic out of the header, which will help with spacing.
That's enough to play with for now. I'm sure I'll have more questions later.
~Sara
logo:
includes/languages/english/comstock/header.php
adjust the height and width of the logo
define('HEADER_LOGO_WIDTH', '192');
define('HEADER_LOGO_HEIGHT', '100');
create a new graphic making sure is is the same size as the original (in your choice of color) save it as tier2_bg.gif to includes/templates/comstock/images
I can not find this, help please
Upcoming Products
CAPTION_UPCOMING_PRODUCTS
site: https://www.affordablecellphoneacces...biz/aca_store/