Jump to content

jkmorganpets

Member
  • Posts

    31
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by jkmorganpets

  1. I don't see any errors in the requests, I can see all the price quotes for the difference services offered.  I"ll post the response here:

     

    I have xxxxx's out my postal id code

     

    Request Sent - http://sellonline.canadapost.ca/<eparcel> <language>en</language> <ratesAndServicesRequest> <merchantCPCID>xxxxxxxxxx</merchantCPCID> <fromPostalCode>K9V4R1</fromPostalCode> <itemsPrice>92.90</itemsPrice> <lineItems> <item> <quantity>1</quantity> <weight>4.5</weight> <length>2</length> <width>15</width> <height>15</height> <description>Online Order</description> </item> </lineItems> <city>Gray</city> <provOrState>Georgia</provOrState> <country>US</country> <postalCode>31032-3520</postalCode> </ratesAndServicesRequest> </eparcel>
    Response received<?xml version="1.0"?> <!DOCTYPE eparcel [ <!-- EVERY REQUEST CONTAIN THE eparcel TAG --> <!ELEMENT eparcel (ratesAndServicesResponse)> <!-- ********************************************************* --> <!-- * Standard response for request for rates and services * --> <!-- ********************************************************* --> <!ELEMENT ratesAndServicesResponse (statusCode, statusMessage+, requestID, handling, language, product+, packing*, emptySpace*, shippingOptions, comment, nearestPostalOutlet*)> <!ELEMENT statusCode (#PCDATA)> <!ELEMENT statusMessage (#PCDATA)> <!ELEMENT requestID (#PCDATA)> <!ELEMENT handling (#PCDATA)> <!ELEMENT language (#PCDATA)> <!ELEMENT product (name, rate, shippingDate, deliveryDate, deliveryDayOfWeek, nextDayAM?, packingID)> <!ATTLIST product id CDATA #REQUIRED sequence CDATA #REQUIRED > <!ELEMENT name (#PCDATA)> <!ELEMENT rate (#PCDATA)> <!ELEMENT shippingDate (#PCDATA)> <!ELEMENT deliveryDate (#PCDATA)> <!ELEMENT deliveryDayOfWeek (#PCDATA)> <!ELEMENT nextDayAM (#PCDATA)> <!ELEMENT packingID (#PCDATA)> <!ELEMENT packing (packingID, box+)> <!ELEMENT box (name, weight, expediterWeight, length, width, height, packedItem+)> <!ELEMENT weight (#PCDATA)> <!ELEMENT expediterWeight (#PCDATA)> <!ELEMENT length (#PCDATA)> <!ELEMENT width (#PCDATA)> <!ELEMENT height (#PCDATA)> <!ELEMENT packedItem (quantity, description)> <!ELEMENT quantity (#PCDATA)> <!ELEMENT description (#PCDATA)> <!ELEMENT emptySpace (length, width, height, weight)> <!ELEMENT shippingOptions (insurance, deliveryConfirmation, signature, flexiblePaymentAvailable?)> <!ELEMENT insurance (#PCDATA)> <!ELEMENT deliveryConfirmation (#PCDATA)> <!ELEMENT signature (#PCDATA)> <!ELEMENT flexiblePaymentAvailable EMPTY> <!ELEMENT comment (#PCDATA)> <!-- ********************************************************* --> <!-- * 'nearestPostalOutlet' is optional and is returned * --> <!-- * only if the merchant profile has this option enabled * --> <!-- ********************************************************* --> <!ELEMENT nearestPostalOutlet (postalOutletSequenceNo, distance, outletName, businessName, postalAddress, phoneNumber, businessHours+)> <!ELEMENT postalOutletSequenceNo (#PCDATA)> <!ELEMENT distance (#PCDATA)> <!ELEMENT outletName (#PCDATA)> <!ELEMENT businessName (#PCDATA)> <!ELEMENT postalAddress (addressLine+, postalCode, municipality, province?)> <!ELEMENT addressLine (#PCDATA)> <!ELEMENT postalCode (#PCDATA)> <!ELEMENT municipality (#PCDATA)> <!ELEMENT province (#PCDATA)> <!ELEMENT phoneNumber (#PCDATA)> <!ELEMENT businessHours (dayId, dayOfWeek, time)> <!ELEMENT dayId (#PCDATA)> <!ELEMENT dayOfWeek (#PCDATA)> <!ELEMENT time (#PCDATA)> ]> <eparcel> <ratesAndServicesResponse> <statusCode>1</statusCode> <statusMessage>OK</statusMessage> <requestID>3297254</requestID> <handling>3.0</handling> <language>0</language> <product id="2030" sequence="1"> <name>Xpresspost USA</name> <rate>48.15</rate> <shippingDate>2016-02-22</shippingDate> <deliveryDate>2016-02-26</deliveryDate> <deliveryDayOfWeek>6</deliveryDayOfWeek> <nextDayAM>false</nextDayAM> <packingID>P_0</packingID> </product> <product id="2020" sequence="2"> <name>Expedited US Business</name> <rate>30.67</rate> <shippingDate>2016-02-22</shippingDate> <deliveryDate>2016-02-26</deliveryDate> <deliveryDayOfWeek>6</deliveryDayOfWeek> <nextDayAM>false</nextDayAM> <packingID>P_0</packingID> </product> <packing> <packingID>P_0</packingID> <box> <name>Dummy Box - Change or Delete me.</name> <weight>5.0</weight> <expediterWeight>5.0</expediterWeight> <length>25.0</length> <width>20.0</width> <height>20.0</height> <packedItem> <quantity>1</quantity> <description>Online Order</description> </packedItem> </box> </packing> <shippingOptions> <insurance>No</insurance> <deliveryConfirmation>Yes</deliveryConfirmation> <signature>No</signature> </shippingOptions> <comment>* For major centres only. Add 1 to 3 business days for other destinations.</comment> </ratesAndServicesResponse> </eparcel> <!--END_OF_EPARCEL-->
  2. I am having the same issue but with my Canada Post shipping module and only to the US.  I couldn't find anywhere to set a size for shipping.

    Found the box size, and I have one in there, so that can't be the issue.

    Jill

    ccv5

  3.  

    main.php:
    
    Find:
    <div id="account">
      {$SESSION} {$CURRENCY} {$LANGUAGE}
    </div>
    <div id="header">
      {$SEARCH_FORM}
      <p class="logo"><a href="{$STORE_URL}"><img src="{$STORE_LOGO}" alt="{$META_TITLE}" /></a></p>
    </div>
    
    Change to:
    <div id="account">
      {$SESSION} {* $CURRENCY *} {$LANGUAGE}
    </div>
    <div id="header">
      {* $SEARCH_FORM *}{$CURRENCY}
      <p class="logo"><a href="{$STORE_URL}"><img src="{$STORE_LOGO}" alt="{$META_TITLE}" /></a></p>
    </div>

     

    I no longer have the code in main.php you want me to find as we moved the search box. 

    My code reads:

    <div id="account">
          {$SESSION} {$CURRENCY} {$LANGUAGE}
        </div>
        <div id="header">
          
          <p class="logo"><a href="{$STORE_URL}"><img src="{$STORE_LOGO}" alt="{$META_TITLE}" /></a></p>
        </div>

     

    I did replace the code anyway and what it has done is move the clickable currency selection to a drop down box just below where the clickable line was.  And when you change pages the word "submit" flashes then disappears. Also, the choices show twice. If I could move it over to the far right, that would be great. Check it here:   http://www.jkmorganpets.com/cc/index.php?_a=category&cat_id=70

     

  4. I would like to have a currency dropdown in the lower right hand side of my logo header. Also, is it possible to add the currency selected to the amount. Say if the site is in USD then the price would show 49.50USD so the customer would always know which currency they were operating in. I am in Canada, but 90% of my customer base is in the US. 

    See image for clarification

    homepage.jpg

  5. I use the Karuto skin and the only thing that shows on the mobile site are the categories. No images at all, the banner is still Cubecart mobile. No products, shown in any categories. I have made quite a few changes to pages and all my products have a lot of options. Could this be the reason. I have mobile site activated in my settings.

    Are there things I am supposed to do that I am not doing?

     

    Jill

    ccv5

  6. It seems this is just happening to me. Doesn't do it on my tablet, and when talking to my sister had her go over to the site and it wasn't happening to her. Must be something in my cache. And when I use the Edge browser, it doesn't do it there either. Seems to be just doing in Chrome on my computer.

    Thanks for all the help. I"m sure I'll be back for more.

    Jill

  7. Now on the site, the first image you hover over pops up. This happens on each page. I thought it may have been the layout.css as I didn't notice it before, but when I reinstalled the origianal layout.css file it still happens. I figure it is probably the box.header.php changes but I haven't changed it back yet.

    As well, I get a flash of white every time I do a page change. So you can see these things I have left them ther for the moment. You can check them on the site at http://jkmorganpets.com

    Is there a way to remove the gradient colours on the side of the actual site. 

    Jill

  8. My

    In /blue/layout.css (pay attention to the colors -- yours will not be the same as given below!!!):

    Find:
    #quick_search span.search {
    	background-color: #2C6A83;
    	border: 1px solid #4195B7;
    }
    #quick_search input.search {
    	background: transparent no-repeat;
    	background-image: url(../../images/blue/button_search.png);
    	border: 0px;
    	color: #FFF;
    	font-size: 12px;
    	font-weight: bold;
    	height: 30px;
    	text-shadow: #6374AB 2px 2px 2px;
    	width: 90px;
    }
    
    Change to:
    #quick_search span.search {
    	background-color: #70822C;
    	border: 1px solid #91A939;
    	padding: 0;
    }
    #quick_search span.search > input {
    	width: 196px;
    }
    #quick_search li > a {
    	border-bottom: 1px solid #9AA86B;
    }
    #quick_search > li > a {
    	background-color: #70822C !important;
    	border-bottom: 1px solid #809143;
    	border-top: 1px solid #9AA86B;
    }

     

    My colours are the same as in the original file. Do I change them in the bottom set? Not sure which to change. Fun way to spend New Years Eve!

    The search box has moved without changing the layout css file. Is it necessary?

    Jill

  9. Well that deleted my logo.  

    If I change the padding - left from 15 to 0, the logo moves over. Now I just have to get it to move up.

    My son was playing with the elements and had it moved by putting -47px in the padding - top but now I can't recreate it. Did that with elements. If I try changing it myself now it won't let me.  

    Have to play with it some more. There is always a way.

    Jill

  10. I thought it was time to upgrade my logo so I designed a new one and replaced the old one. But it isn't going into the box properly. Been a long time since I put in my previous logo, so maybe I am doing something wrong. As you can see, its low and to the right. How do I get it to fit into the box?

    Ideally I would like the image to go right to the top, over the dark blue bar and then elimiate the top bars that extend from the left and right of the logo.

    I know its New Year's Eve, so I won't hold my breath. Have fun and Happy New Year.!

     

    Jill

    ccv5

    logo-off-centre.jpg

  11. Periodically when I go to save a change, or save and reload, instead of saving then taking me back to the products page or the product I am working on, I get sent to the dashboard without any of my changes being saved. It has always done this, more of a nuisance than anything, but  now I have to add a lot of prices in the attributes, and doing a whole pile just to have them not saved it getting to me.

    Anyone else experience this glitch on 5.2.16?

     

    Jill

    cc5.2.16

  12. There is the option "group", and then the collection of values for each option. All is managed in admin, Product Options.

    At least with CC5216, the Options on the Option Groups tab can be drag-dropped in the order wanted, and on the Option Attributes tab, the Attributes can be drag-dropped in the order wanted. (I think as I may have enhanced this installation of CC5216 that I am checking.)

    What you will probably see (depends on the skin coding, actually) is drop-down selectors first, then any text entry fields second. (Maybe not for Kurouto.)

     

    Even when I add sets, they still scatter..

    The original products I put on with sets stayed in their order, but my new ones are not. Sets aren't the best for these products, but even if I could keep 2 or 3 options together it would help.

    Ready to beat my head agains the wall. Been at this since this morning.

    Jill

    ccv5

  13. They both look interesting. The first one might have been a good one to use instead of the tabs we worked on.

     

    Hovering though isn't what I want. I want the simple menu where the customer has to click on each category and subcategory.  If scrolling down the menu to get to a category at the bottom, hovering makes all the links above continue to drop down, which is highly annoying. I have so many categories and subcategories that I can see my customers getting annoyed with the hovering.  If they flew out to the side instead of below then it wouldn't be such an issue. Is there a way to change the menu so that the subcategories fly out to the right of the menu.

     

    Jill

×
×
  • Create New...