Jump to content

Claudia M

Member
  • Posts

    847
  • Joined

  • Last visited

  • Days Won

    13

Everything posted by Claudia M

  1. You think just a teensy bit easier? LOL Thank you for this. I'll implement it later tonight or tommorow. Super Bowl you know .... Go Eagles!!! And Jack .. 'nuff said.
  2. Be able to change anything in each line like it is now and have a button where you could select all the lines at once if you wanted to, not just one, to change the name given and / or the rate charged - manually, no percentages. Although some people might like the option to change all rates by a percentage.
  3. Now, in my opinion, all this mod needs a an "Edit All" functionally. If you have weights, by ounce and pound, for up to 30 pounds, with 3 different carriers, it gets old clicking the edit button for each one when the time comes to increase or decrease your rates based on the carrier annual rate change. I am very appreciative of the updates made up to now. Thanks again.
  4. Looking at the file I edited in Microsoft Expression Web, you are correct - it did double space. Thanks for explaining that. I'll look for it in the future.
  5. Well ... Once again Brian Thank You!! I have only resorted one zone but wanted you to know it works great! This will also be great if someone wanted to add a different shipping method but wanted to keep all the weights together. Yeah!!!! The only difference is the lines in admin/index.inc.php In /admin/index.inc.php, near line 418, find: My line 835 $rates = $GLOBALS['db']->select('CubeCart_shipping_rates', false, false, 'id'); Change to: $rates = $GLOBALS['db']->select('CubeCart_shipping_rates', false, false, 'sort_order, id'); Near line 197, find: My Line 393 if ($updated) { $GLOBALS['gui']->setNotify($lang['all_in_one_shipping']['notify_shipping_zone_sort_order']); } $GLOBALS['cache']->clear(); // httpredir(currentPage(array('tab'))); } Add after: /**/ //ALTER TABLE `CubeCart_shipping_rates` ADD COLUMN `sort_order` INT(11) NOT NULL DEFAULT '1' AFTER `item_rate`; $rates_order_update = array(); .............
  6. Thank you Thank You Thank You!!!!! I'll implement this asap.!!!!
  7. Maybe with the next release of the AIOS plugin these features would be nice.
  8. I have Zones for States and Zips. Plus Countries for US territories. Each zone has my rates for USPS Priority, USPS Parcel and Standard Ground (UPS). Except the territories don't have the Standard Ground rates. My worksheet from Excel has the rates in this order: Priority - Parcel - Standard ground, so this is usually the order I use in AOIS making it easy to to just input rates going down the list. Unfortunately, I guess the first time I put in the rates, the State zones show the Standard Ground last. I just wondered if there was an easy way to put them in my correct place in the plugin without having to redo them all. Not that big of a deal - don't go to any trouble with this.
  9. This is what I meant: " For the individual methods in a zone, no, I don't see that happening other than the order that they were entered. " Edit All: " As in being able to edit all the methods at once on a zone by zone basis." Like a checkmark or something that selects all to edit
  10. Hi, is there any way in the All in One Shipping Plugin to change the order of the rates something like the drop and drag in the admin category page. Also can an "edit all" feature be added? Thanks in advance, Claudia
  11. Thanks Brian. I have the <!DOCTYPE html> so I felt safe removing the type attribute.
  12. Hi, Just a quick question. I'm validating my site and got this warning. More lines but you get the jest. Is it safe to delete the TYPE portion of the code? Thanks in advance!
  13. I first used the AIOS when Estelle created it for CC4. At that time the instructions said to put the smaller zones first. Should I reorganize my zones to show the zip zones first? I didn't know this rule applied to CC6
  14. It does recalculate each time I input a different state and zip code. I want the estimate based on the zip code and if no zip code found then based on the state. Now it is based on the state. Using the state isn't always correct as some zips you would think would be for one state is really for another.
  15. Correct: As when CubeCart does not know the true delivery address of the customer? "The code posted above is not anything I recognize. Please remind us what file where the above code can be found." My lines (Custom skin based on Foundation) 93 -116 in :skin/templates/content.checkout.medium-up.php I'd really rather not disable the estimated shipping and taxes. If it can't show the zip code rates first, then the state rates if they can't find the zip code, I guess I can remove the states from the estimate, but I might have missed a zip code when inputting my zones / rates.
  16. See previous post: I'm sorry, I should have clarified. This is for the estimated shipping. I've inputted more zones and rates and it is still going by the state first then the zip code. Anyway to have the zip code rates chosen first and then the state in the shipping estimate. I've only checked in checkout-medium-up. Here is my code: <tr> <td class="bgw txt pad-top bd-top"colspan="6"> {if $ESTIMATE_SHIPPING} <a class="bgw" href="#">Get a Shipping Estimate for your Delivery Address</a> <div> <div class="txt font-wgt-norm">Specify your delivery address below. All information is required to get an accurate quote</div> <div class="thinpad-top"><span class="page-tag-sm font-wgt-norm font-burg">For locations outside of the United States and its territories please <a class="uline" href="/contact-us.html"target="_blank" title="Contact Us">contact us.</a> &nbsp;&nbsp; Why we have this <a class="uline" href="/payments-/-shipping.html"target="_blank" title="International Shipping Policy">International Shipping Policy</a> </span></div> <div class="pad-top"for="estimate_country">Country and US Territories</div> <select name="estimate[country]" id="estimate_country" class="nosubmit country-list" rel="estimate_state"> {foreach from=$COUNTRIES item=country}<option value="{$country.numcode}" {$country.selected}>{$country.name}</option>{/foreach} </select> <div for="estimate_state">{$LANG.address.state}</div> <input type="text" name="estimate[state]" id="estimate_state" value="{$ESTIMATES.state}" placeholder="{$LANG.address.state}"> <div for="estimate_postcode">{$LANG.address.postcode}</div> <input type="text" value="{$ESTIMATES.postcode}" id="estimate_postcode" placeholder="{$LANG.address.postcode}" name="estimate[postcode]"> <input type="submit" name="get-estimate" class="button expand" value="{$LANG.basket.fetch_shipping_rates}"> <script type="text/javascript"> var county_list = {$STATE_JSON}; </script> </div> {/if} </td></tr>
  17. Let me fool with this a little more - input more rates, zip codes, etc. Might take a day or 2. I'll let you know. Thanks!
  18. I setup a few rates for my state and purchase an item. In viewing the cart it does not show the multiple rates as in the first post. Thank you! However, it I put Kentucky as the state and a California Zip code (or any non kentucky zip code) It will show the estimated shipping rate for Kentucky, not the zip code. Any way for the shipping estimate to go by the zip code, not the State?
  19. I have to set up some rates then I'll try it. i'll let you know. Thanks, Brian
  20. That's great! ... In a bad way LOL. Please let me know what you find out
  21. Thank you .. I disabled her. This would be nice, like you said, such as punctuation in name fields and other oddities. .... That plugin can be modified to run tests on the registration data and set the status to disabled if any test matches the fail conditions.
  22. How do I do those things? If they have a known set of email addresses, and have created accounts on those addresses, you can disable the customer having that email address. and/or A (easily written) plugin to automatically disable new customers based on "rules", such as punctuation in name fields and other oddities.
×
×
  • Create New...