Jump to content

nomem

Member
  • Posts

    72
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by nomem

  1. Since I only use USA English and will never use any other language is it ok to hard code ALL words that would normally be in the definitions.xml file?

    example: 

    <button type="submit" value="{$LANG.catalogue.add_to_basket}" class="button addbasket expand">{$LANG.catalogue.add_to_basket}</button>

    Change to:

    <button type="submit" value="Add to Basket" class="button addbasket expand">Add to Basket</button>

    Thanks in advance,

    Claudia

     

     

     

  2. That's a great idea about removing the Buy Buttons! I may have to look into that.  Thank you!!

    I also put a paragraph in my Product Info site doc.

    Antiques Vintage and Older Items

    Due to the nature of antique, vintage and older items you will find conditions you will not find with purchased new items. Scratches, scuffs, different colored patina, surface rust and small dents are some blemishes common in older items due to age and use. With paper items you may also see scuffs, small tears or nicks, age tanning, and creasing. We feel these factors add to the charm and character of our older items. Therefore, we may not state every blemish in the listing, just what we deem to be excessive. Please study the photos carefully as they are as much a description of an item as the wording.

  3. This is my new store with a new design. 

    https://www.nestofmemories.com/

    I have intergrated my eBay and Etsy listings.  If I have an item listed on eBay or Etsy I can still show the item in the store, but the store listing, on the category and product pages, shows the item is not available for purchase thru the store and on the product page there is a link to eBay or Etsy and special wording where the add to basket button was.

    ex.

    Category Page: 

    https://www.nestofmemories.com/coke-bottles-and-jugs-empty.html

     

    Product Page: 

    https://www.nestofmemories.com/3-vintage-coca-cola-coke-fountain-syrup-thumb-handle-gallon-jug.html

     

     

    I sell alot of vintage items so I mostly have just one of an item and I add new items on a regular basis.  With the help of Daren Clarke's (SemperFeWebServices) Custom Order Display mod, say for a toy and games category,  I can list all the toy vehicles together, all the Fisher Price together, and the games together, etc. and leave room for more items.

     

    I also use Daren's Vertical Navigation Box plugin since I will end up having too many categories for the dropdown menu bar that comes with CubeCart.

     

    Daren's Automated Social Media Post plugin makes it VERY easy to add items to Facebook, Instagram, Twitter, and Pinterest.  You can even choose which Pinterest board to add an item too.  With Brian Smithers help (well he did it all) I have previous next buttons on my product pages so a customer can just go from one product to the next without having to go back to the category.  I like it because it makes adding a product to my Google Plus page so easy while I'm setting up the new store category by category.

     

    Because my items vary in size and weight, and each country has its own rules about shipping, I use the All in One Shipping plugin and have it setup to just ship to the United States and its territories. I will ship internationally so  I have implemented Daren's Ask About a Product plugin and added fields for international shipping quotes. Now an international customer can send me an email requesting a  shipping quote and the email will show the  address and item.

     

    Daren Clarke of SemperFi Web Services and Brian Smithers are the most patient people in the world!  They will help you and help you without complaint.  There has been plenty of times I wanted to smack myself or tell myself off, and they probably felt the same way a few times, but they are always professional and ready to help.  I cannot thank them enough.

     

    Well, let me know what you think of the new store, good and bad.  I appreciate all comments

    Claudia

    • Like 1
  4. This is now resolved.  Brian worked tiredly on this to get it to work.  Thank you! My previous next buttons now work!!!! 

    Made an edit to the bottom of my .htaccess file:

    ## Default store 404 page
    ErrorDocument 404 /index.php

    # Override default 404 error document for missing page resources - Note, no trailing quote!
    <FilesMatch "\.(gif|jpe?g|png|svg|ico|css|js)$">
    ErrorDocument 404 "<html></html>
    </FilesMatch>

    ##### END CubeCart .htaccess #####

    and changed some coding for images

     

     

  5. Here you go:  I also noticed that some edits I had made to the design of the page have disappeared and the style is back to the original

    <!-- Bring in Tab Content for plugin hooks. -->
    
       <div class="form_control">
          <input type="hidden" name="save" value="424fec9f8d09cb7ee692673b2d41bd7a">
          <input type="hidden" name="previous-tab" id="previous-tab" value="">
          <input type="submit" value="Save"> <input type="submit" name="submit_cont" value="Save & Reload">
       </div>
       <script type="text/javascript">
          var file_list     = {"991":"991","992":"992","993":"993","994":"994","995":"995","996":"996","997":"997","998":"998","999":"999","1000":"1000"};      var file_default   = 991;       
       </script>
             <input type="hidden" name="token" value="2f4961786ebf2c59b36d8a7a17a311fc">
    </form>
    
                </div>
             </div>
  6. I'm using CC 6.012

    The bottom of the source page - General Tab when editing a product is:

       <h2>6. Homepage Content</h2>
                <p>Update your homepage with any content you want. Here you can manage a &quot;hero carousel&quot; and add any HTML content you wish.</p>
             </li>
             <li class="joyride_tour_end" data-button="Close">
                <h2>That's it!</h2>
                <p>We have only touched the tip of the iceberg but it's enough to get you selling today. Please fine a video tour below which goes into a little more detail.</p><p>Have fun and best of luck with your store!</p>
             </li>
          </ol>
          <script type="text/javascript" src="admin/skins/default/js/jquery-1.11.2.min.js"></script>
          <script type="text/javascript" src="admin/skins/default/js/jquery-ui-1.11.2.min.js"></script>
          <script type="text/javascript" src="admin/skins/default/js/plugins.php?7db4b256b33f24aa338c108bf6264426"></script>
          <!-- Include CKEditor -->
          <script type="text/javascript" src="includes/ckeditor/ckeditor.js"></script>
          <script type="text/javascript" src="includes/ckeditor/adapters/jquery.js"></script>
          <script>
             
             $(window).load(function() {
               $("#joyrideTour").joyride({
                 autoStart: false,
                 postStepCallback: function (index, tip) {
                   if (index == 6) {
                      $('<p><iframe src="//player.vimeo.com/video/118638908" width="500" height="313" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></p>').insertAfter($(".joyride_tour_end p").last());
                   }
                 },
                 postRideCallback: function (){
                  $.ajax({url: "admin.php?_g=settings&node=admins&tour_shown=1"});
                 },
               });
             });
             
          </script>
          <script type="text/javascript" src="admin/skins/default/js/admin.js?7db4b256b33f24aa338c108bf6264426"></script>
                         </body>
    </html>
  7. Well, I've never seen this before!   I added a new product to my store and everthing worked fine.  A few minutes later I added a new product went to hit save and noticed the save button was gone on all screens.  I went to the product I had previously added and tried to edit it just to see and all the save buttons were gone.  I have not touched a thing.  Any thoughts?

  8. Right, I did revise the plugin skins and uploaded the revised versions but it is still showing the original skin.

    I did export the customer database and import it to my new store.  Customers show up nicely but when i chose my test customer it wouldn't let me log in.  Maybe I need to change the customer password?

    I can send you the file, off line, of the changes I made for the previous :: next that we worked on before.

    Thanks,

     

  9. Hi,

    I just changed my skin, cleared cache in site and browser many times, but my plugins are still showing the original versions of their skins though I have uploaded the revised skins and the revised skins show in control panel.  Also, Brian, I've lost my previous :: next buttons on my product pages though my code has not changed.

    On another note, is there anyway to export the customer database from an old store and import it into a new store - and have it functional?

    Thanks in advance,

    nomem

  10. I want the form aligned to the left - even with the title of the page.  Left sidebar stays where it is.  I know this can be done if I float the label left, but then the label wouldn't be next to the textbox. That's why I tried the div left - but it didn't work.  I got the code to put the label next to the textbox, instead of above it, from the Zurb Foundation website.

  11. I figured most of it out.

    1.  I had put the form in a <div class=left> "container" trying to get the form left aligned.  It smooched everything. This fixed nmber 4, too.

    2. For some reason the code I had added started working.

    <div class="row">
     <div class="small-12 columns">
     <div class="row">
            <div class="large-2 columns">
                <label for="country-list" class="text right inline show-for-medium-up">{$LANG.address.country}</label></div>
               <div class="small-12 large-8 left columns">
     <select name="country" id="country-list">
                <option value="">{$LANG.form.please_select}</option>
                {foreach from=$COUNTRIES item=country}
                <option value="{$country.numcode}" {$country.selected}>{$country.name}</option>
                {/foreach}</select>
             </div>
          </div></div></div>

    3.I put the code on its own line and it worked.  Sometimes that "wrap" gets me.

    I would like to know how I can get the entire form to float left without smooching  everything and keeping the label and textbox as is.

    Thanks so much

     

  12. In my skins/contents/addressbook.php

    1.  I have the label set at large-4 and the textbox at large-8 which makes a total of 12.  Why isn't the textbox going across the entire page?

    2.  In the dropdown for the countries instead of it showing the lowest number iso code, in my case America Samoa since I don't normally ship wordwide, can I have it say something like "please select"?

    3.  How do I get my default address up next to the checkbox associated with it like the billing address?

    4.  How can I get the reset button on the same line as the other buttons?

    Here's a link to the page

     

    Thanks in advance for all help

     

×
×
  • Create New...