Jump to content

convict

Member
  • Posts

    1,302
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by convict

  1. CubeCart does NOT store username neither password into Cookie. The session ID is saved and remember me ONLY. There are session cookies too, it depends to web server session management.
  2. Dont worry you are not alone :D
  3. Thats correct if NONE of other languages for particular document there - just have a look at the upper right corner. ADD NEW link there :D
  4. skins/Legend/styleSheets/layout.css Remove red marked.
  5. Simply PROFFESIONAL clean design Try to play with ampersand in <option> items.
  6. There are two sort of kids: 1) front-end 2) back-end Guess who is the bad one :D
  7. There are some PHP syntax error(s) probably, check the error message.
  8. Did you assign the tax to any products? Does the country you assigned the tax a customer's country too?
  9. index.php Replace $body = new XTemplate ("skins/".$config['skinDir']."/styleTemplates/global/index.tpl"); With $two_column_page = array ('viewDoc','viewCat','viewProd','unsubscribe','taf','login','logout', 'forgotPass','account','profile','changePass','newsletter','dnExpire'); if (isset($_GET['act']) && in_array(treatGet($_GET['act']),$two_column_page)) { $body = new XTemplate ("skins/".$config['skinDir']."/styleTemplates/global/index.tpl"); } else { $body = new XTemplate ("skins/".$config['skinDir']."/styleTemplates/global/index_home.tpl"); } Global template for Homepage - skins/<your skin>/styleTemplates/global/index_home.tpl Rest (cart except /2 columns anyway/) - skins/<your skin>/styleTemplates/global/index.tpl
  10. Did you make Print Order form modification? PayPal IPN doesnt work with as is.
  11. Woman as a moderator is always a pretty event. Go on well Andi do soften guys at work ;)
  12. This can be done dynamically. I have played to assign popup width to maximal product image dimension.
  13. Posted in *.org forum too, answered also.
  14. {VAL_CART_ITEMS} does the total items in shoppingCart.tpl
  15. Just a question, did you upload German Froogle file content generated in Products Admin Panel to German Froogle?
  16. Yes, there is a bug. This is the right code in admin/misc/info.php
  17. I guess a useful link.
  18. This is question of cookies, CubeCart 3.0.x does not support URL feature as you would like. Maybe there is a solution - language changing by referer. :)
  19. Bad place, xtemplate does not recognize it Php content belongs to php files.
  20. Try to play with email template php mail command paramaters
  21. There is a 250 logins limitation and last login delete (huh). Try to backup and truncate Admin sessions table content.
  22. Only you need is to write proper admin email address. IdevAffiliate uses php mail, maybe issue there (if admin email address is right) Last option is to click on Helpdesk link :(
  23. convict

    Clix Galore

    Print Order Gateway file - modules/gateway/Print_Order_Form/orderForm.php
  24. convict

    new side box

    Please visit cubecart.org forum at first. This has been discussed many times in this forum. Just use search more in details, some example.
×
×
  • Create New...