Jump to content

harrisorganic

Member
  • Posts

    412
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by harrisorganic

  1. Try this, log in to your admin page.

    Click on customers, click on any customer that is registered.

    There is a tab "log in as ........" click this tab.

    A new tab opens up as the store front with the customer name , they are logged. This will be a great help in adjusting customers orders.

    Now delete this customer page.

    return to admin page.

    go to stats, click on users online. 

    Do you see the customer listed  as the administrator?

    I am sure this will not be an issue, but is does not look right.  Any thoughts?

  2. Does this insert go in the main.php file with Foundation skin? No it does not, as there is now a plugin, download and install the key.

     

    <!--Start of Zopim Live Chat Script-->
    <script type="text/javascript">
    window.$zopim||(function(d,s){var z=$zopim=function(c){z._.push(c)},$=z.s=
    d.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set.
    _.push(o)};z._=[];z.set._=[];$.async=!0;$.setAttribute("charset","utf-8");
    $.src="//v2.zopim.com/?30smVjmlnS1BJ5n1FlohiPRvE8iqsi5Y";z.t=+new Date;$.
    type="text/javascript";e.parentNode.insertBefore($,e)})(document,"script");
    </script>
    <!--End of Zopim Live Chat Script-->

     

    On the admin page there is  a status square and a site ID. I assume these should be ticked and a name typed in these respectively.?

    Yes tick the box and add the code found in the widget 30smVjmlnS1BJ5n1FlohiPRvE8iqsi5Y for the site ID. 

    To get the widget and code click Signup for a FREE Zopim Account! .

    If you run into trouble go to Zopin home page and chat online with them, very help full.

  3. "I think you can compare the expected table structure (see /setup/db/install/structure.sql) with what you have (using phpMyAdmin), especially the CubeCart_saved_cart table."

    From what I can work out they are the same. I also went through the structure.sql file and it has the same structure and the database.

    I also see when debug is turned on with AIOS, the number of items is not updating unless page refresh is used. More fuel to the fire! 

  4. First I cleared cache on cubecart admin and PC chrome.

    I have found that an order appears in the mysql data base under CubeCart_saved_cart after adding on the shopping basket. However the previous additions I made to the basket does not appear in the database but shows up in the basket when I click on view basket.

    Therefore the previous additions are being held in cache (as we suspected somewhere). Refreshing the screen clears these previous additions and shows the current addition.

    Deleting the latest addition clears this item from the database. And the cycle repeats.

    Where to look from here?

  5. Further I had a look in 

    • and the quantities dont look as though they align with anything I know. All small numbers.

     

     

     

    Should I be clearing cache in the following:

    https://www.harrisorganicwine.com.au/shop/

    If so which ones?

    Clear cache
     
    Clear SQL cache
     
    Clear language cache
     
    Clear image cache

    database cubecart_saved_cart.docx

  6. OK, so I have cleared the cache on my PC, and started afresh using my shopping cart (harrisorganicwine.com.au/shop) with Chrome.

    I open the shop and checked there were no items in the cart. Cart icon $0.00

    I log in 

     I go to the shop and add three items. Checkout basket shows the 3 items.

    click Empty Basket and return to the home page. Basket shows the pricing of $0.00.

    I go to the Shop homepage and add another three items. Cart basket show the pricing of the 3 items.

    I go to the basket shows the first 3 items. Click Update basket, and the latest 3 items are shown.

    I then click empty Basket and return to the home page. Cart show the pricing of 0 items.

    I go to the Shop homepage and add another three items. Cart basket show the pricing of the 3 items.

    I go to the cart and the basket shows the previous 3 items. Click Update basket, and the latest 3 items are shown.

    Is this normal? I would have expected the “Empty Basket”, to empty the basket for all time.

  7. Hello, 

    the other day I reported issues with the shopping cart loading and refreshing.

    A friend tested my shopping cart and reported the following on www.harrisorganicwine.com.au/shop :

    "Actually there is a basket bug. "
    Moving between pages using the back button and the basket is not consistent. This can be fixed with asynchronous updates like 'ajax'. It's what I've used here (quepasa) to get the price update as the client types.

    Also not top of page time displayed from clients computer not from server. These are done without refreshes or reloads. Does the documentation or forums talk about level of Ajax utility on the cart?

    Any thoughts, fix or comments please?

     

     

  8. Hi Brian, further along this path I have not been able to change the footer text and link color from the default blue. 

    I thought the footer may have been a panel , ie;

    .panel a { color: black; }
    .panel a:hover { color: darkgrey; }

    but the answer was:

    #box-documents a { color: black }
    #box-documents a:hover { color: orange }  works OK, however the icons in the RH column for twitter and FB not changed

    Inspector shows

    <a href="https://twitter.com/HarrisOrganic" title="Twitter"><i class="fa fa-twitter-square"></i></a>

    <i class="fa fa-twitter-square"></i>

    I dont know what to do to change the icons.

    Also noticed on 10 March your post that you used the word gray, instead of grey. Is this acceptable?

    regards Duncan

  9. <div class="small-7 medium-8 large-9 columns nav-boxes">

        <div class="row"></div>
        <div class="row show-for-medium-up">
            ::before
            <div class="small-12 columns">
                <div id="box-search">
                    <form id="search_form" method="get" action="http://www.harrisorganicwine.com.au/shop/search.html" novalidate="novalidate">

                <div class="row collapse">
                    ::before
                    <div class="small-10 large-11 columns">
                        <input type="text" required="" placeholder="Search our store" name="search[keywords]" aria-required="true"></input>
                    </div>
                    <div class="small-2 large-1 columns">
                        <button class="button postfix" value="Search" type="submit"></button>
                    </div>
                    ::after
                </div>
                <input type="hidden" value="category" name="_a"></input>
            </form>
            <div id="validate_search" class="hide"></div>
        </div>

    </div>

     

    Hi, I found the above using firefox toggle tools regarding the search box.

    Is there a way of altering the search box column length  with an insert of code in cubecart.default.css?

     

  10. Hi, Having an issue with the back ground in foundation

    ....

    .top-bar-section .dropdown label {
     color: #ffffff 
     }
    body { background-image: url(../images/source/bud_logo.jpg); }

     

    I inserted body { background.... into cubecart.default.css with nothing appearing on the home page. Is body .... order specific?

    regards

    Duncan 

  11. I was logged in as admin and a customer. However I started again by refreshing the cache on Chrome and started again Then I did the same with Firefox.

    This is what happened.

    Google Chrome

    Clear cache

    Open shop - not logged in

    click specials

    Add 6 items to basket

    View Basket

    Basket is Empty

    Click Home - nil in basket

    Refresh - nil in basket

    Click specials

    Add 2 to basket

    Basket now shows 8 bottles

    Click on basket - Nil shown

    Log in 

    Nil in basket

    A 1 to basket

    Popup shows 9 items in basket

    Click view basket

    "Your basket is empty"   :(

     

    With Chrome still open I opened Firefox. It showed some old data.

    Cleared cache

    Login

    Add 12 items to basket

    click secure checkout, shows 12 items OK

    Reduce number from 12 to 6, click update

    No change, still at 12 items

    Change again to 6 press enter

    No Change, still at 12

    Click update basket, no change

    Click empty Basket, basket empty

    Click home

    Add 6 different items

    Basket shows 6 original items

    Click update , no change

    Click refresh

    Basket now shows correct 6 items

    Logout of store while in firefox

    Clear cache

    Start at store home page using firefox  https://www.harrisorganicwine.com.au/shop/index.php?

    Add 5 items

    View basket

    Basket is correct, ie 5 items

    Add 1 more item, ie change number of items from 5 to 6

    Update Basket, no change

    Empty basket, no change.

    change from 5 to 6

    press enter

    click update

    shows 5 bottles

    change from 5 to 6 press enter

    Updates from 5 to 6.

    Sort of works but is not a pleasant CUSTOMER experience. I hope my customers are expieriencing this, however I have had a number of customers report they have issues, may be they are the same as these described above.

    Any suggestions to test would be most appreciated.

  12. <a href="#" data-dropdown="session" class="button white small">{$CUSTOMER.first_name} {$CUSTOMER.last_name} <i class="icon-chevron-down"></i></a><br>

    So does that means that the correct way is 

    <a href="#" data-dropdown="session" class="button white small">{$CUSTOMER.first_name} {$CUSTOMER.last_name} <i class="fa-chevron-down"></i></a><br>
×
×
  • Create New...