Jump to content

convict

Member
  • Posts

    1,302
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by convict

  1. Create table... CREATE TABLE `airjer_ccrt.CubeCart_cats_lang` ( `id` int(11) NOT NULL auto_increment, `cat_master_id` int(11) NOT NULL default '0', `cat_lang` varchar(20) NOT NULL default '', `cat_name` varchar(255) NOT NULL default '', KEY `id` (`id`) ) ENGINE=MyISAM; or use upgrade/scripts/3.0.2-3.0.3/upgrade.php from CC 3.0.5 installaltion package.
  2. Sussane, generally: width of boxes is 160pix - your counter images width is 200px. (we spoke about it yesterday). Whole pages width is 748px. Contents width is 403px........everything is in Classic/styleSheets/layout.css. ;)
  3. First, try it and read license agreement. You, or somebody else can modify this cart AS YOU WISH, but your wishes are proportionaly to fee , then purchase :rolleyes:
  4. OMG. You have to put URL to this file into your BROWSER, hit <ENTER>, choose config in drop down box and all your SSL settings are on your SCREEN - and set Enable SSL to No.
  5. One database contains more stores - PREFFIXES for tables names are different! But this is NOT the same as support for multiple stores on one domain, becasue of ONE domain. Read carefully, what EverythingWeb wrote! Just another object is sharing some tables with 2 stores, but CC3 doesnt support this as is.
  6. SSL URL/folders bad(not) configured in CC3 Admin panel. Download this tool.
  7. Everything is possible, but NOT with CC3 provided as is. AND Im talking about images, that are in folders - not in database. Tables of many stores can be inserted into ONE database, but with different prefixes. That means - tables for stores are independent, its like we have different databases with different stores whenever. :)
  8. I didnt say, we can share databases. We can offer images to other stores . First store has folder images/upload. Second has NOT - second has symbolic link called uploads into their folder images pointed to uploads folder of first store - that means, only one upload folder exist as a really folder. Maybe this is working with hard link, not symbolic , never tested. EDIT> tested with symlink - worked :)
  9. doesnt work, because stores and their folders are independent. Do you want share images for 2 or more stores? This is strange, but if you wana do it really, make symbolic links for second and others store for images/upload folder to images/upload first of your store folder. This works fine for UNIX sites.
  10. nightmare put your code here, or PM it to me.
  11. cub3cart3r Whats going on? We were newbies too. Speaking Vrakas words: Not all have the ability or the gift to create graphics. Your nick is new here, we know nothing about your verbalization. :)
  12. redirections works fine, your site is accessible through www.adultparty.co.nz and adultparty.co.nz too, by access redirected to install cc3. try http://www.adultparty.co.nz/install/index.php?step=1. BTW what about your browser? type, os and version. Some Netscape versions doesnt send refferer into header.
  13. vrakas, you are realy success with this piece of code moderator? wow, cong. since ....... ? amciotola because php code inside tpl is NOT parsed. Generally - any script 'inserted' by include or require is running in folder where father script file resides - that means, if inserted sript resides in different folder than father script, relative paths within both directs to different place. Finnaly - *.tpl isnt default extension for php parser (parse tpl with php parser is NOT recomended), template is html like, with template variables. if you want to display final counter, you have to write your own code, parsing your counter into template {VARAIBLE}.
  14. vrakas, any question? :D
  15. You can sleep on both ears, my post has never been addressed to a concrete person ;)
  16. Try to use Zend Studio But, Notepad is my favotite editor for everything since 1992 :)
  17. php_value arg_separator.output &amp;
  18. yes this is correct.... nacho i'll give you 1GB webspace, 30 GB traffic unlimited number of emails, aliases, forwards and basket, automatic answering, mail access through POP3/s, IMAP/s and WebMail, access via FTP/s, WebFTP, WebDAV, Subversion, HTTPS unlimited databases MySQL, PostgreSQL and FireBird, PHP, ASP, JSP scripts and servlets support, unlimited number of subdomains, DNS management incl. DNS administration, support of WAP pages, cron, custom limits and quotas, passworder folder access, forbid IP, change of pages 401, 403, 404, 406 and 500. just 3£/month ONLY :rolly:
  19. Easy way - CC3 Admin/Store Config/General Settings: ->Browser Title ->Meta Description ->Meta Keywords Or, did you mean your own PHP code? Index.php and Cart.php are only files. Write your code into index.php/cart.php (alternatively into separate php file-then include it). Wanna any html output? Parse your html output to a new template variable [$body->assing.....] and edit global template index.tpl/cart.tpl
  20. Traduca amanti CC3 <_<
  21. convict

    SSL box

    Search posts from 90 days and newer in CC3 forum :on2long:
  22. @mobie you are absolutely right - but coin has two sides. Just everybody wants new technology but some people have strict budget. Folk are forgetting sometimes at ordinary operations by scramble for a new technology :on2long:
  23. Code page mismatch by instalation (Browser -> Database). Try edit it in CC3 Admin - Currencies, or direct in table CC3 currencies. Check for default DB charset.
×
×
  • Create New...