Jump to content

kyle

Member
  • Posts

    49
  • Joined

  • Last visited

Posts posted by kyle

  1. OK, I'll soften my previous post. In the last 20 minutes I've been able to delete 400 SPAM reviews. I'm left with 90+ I need to delete manually. Looks like most of the ones that contained asian characters were posted in groups from 3 to 12 so I was able to get rid of them pretty quickly.

     

    Checking multiple and submitting would still be better, but this new system helped a lot, so thanks to those that wrote it into the software.

  2. Arghhh!!!!!..... sigh.... This method of deleting reviews is barely any faster then deleting them one-by-one and hitting OK each time. At most I'm deleting 5 or 6 at a time. Spammers know to change the email address and IP address of their posts because they know they can be blocked. I've got someone that managed to post roughly 100 "reviews" of products that are ads for some cologne and managed to post them all using different gibberish email address and IP addresses.

     

    Why can't I just check a box next to each review the same way I do to approve them then hit submit at the bottom of the page to delete them all?

  3. hmmm. yup I found it here:

    $GLOBALS['main']->addTabControl($lang['reviews']['title_reviews'], 'reviews');
    $GLOBALS['main']->addTabControl($lang['reviews']['title_bulk_delete'], 'bulk_delete');
    $GLOBALS['main']->addTabControl($lang['common']['search'], 'search');

    But it still won't show up for me

  4. Stranger and stranger. I removed the extra <> angles as you mentioned and I found the code to display the new Bulk Delete Tab as such:

    <div id="bulk_delete" class="tab_content">
    <h3>{$LANG.reviews.title_bulk_delete}</h3>
    <p>{$LANG.reviews.bulk_delete_desc}</p>
    <fieldset>
     <div><label for="email">{$LANG.common.email}</label><span><input type="text" id="email" name="delete" class="textbox" /></span></div>
     <div><label for="ip_address">{$LANG.common.ip_address}</label><span><input type="text" id="ip_address" name="delete[ip_address]" class="textbox" /></span></div>
    </fieldset>
      </div>

    Bu that tab is still not rendering for me.

  5. Thanks for the responses guys. The good and the bad news is that those new fields have a display:none on them so I couldn't see them. Glad, it wasn't me missing something obvious. :-) I could try to find the code to get rid of that style, but I guess I'm curious why it's there or what I'm supposed to do to make them visible.

     

    Also, for me the IP addressees and email address are visible under each of the reviews.

  6. Hey Dirty Butter. I've used PHPMyAmin on occasion but the tricks are deleting only the bad reviews and deleting everything associated with the bad reviews so that I don't leave fragments in the database. If you wanted to tell me how to do that I'd appreciate it, but it may go over my head pretty quickly.

     

    I don't understand why the ability to check multiple reviews to approve them in one shot is built in, but I can't do the same to delete a few at a time. I can't be the only one getting these fake reviews (I've seen a couple of these threads around) and disabling reviews to "solve" the problems seems like throwing the baby out with the bath water.

     

    Should I file a bug report or make a feature request or anything like that?

     

    The only way I know of is to use phpMyAdmin, so you can check off the ones you need to delete in _reviews and then delete all at once - unless they are doing a lot of reviews with the same name. Then a Query might delete many at a time, without you having to read each one to decide.

     

  7. Thanks bsmither, I've implimented your code. I hope it doesn't lead to fake user registrations, but if not it should fix my problem. I havent' gotten any fake reviews in the last couple hours so that's a good sign. :yeahhh:

     

    "If I could restrict product reviews to people with accounts that would solve the problem."

     

    We need to discover if the fake reviews are being submitted by a robot or by an individual.

  8. I'm getting hammered with SPAM reviews right now. Disabling reviews hides all the good reviews I currently have.  I'd be willing to enable a captcha for the reviews but I don't want to put that roadblock up on orders. I'd, grudgingly, be willing to disable the creation of new reviews, if I could still display the current ones. This is something CubeCart needs to address.

  9. I just got this email from the US Postal Service and I wanted to see if Cubecart was on top of it. Using the USPS shipping method, will my shipping calculations cease to function without an update on or before Jan 22nd?

    Web Tools integrator;

    On January 22, 2012, USPS will update domestic shipping services and international pricing and product features. For detailed information on prices and new product features, please reference the Federal Register Notices viewable at http://pe.usps.com/.

    Price Change updates will be available in the Web Tools testing environment for integrator access on or around January 6, 2012. The test environment can be accessed, using your production UserID, via the following URL scheme, host and path:

    Secure APIs: https://stg-secure.shippingapis.com/ShippingApi.dll

    Non-secure APIs: http://stg-production.shippingapis.com/ShippingApi.dll

    Please note that the changes below are intended to be backwards compatible, however, may not be depending on how individual programs are integrated with the APIs.

    Web Tools APIs will be affected in the following manner:

    · All Web Tools APIs with postage prices incorporated will be updated to reflect the price changes;

    · Domestic Rate Calculator API Changes:

    o New <Container> request enumerations added to RateV4 to support the USPS product offerings and prices listed in the Federal Register Notice:

    § FLAT RATE BOX (Express Mail Flat Rate Box),

    § REGIONALRATEBOXC (Priority Mail Regional Rate Box C);

    o New <FirstClassMailType> request enumeration added to RateV4:

    § PACKAGE SERVICE;

    o Optional <ReturnServiceInfo> tag added to RateV4 to return “Loss Guarantee Only†commitment information when an Express Mail Commitment is requested to certain destinations

    o First-Class Mail Package <MailService> response values updated in RateV3 and RateV4 as follows:

    § Postage CLASSID="0" - Retail Pricing

    <MailService>First-Class Mail® Package</MailService> will become:

    <MailService>First-Class Mail® Parcel</MailService>,

    § Postage CLASSID="61" - Commercial Pricing

    <MailService>First-Class Mail® Package</MailService> will become:

    <MailService>First-Class Mail® Package Service</MailService>;

    o New response nodes in RateV3 and RateV4 to support the USPS product offerings and prices listed in the Federal Register Notice (Express Mail Flat Rate Box and Priority Mail Regional Rate Box C, specifically);

    o Rate and RateV2 responses will be modified to:

    § Return trademarked product names,

    § Enforce dimensional requirements through error messaging for large, oversize and
    S-restricted
    destinations.

    · All Rate Calculator API integrators are encouraged to migrate to the latest API versions (RateV4, IntlRateV2):

    o Rate and RateV2 versions of the domestic Rate Calculator will be retired on March 31, 2012, requiring all integrators to migrate to the latest versions;

    · International Rate Calculator API:

    o New response nodes in IntlRate and IntlRateV2 to support the USPS product offerings and prices listed in the Federal Register Notice (Express Mail Flat Rate Box, specifically);

    · Express Mail Label and Hold For Pickup Express APIs:

    o New <Container> request data tags to support the Express Mail Flat Rate Box;

    § FLAT RATE BOX

    · Delivery Confirmation and Signature Confirmation APIs:

    o New <Container> request data tags to support the Priority Mail Regional Rate Box C;

    § REGIONALRATEBOXC

    · Express Mail International API:

    o New <Container> request data tags to support the Express Mail Flat Rate Box:

    § FLATRATEBOX.

    Please contact the USPS Internet Customer Care Center with any questions or concerns at 1-800-344-7779 or [email protected].

    - Web Tools Program Office

  10. Did you ever get anywhere with this? I'm trying to figure out the same thing right now. As far as I know the code you posted won't do anything because you need to pair the call for the Category Name to a database call that's usually in an inc.php file. Not that it's helped me solve the problem yet either.

    Did you find anything else out?

    Sorry I can't be of more help to you.

  11. It seems my customers are stupid, and are just leaving the default county in when registering / buying a product or a ringing and saying it's automatically showing Aberdeenshire (first UK county) on the county section. It's pretty clear that it's a drop down but there are a small minority out there who can't grasp this.

    I'm having the same problem here, and I thought it was because of stupid customers too, but it seems there is more to it than that. Something about the script that converts the the counties based on the country selected seems to be causing problems intermittently. I thought I could just change it from a pull-down menu to a text field but when the Invoice address gets sent to PayPal Pro the County (State) now gets lost and the last one in the list is put in by default. So basically I went from 30% of my customers claiming they were from Alabama to all of them being from Wyoming, sigh.

    Let me know if you found a solution and if not I'll let you know what I figure out.

  12. The new string in CC4.3 classes/validate/validateCart.php is:

    'AMERICAN EXPRESS' => '#^[34|37|47]([0-9]{14}|[0-9]{13}|[0-9]{12})$#',

    I just had a customer that had problems with her AmEx card on an order but was able to place the order with a different card. Anyone else having trouble with American Express cards using PayPal Pro via Alternative Checkout?

  13. I could swear there used to be other threads dedicated to this. I'm using the by Weight shipping method as well but would like to use the by price method to offer free shipping on sales over $100 but this only works if I have byWieght disabled.

    Any way around this?

  14. I don't have an answer for you but this is the V4 forum, I'd search around on the V3 forum and see if there are any answers there. Also, maybe an admin will move this topic there. Otherwise I'd ask the question over there.

  15. Thanks for the suggestion webicon I'll look into posting that info somewhere.

    I know what you're saying Brivtech, I was dubious about using flash at first but the client wanted some life and animation on the page so I tried to give them that and still make the site functional using web standards as much as possible.

    Thanks for the feedback guys.

  16. I just finished my first CC4 site and it was as easy as CC3 ever was. Check it out here:

    The Estuary Shop

    Didn't need much for mods but I did use one to make the pricing more clear on the Sun Dried Sea Salt (Bags) so that the customer sees the final price instead of modifiers.

    It would be nice if CC behaved this way out of the box. I think it's a lot more clear than having customers do the math when selecting options and having no price next to the default option.

    Just my $0.02

×
×
  • Create New...