Jump to content

Christopher Short

Member
  • Posts

    432
  • Joined

  • Last visited

Everything posted by Christopher Short

  1. Do you happen to know what version that was fixed in?
  2. Popular products list is showing an ip address for the link address. You get this: I have people that clicked and it took them to ftp.csrocketry.com as well If you clear cache, it goes away but returns at some unknown point in the future.
  3. Is it possible to allow more than 999 of an item bought? We sell some things by the foot and I have orders trying to buy 3000 ft . They cant check out. Solution?
  4. I emailed a couple people and they receive my email but not the newsletter. Everyone that has this is yahoo/aol/....that seem to use yahoo servers. I've had dang near 300 reject for this from legitimate customers.
  5. The original message was received at Wed, 20 Dec 2023 16:32:08 -0800 from server.csrocketry.com [173.231.214.142] ----- The following addresses had permanent fatal errors ----- <********@bellsouth.net> (reason: 554 Message not accepted due to failed RFC compliance [015]) ----- Transcript of session follows ----- ... while talking to mx-sbc.mail.am0.yahoodns.net.: >>> DATA <<< 554 Message not accepted due to failed RFC compliance [015] 554 5.0.0 Service unavailable
  6. I resolved the suspended issue, it was due to the number of bounces. I have not resolved the RFC compliance issue. Email is through my VPS and my domain.
  7. Also, how do we get the RFC compliant to be used?
  8. SMTP Error: The following recipients failed: ******: Outgoing mail from "*****" has been suspended. The * had email addresses. The first part of teh list went and then this error. I am on a VPS and my host does not have any email restricitions for volume or number per hour on my account. Ideas?
  9. If only that was true. Customer pays,3D passes, shipment gets lost, files dispute, I get charged and a chargeback. I provided tracking with proof of delivery and still lost. Paypal protects the buyer, and screws the seller.
  10. @Noodleman might have something. I know he has a rewards program.
  11. Where do I go to make SEO titles for: Register Contact Certificates Login Recover These pages do not generate SEO title data.
  12. Update order status to processing for auth only check box should be off for that to work then? Here is what I see in the code: if($data["x_response_code"]=='1'){ switch($data["x_type"]) { case "auth_only": $status = 'Authorized'; if($this->_module['process_auth']=='1') { $order->orderStatus(Order::ORDER_PROCESS, $data["x_invoice_num"]); $order->paymentStatus(Order::PAYMENT_SUCCESS, $data["x_invoice_num"]); } break; case "auth_capture": $status = 'Captured'; $order->orderStatus(Order::ORDER_PROCESS, $data["x_invoice_num"]); $order->paymentStatus(Order::PAYMENT_SUCCESS, $data["x_invoice_num"]); break; case "void": $status = 'Void'; $order->orderStatus(Order::ORDER_CANCELLED, $data["x_invoice_num"]); $order->paymentStatus(Order::PAYMENT_CANCEL, $data["x_invoice_num"]); break; } } else { switch($data["x_response_code"]) { case '2': $status = 'Declined'; break; case '3': $status = 'Error'; break; case '4': $status = 'Held for Review'; break; } $order->orderStatus(Order::ORDER_PENDING, $data["cart_order_id"]); $order->paymentStatus(Order::PAYMENT_PENDING, $data["cart_order_id"]); }
  13. Is it possible for a declined transaction to mark the pending order as such?
  14. Good to know. Too bad I can't export selected categories exclusively. I'll have to play around with this and see if there's a good way to go about doing it. Not all of my products are sellable on Google merchants
  15. Google base has nothing when I install it. It's a blank screen so Ill have to look into it more.
  16. Anyone have a google merchant center integration?
  17. I havent, and it is the only time so far.
  18. Thanks. I think I found what I needed.
  19. H1: missing for categories. What field ius used to populate this for SEO?
  20. That would be true, forgot about that post but I seem to have fixed this with a direct link replacement in the language section.
  21. where does this happen in the code? I am stuck trying to find it.
  22. privacy radio button was already checked. Issue still exists after recreaing the privacy policy. I removed the period from language.
  23. If the package size in the USPS module is selected as large, this error occurs. If you select regular, it seems to work.
  24. Is this working for everyone? I don't get anything USPS option wise now. <?xml version="1.0" encoding="UTF-8"?> <Error><Number>-2147221202</Number><Source>Common:XmlParse</Source><Description>The element &amp;#39;Package&amp;#39; has invalid child element &amp;#39;Container&amp;#39;. List of possible elements expected: &amp;#39;Width, Length, Height, Girth, Value, AmountToCollect, SpecialServices, Content, GroundOnly, SortBy, Machinable, ReturnLocations, ReturnServiceInfo, DropOffTime, ShipDate, RatePriceType, RatePaymentType, SortationLevel, DestinationEntryFacilityType, Nonprofit, ReturnDimensionalWeight, TrackingRetentionPeriod, ReturnFees, ReturnHSCodeReqd&amp;#39;.</Description><HelpFile/><HelpContext/></Error>
  25. Any suggestions on how to fix it? I have 900+ 404 errors with it.
×
×
  • Create New...