Jump to content

jkmorganpets

Member
  • Posts

    31
  • Joined

  • Last visited

  • Days Won

    1

jkmorganpets last won the day on January 4 2016

jkmorganpets had the most liked content!

jkmorganpets's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. I had the wrong Expedited chosen. I had Expedited Commercial as my US shipping choice. The contract one is supposed to be if you have a billing contract with Canada Post, which I do not. But switching has made it work. Thanks as usual. Jill
  2. 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-->
  3. 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
  4. Perfect. I just didn't make a big enough change. Thanks again
  5. Almost there. I had to change the 90px to 5px to get it up to the top. But I can't seem to move it over a little more to the edge away from the horse's eye. And the submit button still flashes. Jill
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. My 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
  12. I would like to move the search to the right side boxes instead of in the top of the template. I thought there would be tons of requests for this but I only found one and it was for cc6. Tried it anyway but didn't work. Jill
  13. That seems to have done the trick. Man thanks, and have a great new year. Jill
  14. 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
×
×
  • Create New...