Jump to content

nushine

Member
  • Posts

    27
  • Joined

  • Last visited

Posts posted by nushine

  1. I want to move my CC6 website and database from jbswearaustralia.com.au to a new Addon domain name ushop2donate.com.au

    The CC6 store will be moved from the public HTML to the new Addon domain name within the same host platform. Will it still function as effective as an addon domain.

    A new HTML Website will be placed in the original domain name jbswearaustralia.com.au

    Change the following in CC6 store:

    1. store setting/general/store name
    2. store settings/search engines/ browser title
    3. store settings/ copyright
    4. store settings/advanced settings
    5. documents/homepage

    Other than the standard admin changes shown above do I have to make any other changes, such as the MSQL Database rename it or anything. 

  2. Here is what I did - keeping in mind the original changes used were for Kurouto skin. I made the changes for Mican so should I have changed the px sizes to suit the text area for mican.

    Skins/mican/styles/common css

    Mican Original Code (line 553)

    #gallery {

                   height: 300px;

                   float: left;

    }

    #gallery div.image {

                   float: left;

                   height: 290px;

                   width: 270px;

    }

    #gallery_select {

                   float: left;

                   text-align: center;

                   width: 60px;

    }

    #gallery_select > a {

                   display: block;

                   margin-bottom: 2px;

    }

      

    Change to:

    In the common.css Deleted above and replaced with:

     

    #gallery {

    /* height: 300px; */

     width: 360px;

    }

    #gallery_select {

    /* float: left; */

    /* text-align: center; */

     width: 280px;

    }

     #gallery_select > a {

    /* display: block; */

     margin-bottom: 2px;

    }

     

    this code was deleted out should  have kept it

    #gallery div.image {

                   float: left;

                   height: 290px;

                   width: 270px;

     

     

     

  3. Ok the code looks easy to change, here is the silly question where is the "COMMON CSS file" located

    Is it -  Mican/Styles/common CSS  

     

    In the common.css file, make these changes:
    Line 488: #gallery {
    /* height: 300px; */
    width: 360px;
    }

    Line 498: #gallery_select {
    /* float: left; */
    /* text-align: center; */
    width: 280px;
    }

    Line 503: #gallery_select > a {
    /* display: block; */
    margin-bottom: 2px;
    }
     

  4. Thanks Ian I would love to visit the webpage in question to see for myself how it works. Do you have your clients website address I can look at.

    I realy liked the way Estelles CC4 mod worked it was simple and worked with multiple options. the base price shown was the lowest price then when each option was chosen it would adjust the price accordingly.

  5. As per Estelles CC4 Mod Dynamic Product Prices - Can you please make this possible in CC6. When options are added to products that cost and extra $$$ dollar amount.

    Option: (size5 +$4.00) The original product Price should adjust instantly when you select the option to reflect the true price of the product. In the current CC6 no price adjustment is shown until you get into the shopping cart. Can this be fixed either in the next upgrade or as an Extension.

    Dave

  6. I agree, this should be a standard extension for CC6 buy QTY get QTY Free. I'm thinking this was available with Estelles CC4 mods from memory maybe it can be converted for version 6 and then add Free product to it for those who give away samples or freebies for promotion.

    I would pay for this extension$$$ if it was in the CC extension area with lightning bolt load.

  7. Yes, that's correct that's what I got. I have just solved the issue by loading the PDF files direct into the public HTML folder and linking to them from images. Unfortunately I had to put them in the documents section rather than in the product category but that's ok.  Still works ok. However I am getting IMAP issues popping up now from my host.

    It would be good to have a FREE price option as standard - where if free is chosen than checkout is not required unless other products are also in the cart. Just a thought for those who give freebies away.

×
×
  • Create New...