Jump to content

Claudia M

Member
  • Posts

    847
  • Joined

  • Last visited

  • Days Won

    13

Everything posted by Claudia M

  1. Yes it was the varchar 128 character password. I don't know what long hash means. The salt is not the same. I'm not sure what you are looking for in the Cubecart_order-summary. Are you talking about my admin order screen. If so that is where I first found the "> in the address. In looking at the page source in the Delivery address tab in admin / orders for this person this is what I see. The ... is me removing their personal info. the info shown in company name is as is. <div><label for="ajax_title">Title</label><span><input type="text" id="ajax_title" name="customer[title]" value="L......" class="textbox billing"></span></div> <div><label for="ajax_first_name">First Name</label><span><input type="text" id="ajax_first_name" name="customer[first_name]" value="L..." class="textbox billing required"></span></div> <div><label for="ajax_last_name">Last Name</label><span><input type="text" id="ajax_last_name" name="customer[last_name]" value="...&#34;>" class="textbox billing required"></span></div> <div><label for="sum_company_name">Company Name</label><span><input type="text" id="sum_company_name" name="customer[company_name]" value="&#34;>" class="textbox billing"></span></div> <div><label for="sum_line1">Address</label><span><input type="text" id="sum_line1" name="customer[line1]" value="... RD&#34;>" class="textbox billing required"></span></div> <div><label for="sum_line2"> </label><span><input type="text" id="sum_line2" name="customer[line2]" value="" class="textbox billing"></span></div> <div><label for="sum_town">Town/City</label><span><input type="text" id="sum_town" name="customer[town]" value="...." class="textbox billing required"></span></div> <div>
  2. In looking in myphphadmin database customers I found that this person plus another customer had the password that is the same as my admin password! I used Firefox Web Tool to examine the code and didn't see anything wrong with it. I also created a "new customer" and placed an order it the "> didn't show
  3. I received an order today and this showed in admin order summary. Under Order Summary the customers name looked like this. I wouldn’t think they would type it in like that. Of course they used their real name I just changed it for security. Note the "> Customer Name"> Company (this was blank)"> Street address"> Hiram, Ohio 44234 I’ve checked files but don’t see any bad code. Any specific ideas where to look? Also turns out their email does not exist and was returned. The payment with PayPal went thru without a hitch. Should I worry – not a large order.
  4. This is what I did: REMOVE ALL IN ON SHIPPING FROM DROPDOWN SHIPPING ON CHECKOUT PAGE In Admin - Store Settings - Features Check "Disable Shipping Groups" in admin/skins/default/templates/orders.index.php Line 207-209 and 305-307: Comment out shipping method (it would have shown All in One Shipping) <!-- <div><label for="sum_ship_method">{$LANG.orders.shipping_method}</label><span><input type="text" id="sum_ship_method" name="summary[ship_method]" placeholder="{$LANG.orders.shipping_method_eg}" value="{$SUMMARY.ship_method}" class="textbox"></span></div> --> admin/skins/default/templates/orders.print.php Line 87 - 89 Comment out Shipping Method Removes the Shipping Method from packing slip - would have shown All in One Shipping And Brian gave me this: REMOVE AIOS FROM PAYPAL EMAILS Hi, When a customer pays with PayPal Express Checkout it shows Postage: All in One Shipping. Anyway to show shipping_product instead of shipping_method (if that is what it is using)? Thanks for all help, Claudia In the code for the PayPal_Pro-1.0.8 Plugin, please find in the file website_payments_pro.class.php, near lines 269 and 442: html/modules/plugins/PayPal_Pro/website_payments_pro.class.php CODE From: 'L_PAYMENTREQUEST_0_NAME'.$i => 'Postage: '.$this->_basket['shipping']['name'], To: 'L_PAYMENTREQUEST_0_NAME'.$i => 'Postage: '. ((!empty($this->_basket['shipping']['product'])) ? $this->_basket['shipping']['product'] : $this->_basket['shipping']['name']), There is no way I can test this, so be careful.
  5. I am setting up new zones in the All in One Shipping module so I can use zip codes. Example: Zone 2 (This is the name I gave in AIOS) is for the states kentucky and indiana. I just now created a Zone 2 Zips to show the zip codes for Zone 2 based on the UPS zone chart (for zip codes). I have the “Use first matching zone only” set in the AIOS module, but it is still giving me rates for both zones. I need it to show the rates for the zip code. If zip code is not available then go to the state zone. Here is the AIOS debug info: - Postcode range search: 42100 - 42799 (MATCHED!) >>> Shipping zone [ID 46] matches the delivery address! Use this zone for shipping calculations. Looking for first matching zone of best match (instead of searching for all matching zones - see AIOS module settings) Zone 2 [Zone ID 1] --- Country matched and state/province matched! [IN, KY] >>> Shipping zone [ID 1] matches the delivery address! Use this zone for shipping calculations. Looking for first matching zone of best match (instead of searching for all matching zones - see AIOS module settings) and at the bottom: FINAL SHIPPING OPTIONS FOR THIS ADDRESS AND BASKET USPS: First Class: 3.18 USPS: Priority: 6.55 USPS: Parcel Select Ground: 6.55 UPS Standard Ground: 13.04 USPS First Class: 3.18 Thanks, Claudia
  6. I use this plugin. Works great! https://www.semperfiwebservices.com/automatic-social-media-posts-cc6-plugin.html
  7. Well, now that you say it that makes sense Brian. Thank you, it worked. By the by, the S wasn't capitalzied.
  8. The main folder is "modules". In that are the 2 folders "plugins" and "Shipping". I'm referring to Noodleman's UPS Advanced Module
  9. I don't use UPS that much so I don't know if I want to go to the expense. Just wanted to give customers the option. The only problem I'm having is I can't figure out how to initially upload the plugin in my store. Claudia
  10. Hi jka ... I actually downloaded that yesterday and was going to install it but couldn't figure out how. There are 2 folders. Plus no instructions came with the download. Glad to know it works good.
  11. I have that installed too. I really wish someone would upgrade this USPS plugin to use commerical rates and dimensional weight. The UPS plugin needs some work too.
  12. Thank you some much for looking into this. I'm sure other people would be interested in this too.
  13. Hi, I just intstalled the USPS shipping module and noticed it is only offering retail rates. Is there anyway to change this so it will only offer the commercial based rates. Also where is the rate option for Parcel Select? Also how do you get it to give the correct rates on an oversized package? Thanks in advance! Claudia
  14. I just tried to search for " cat figurine " in my store and it brought up 5 pages of items, most of which have nothing to do with cat figurines. No new error though. And never had a error in the error log I created. Except for styling, my content.search is the same as Foundations. Don't know if it makes a difference, but I don't use any of the stock Manufacturer stuff in CubeCart or Foundation.
  15. What does this mean? Should I worry? Thanks in advance, Claudia File: [catalogue.class.php] Line: [1017] "SELECT SQL_CALC_FOUND_ROWS * FROM `CubeCart_inventory` WHERE `product_id` IN (1510,1556,1557,1543,759,760,593,594,595,599,600,601,604,612,626,629,635,918) AND CubeCart_inventory.status = '1' ORDER BY `custom_sort` ASC LIMIT 24 OFFSET 7.70906906909E+14;" - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '7.70906906909E+14' at line 1
  16. I use SemperFi's Vertical Navigation, too. I've modified it with Darren's help. You can see it here. https://www.claudiasbargains.com/
  17. That did it Brian. Thank you. Now I think I'll style it a little better. Well, in the morning. By the way, you said to edit line 150 in cubecart.css. I was under the impression that it wasn't a good idea to change any of the .css files that come with Foundation. I've been putting all my changes to these files in a new (for now working.css) .css file. Is this the correct way?
  18. I've tried that and more. my web address is https://www.claudiasbargains.com. You'll have to add something to the basket to see it.
  19. This is driving me nuts!! I am redoing the layout of my checkout pages and on content/medium-up I want the word Quantity and the box with the qty in it all on one line. I can't get it to do it!! Here is my code. The last line I want on a line by itself under the product code: <tr> <td class="text-center"><a href="{$STORE_URL}/index.php?_a=basket&remove-item={$hash}"><svg class="icon icon-trash-o"><use xlink:href="#icon-trash-o"></use></svg></a></td> <td width="90"> <a href="{$item.link}" class="th" title="{$item.name}"><img src="{$item.image}" alt="{$item.name}"></a></td> <td colspan="2"> <div><a class="txt" href="{$item.link}">{$item.name}</a> {if !empty($item.product_code)} - {$item.product_code}{/if}</div> <div class="txt"> Quantity: <input name="quan[{$hash}]" type="quantity" value="{$item.quantity}" maxlength="6" class="quantity checkout" {$QUAN_READ_ONLY}></div> Thanks in advance for any and all help, Claudia
  20. Hi, I got this error (warning) in my cPanel error log: [10-Oct-2017 14:04:27 America/Louisville] PHP Warning: Invalid argument supplied for foreach() in /home/claudias/public_html/modules/shipping/All_In_One_Shipping/shipping.class.php on line 46. Here is the code referenced: $this->_item_count = 0; (LINE 46) foreach ($this->_basket['contents'] as $item) { // XXX May want to exclude digital products from the item count, i.e. // if ($item['digital']) continue; $this->_item_count += $item['quantity']; } Anything to worry about? If so how do I fix it? Thanks in advance, Claudia
  21. Thanks for your quick response Brian. I think I'll just use the code you provided for now and worry about the other when the need arises. Claudia
  22. Just wondering if there is any way to create a database column with a blank "fill out the name as you go". For example I may need a custom field for a certain item(s) and it would be nice to create the name on an as needed basis. For example: Now Item Mfg / Brand - add a new one blank column so I can type in, for example, distributor or mfg. location - whatever is need for that product. Thanks in advance, Claudia
  23. Hey Brian, Your code worked great! Have a question .... please keep in mind I am not smart in this at all. I mean at all. When you say Be careful! The parsed code must reference * data already assigned to targeted Smarty variables Does that mean I have to have a column in the inventory database. For example if I want to show the manufacturer's line would I create a coulmn called mfg_line (which I have) and have the code something like this? {if $PRODUCT.mfg_line} <tr> <td class="prod-spec-title">{$LANG.products_en.mfg_line}</td> <td class="prod-spec-txt">{$PRODUCT.mfg_line}</td> </tr> {/if} I don't use the stock manufacturer that comes with CubeCart. I think I answered my own question. But Brian please reply just in case. I added this to the bottom of a product description <table class="nobord bgw"> <tbody> {if $PRODUCT.product_code} <tr> <td class="prod-spec-title">{$LANG.products_en.product_code}</td> <td class="prod-spec-txt">{$PRODUCT.product_code}</td> </tr> {/if} {if $PRODUCT.item_mfg} <tr> <td class="prod-spec-title">{$LANG.products_en.item_mfg}</td> <td class="prod-spec-txt">{$PRODUCT.item_mfg}</td> </tr> {/if} {if $PRODUCT.mfg_brand} <tr> <td class="prod-spec-title">{$LANG.products_en.mfg_brand}</td> <td class="prod-spec-txt">{$PRODUCT.mfg_brand}</td> </tr> {/if} {if $PRODUCT.mfg_line} <tr> <td class="prod-spec-title">{$LANG.products_en.mfg_line}</td> <td class="prod-spec-txt">{$PRODUCT.mfg_line}</td> </tr> {/if} {if $PRODUCT.mfg_model} <tr> <td class="prod-spec-title">{$LANG.products_en.mfg_model}</td> <td class="prod-spec-txt">{$PRODUCT.mfg_model}</td> </tr> {/if} {if $PRODUCT.stock_level} <tr> <td class="prod-spec-title">{$LANG.products_en.stock_level}</td> <td class="prod-spec-txt">{$PRODUCT.stock_level}</td> </tr> {/if} {if $PRODUCT.item_age} <tr> <td class="prod-spec-title">{$LANG.products_en.item_age}</td> <td class="prod-spec-txt">{$PRODUCT.item_age}</td> </tr> {/if} {if $PRODUCT.box_size} <tr> <td class="prod-spec-title">{$LANG.products_en.item_box_size}</td> <td class="prod-spec-txt">{$PRODUCT.box_size}</td> </tr> {/if} {if $PRODUCT.item_size} <tr> <td class="prod-spec-title">{$LANG.products_en.item_size}</td> <td class="prod-spec-txt">{$PRODUCT.item_size}</td> </tr> {/if} {if $PRODUCT.item_wgt} <tr> <td class="prod-spec-title-last">{$LANG.products_en.item_actual_wgt}</td> <td class="prod-spec-txt-last">{$PRODUCT.item_wgt}</td> </tr> {/if} </tbody> </table> and got this (with some styling): Product Code: THS993 Item Mfg / Brand: Thomson & Taylor Spice Com Stock Level: 1 Item Age: Vintage Item Size: 2-5/8L x 1-1/2W x 5/8H
×
×
  • Create New...