Jump to content

kinetic

Member
  • Posts

    571
  • Joined

  • Last visited

Everything posted by kinetic

  1. look in your General settings in the locale section.... Id put all your prices back where they were before via the View products > Update Prices by Category > FIRST then turn on sale percent off and set the sale mode to "Percentage off all products" and enter 50 for the percentage off hope this helps...
  2. go into your Admin > Languages section > EN > Front End Phrases > Content (e.g. tell a friend/product content pages) > Registration Page and yur welcome
  3. whats the URL of your store? What version of IE are your customers reporting? Is it only IE7? IE8? IE6? all IE versions? Got any mods or addons to your store? I have PCs here with IE6 and IE7 and IE8 and I can test for you Kinetic
  4. leave the custom SEO url section blank in each products edit product forms if you are using the mod rewrite seo urls already no need to do these all you will get is dupe links and dupe content...
  5. kinetic

    DOT POINTS

    dont use the & bull use the ordered (numbers) or unordered list (Bullet points) in the fck editor tool bar and if those dont show up its because the skin you are using has the unordered list hosed ( I hate the way cubecart messes up lists and forces you to use class="bullet" to get your bullets back if you dont know which tool is unordered list hover each icon till you find it type out your list one item per line put your cursor to the left of the first item click the unordered list icon You get a bulleted point goto the next item in the list and put your cursor to the left of the list item and backspace and then hit enter to get it to make the secondbullet and repeat backspacing the next list item and hitting enter when all items have been set with bullet points enter twice after ther last item to step out of the list and continue product description if the bullet points show up in FCK but not on the front end you will need to edit source and add to each <Li> class="bullet" or class="bulletLrg" to make them show up again I comepletely rewrite my styles.css and layout.css to make sure bullet points show up automatically in any boxContent div
  6. In v4.x.x in the ADMIN customers orders screen have you noticed that the product options field is tiny? 30col wide 1 row tall???? wtf? OMG and it carries a couple of tab spaces as well??? wth? You can easily miss if a customer has product options because of this I aint here to complain or whine Ive done that to Al already and got no satisfactory answer... so heres the fix: Open admin/sources/orders/orderBuilder.inc.php FIND: <textarea name="product_options[<?php echo $i; ?>]" cols="30" rows="1" class="textbox"> <?php //echo stripslashes(str_replace("&amp;#39;","'",$orderInv[$i]['product_options'])); echo str_replace('&amp;','&',$orderInv[$i]['product_options']); ?> </textarea> REPLACE WITH: <textarea name="product_options[<?php echo $i; ?>]" cols="30" rows="15" wrap="physical" class="textbox"><?php echo str_replace('&amp;','&',$orderInv[$i]['product_options']); ?></textarea> this will give the product options text area in the admin customers order screen a textarea you can actually read from 15 rows tall and all extra tabs removed and it is set to wrap="PHYSICAL" which means data that had line returns will have that data's line returns PRESERVED so it doesnt just run on a simple thing but makes our life easier THIS stuff should be standard in the download package.... seeing how this is probably the MOST important screen we use as admins on our stores.... ;)
  7. did you pay for a software license only? OR a software license AND a copyright removal Key too? if you only paid for a software license that footer is illegal and your CC install has been edited to try and remove devillions copyright notice illegally.... If you paid for both put in a ticket...
  8. change host to: localhost that might do the trick I had a client on hostmonster at one point and thats what we did
  9. means your folder /public_html/fuji_store/includes/extra/ and or your file /public_html/fuji_store/includes/extra/admin_cat_cache.txt isnt chmodded to 777 (no write priveldges) login to your site with an ftp client and make sure its chmodded to 777 on the folder and the file
  10. search the http://cubecartforums.org forum for "show hide sort site docs anywhere" by convict no cubecart site should be without this mod
  11. search the http://cubecartforums.org for Advanced SEO mod
  12. 1) make sure that "Allow administrators to view store off line? (Requires admin session)" is set to no 2) even with that set to yes if you Logout of your admin CP and view the front end it will be off... Hope this helps
  13. kinetic

    Languages

    remove the language macro from /skins/YOUR SKIN/styleTemplates/global/index.tpl and possibly from /skins/YOUR SKIN/styleTemplates/global/cart.tpl this is the MACRO: {LANGUAGE} Hope this helps...
  14. kinetic

    Order details

    Id like to know why this was taken out of v4 as well as it not the standard for any e-commerce cart to not provide order details in the order emails IMHO this was a severely BAD move on Devillions part
  15. yes check the http://www.cubecartforums.org 3rd party modules look for one by Estelle
  16. Open photoshop or other image editor and RESIZE the image SMALLer to fit in your content section GD will only make thumbs in CubeCart Resize the image Reupload the NEW smaller image remove the current image Insert the new image.... that or have someone like me design you an actual custom skin and make the site wider... I aint cheap tho.... But Im good... Hope this is clear...
  17. put the products in then visit them from the front end... copy the URL edit your homepage click the image click the insert/edit link icon paste the URL
  18. get familiar with the FCK Editor type the text you want as a h1 or h2 or h3 highlight it then from the FORMAT drop down on the FCK editor tool bar select.... heading 1 heading 2 heading 3 etc... Hope this helps
  19. fonts are set in the /skins/YOUR SKIN/styleSheets/layout.css and /skins/YOUR SKIN/styleSheets/styles.css a note on custom fonts if your customers dont have the font they wont see the font... we use a very short list of fonts and font familys because of this and forcing a customer to download an install a custom font is never gonna happen a font family is like Arial Helvitica sans serif meaning if the user doesnt have arial they get helvitica if they dont have helvitica they get their default sans serif font
  20. A category cannot be deleted if it contains a product.... so move the product to a new category or delete the product then you can delete the category
  21. me thinks its a cache issue turn off your cache or dump your cache in cubecart admin (not your browser cache) see if your code works then
  22. kinetic

    change link

    Click "Site Documents" in admin and select the document you want to use as terms and conditions (radio option) then click the big button that says "Set selected as Terms & Conditions" Doesnt get any easier than that...
  23. Well you could start with adding an actual SSL Certificate... ON your Own IP and having the SSL certificate installed so that https requests actually get listened to on port 443 forcing redirect without a SSL cerfificate is just plain silly w/o it https will get 500 internal server or several other errors
×
×
  • Create New...