Jump to content

WalstonNet

Member
  • Posts

    39
  • Joined

  • Last visited

Everything posted by WalstonNet

  1. I am running CC v5.2.1. I have edited definitions.xml to suit my needs so things read the way I want them to, however it has come to my attention that anytime an update is done, the definitions.xml will get overwritten, therefore I would lose all those changes. So what I want to do is create a new language based on the definitions.xml, but in the "Create Language", I don't know what to put in for "Language Code" so that it will work, "Parent Language" would obviously be English (US), I'm assuming I could name the language anything I wanted to? So I need help figuring out how to do this so I can create a new language so that it would use the definitions.xml that I edited, so that whe updates are done the language doesn't get overwritten. Can anyone help me with this? I would really appreciate it. Thanks so much!
  2. Yep, that was it. Crazy! I will see what version exactly & change it in my signature. What's the easiest place to find the version etc, I'm not seeing it. Thanks again for your help!!!
  3. bsmither, thanks for your reply, all of that is in my signature. The only thing that is not I guess would be the store URL which is www.arnswoodshop.com. You, as the admin, have not set a personal preferential currency in your profile (might not be possible, but check anyway). This is set, it is set to USD. You, as the non-logged in customer (and you may need to log out as admin), have not chosen an alternate currency. I have logged out & logged back in and it does not give me an option for an alternate currency because in the admin I have it set to use USD only. This client is wanting to deal in USD only. You, as a logged in customer, have not chosen an alternate currency in your profile. Same as above, everything is in USD In the admin, Store Settings, General tab, are using the desired currency. This is set, it is set to USD. In the admin, Currencies, the currency you expect the store to be showing has 1.00000 as the exchange rate. In currencies in the admin, USD is the only currency enabled. It does show an exchange rate of 1.56862 but if USD is the only currency being used and all orders are being placed by people in the United States, why would it add extra to an item. If we set an item to be $25, then it should charge $25, plus the standard tax if their billing address is in Utah, lus whatever shipping option they choose. But for whatever reason it's adding an extra $14.22 to a $25 item. I'm still confused :-( Thanks again for your help as always.
  4. Ok so we're almost done with this site but I am stuck on something that I just can't for the life of me figure out. If I add an item with a price of say $25.00, when the product is displayed on the site it is showing the price as $39.22. So it's adding $14.22 to the price, and I have no idea why. I have it set to charge standard tax etc, and this id displaying on the site for the product BEFORE any tax or shipping. It doesn't make any sense. Can someone please help? Thank you! Please see the attached screenshot for an example of what is happening.
  5. Perfect! Works perfectly! I didn't even think about the option of making it come out when clicked on, but that's great! Thank you SOOOOOOOOOOOOOOO MUCH! My client will be eternally grateful! I bet they change that in the next release huh? LOL!
  6. You know in the admin there's the pop-out on the right-hand side to search customers, search products & search orders? It is driving my client absolutely nuts (well, me too) because every time you put your mouse even close to that area, it pops out, and it is very annoying. Does anyone know if there's a way to disable this, but at the same time search those three things in another way? I see that in each of the areas (products, orders, customers) that there is a search tab, but when you click the search tab, the pop-out opens, so it looks like the search is all done through that pop-out??? If I were to create a page somehow in the admin to search those things, could that be done, could the op-out be disabled??? It really is annoying, so if anyone could help, I would appreciate it. Thank you.
  7. I got the tagline image to display at the bottom, I just need to figure out a way to get it to fit within the box neatly now.
  8. K, doesn't www.whatismyip.com show the IP of your internet connection, not a website? I'm confused. I know that's the correct IP for that website because I run the server and it's a shared IP, all of my accounts are on a shared IP. Anyways, I did that in main.php and it did add the two links that are in the documents links, but it did it bulleted instead of on one line and isn't separated by the "|" like it is in the bottom one. Which is so weird since it's the same coding. Very strange. We're getting there though. And thank you again for helping me with this! I really do appreciate it!!!
  9. Ok, done. It didn't do anything either. What is it supposed to be doing exactly? See I was thinking to accomplish adding the documents menu to the top part, that I would just copy the code that puts it in the bottom of the page, which is <div id="documents">{if isset($SKIN_SELECT)}{$SKIN_SELECT}{/if} {$SITE_DOCS}</div> in the main.php file, but I can't seem to figure out how to get it in the white space I created by taking other things out that were un-needed. See, I'm a very graphical person (not really that great with coding) so in my main.php file it's very hard for me to see where I would copy the documents coding because I can't see how it's laid out, graphically. I have tried just adding it to places I think it would go, but it never went in the spot I wanted it too. :-( And on adding the image at the bottom, (the american one), I don't know if I add that to the main.php file, or in a box.something file. Does that make sense? This is MY main.php file for the Mican theme: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" dir="{$TEXT_DIRECTION}" lang="{$HTML_LANG}"> <head> <title>{$META_TITLE}</title> <link rel="canonical" href="{$VAL_SELF}" /> <link rel="shortcut icon" href="{$STORE_URL}/favicon.ico" type="image/x-icon" /> <link rel="stylesheet" type="text/css" href="{$STORE_URL}/skins/{$SKIN_FOLDER}/styles/common.css" media="screen" /> <link rel="stylesheet" type="text/css" href="{$STORE_URL}/skins/{$SKIN_FOLDER}/styles/{$SKIN_SUBSET}/layout.css" media="screen" /> <link rel="stylesheet" type="text/css" href="{$STORE_URL}/js/styles/styles.php" media="screen" /> {if isset($CSS)} {foreach from=$CSS key=css_keys item=css_files} <link rel="stylesheet" type="text/css" href="{$STORE_URL}{$css_files}" media="screen" /> {/foreach} {/if} <!--[if IE 7]><link rel="stylesheet" type="text/css" href="{$STORE_URL}/skins/{$SKIN_FOLDER}/styles/ie7.css" media="screen" /><![endif]--> <meta http-equiv="Content-Type" content="text/html;charset={$CHARACTER_SET}" /> <meta name="description" content="{if isset($META_DESCRIPTION)}{$META_DESCRIPTION}{/if}" /> <meta name="keywords" content="{if isset($META_KEYWORDS)}{$META_KEYWORDS}{/if}" /> <meta name="robots" content="index, follow" /> <meta name="generator" content="cubecart" /> {if $ANALYTICS} {literal}<script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', '{/literal}{$ANALYTICS}{literal}']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script>{/literal} {/if} </head> <body> <div id="page_wrapper"> <p class="logo"><a href="{$STORE_URL}"><img src="{$STORE_LOGO}" alt="{$META_TITLE}" /></a></p> <div id="header"> <div id="boxes"> {$SEARCH_FORM} </div> <div id="cart_box"> {$SESSION} {$SHOPPING_CART} </div> </div> <br clear="all" /> <div id="main_body"> <div id="breadcrumb"> </div> <div class="{$SECTION_NAME}_wrapper"> <div class="sidebar" id="sidebar_left"> {$CATEGORIES} {$SALE_ITEMS} {$MAIL_LIST} </div> <div class="sidebar" id="sidebar_right"> {if isset($POPULAR_PRODUCTS)}{$POPULAR_PRODUCTS}{/if} {$RANDOM_PROD} </div> <div id="page_content"> {include file='templates/box.errors.php'} {if isset($CHECKOUT_PROGRESS)}{$CHECKOUT_PROGRESS}{/if} {$PAGE_CONTENT} <p style="clear: both; height: 1px;">&nbsp;</p> </div> </div> </div> <div id="documents">{if isset($SKIN_SELECT)}{$SKIN_SELECT}{/if} {$SITE_DOCS}</div> </div> {if isset($DEBUG_INFO)}{$DEBUG_INFO}{/if} {include file='js/common.html'} {if isset($JANRAIN)}{$JANRAIN}{/if} {if isset($LIVE_HELP)}{$LIVE_HELP}{/if} {foreach from=$JS_SCRIPTS key=k item=script} <script type="text/javascript" src="{$STORE_URL}/{$script|replace:'':'/'}"></script> {/foreach} {if $COOKIE_DIALOGUE} <form action="{$VAL_SELF}" class="cookies-notify" method="POST"> <p>{$LANG.notification.cookie_dialogue|replace:'%s':{$CONFIG.store_name}}</p> <p>{if $COOKIE_DIALOGUE_FAIL} class="retry"{/if}><input type="checkbox" name="accept_cookies" value="1" /> {$LANG.notification.cookie_dialogue_declaration} <input type="submit" name="accept_cookies_submit" value="{$LANG.common.continue}" /></p> </form> {/if} </body> </html>
  10. Ok, I did what you said in that file, this is what I did: //Initialize Smarty $GLOBALS['smarty'] = new Smarty(); $GLOBALS['smarty']->compile_dir = CC_SKIN_CACHE_DIR; $GLOBALS['smarty']->config_dir = CC_SKIN_CACHE_DIR; $GLOBALS['smarty']->cache_dir = CC_SKIN_CACHE_DIR; $GLOBALS['smarty']->error_reporting = E_ALL & ~E_NOTICE; //Initialize debug $GLOBALS['smarty']->debugging_ctrl = ($_SERVER["REMOTE_ADDR"] == '50.28.3.33') ? 'URL' : 'NONE'; Then I went to http://www.arnswoodshop.com?SMARTY_DEBUG in the browser.What that did was just brought up the home page, but it didn't show me any errors or anything. Now I'm more confused than before, LOL!
  11. Thank you, thank you, thank you bsmither for responding to help, I was so afraid no one was going to respond, LOL! I am editing it right on the server. It's at www.arnswoodshop.com So I'd need the second option then right?
  12. Ok, so I am using Cube Cat Version 5 (I think the server admin installed a new version rather than just upgrading from 4, but I can't be sure) for one of my clients. I am using the Mican theme, which as you can see I have customized a little bit. But, I desperately need to figure out how to add the "documents" menu that is at the bottom of the page to the top of the page, to the right of the search container. Of course I want to center it horizontally, and vertically (LOL!) Then at the bottom, I need to add "home" and "contact" links to the documents menu (anywhere the documents menu displays, so top & bottom) and then I need to display a small image to the right of the documents menu, this image: The weird thing is, that in box.documents.php, it is set to show home and contact links, but it isn't doing so :-( <ul class="documents"> {if isset($DOCUMENTS) && count($DOCUMENTS) > 0} {foreach from=$DOCUMENTS item=document} <li><a href="{$document.doc_url}" title="{$document.doc_name}" {if $document.doc_url_openin}target="_blank"{/if}>{$document.doc_name}</a></li> {/foreach} {/if} {if isset($CONTACT_URL)} <li><a href="{$CONTACT_URL}" title="{$LANG.documents.document_contact}">{$LANG.documents.document_contact}</a></li> {/if} {if isset($HOME_URL)} <li><a href="{$HOME_URL}" title="{$LANG.documents.document_home}">{$LANG.documents.document_home}</a></li> {/if} </ul> That should produce home & contact links right? Am I doing something wrong? Is there anyone on here that is good with template customization that could PLEASE help me with this? This is like the very last thing I need to do before adding a product to text it out before handing it over to my client & I am desperate for some help, so any help someone can give would be GREATLY APPRECIATED! So to recap (LOL!), I need to add home & contact links permanently to the documents menu, get the documents menu to display at to top in the white space to the right of the search container, and add the tagline image (custom made by American workers...) to the bottom to the right of the documents menu. I think I've tried everything, been on a million cube cart customization sites, forums etc, now it's time to post & actually ask for help. So if there's anyone who can help me with this, I'm begging, please. (LOL!, but not kidding)
×
×
  • Create New...