Jump to content

bsmither

Member
  • Posts

    18,012
  • Joined

  • Last visited

  • Days Won

    605

Posts posted by bsmither

  1. That looks like the "Accept Cookie Dialogue". But there is core code that is supposed to change %PRIVACY_URL% to the actual link (the Gui->_displayCookieDialogue() function).

    I see you are using Foundation, and the cookie dialog seems to be displaying correctly.

  2. As of the moment I tested the site, the SSL certificate is not configured correctly. It is valid against:

    c6s.361.mywebsitetransfer.com
    
    The IP addtress loteriagringa resolves to is:
    132.148.237.25

    If this is not the correct IP address of the server you moved to (which may or may not matter at all), it could be the case that the world needs to wait until the "Internet Phone Book" update propagates across the world.

    Visiting just the FQDN (no subfolder, no index.html or index.php), I get:

    Future home of something quite cool.
    If you're the site owner, log in to launch this site
    If you are a visitor, check back soon.

     

  3. When you say "it wasn't exactly what I was looking for," is it because the referenced conversation results in "it automatically reverts back to inches"?

    In admin, Store Settings, General tab, to change the choices for the length dimension unit, edit the admin source file "settings.index.inc.php":

    Near line 434, find:
    $select_options = array(
    
    About 25 lines later, find:
    'product_size_unit' => array('cm' => 'Centimeters (cm)', 'in' => 'Inches (in)'),
    
    Change to:
    'product_size_unit' => array('cm' => 'Centimeters (cm)', 'mm' => 'Millimeters (mm)', 'in' => 'Inches (in)'),

    The conversation referenced above affects the details specified on a per product basis.

  4. If you are using a custom skin, or maybe one originally developed for CC5, several links are hard-coded to have .html suffixes.

    Please see this conversation:

    https://forums.cubecart.com/topic/57069-minimaliser-skin/

     

  5. Please remind us of that other conversation.

    As best I know, this dimension (as well as weight) is used in shipping calculations where the size of the container affects the charges.

    However, I cannot locate any significant places in the code where this store setting is used.

    When adding/editing a product, the dimension unit can be specified for that product.

  6. Sorry, 'element.recaptcha.php' is new to CubeCart v6.5.2 (not yet released).

    So, I am thinking that, even though the script tag in the template has async defer, which allows the script to run without waiting for the HTML to finish, the script that gets fetched then constructs a new piece of the web page and loads another script - what seems to be that /recaptcha__en.js filename.

    The keywords async and defer do not need both to be used. Some say that async will be used, but if the browser is old enough to not support it, then the fallback is to use defer.

    In those files I mentioned, you can try to have only defer. (You may need to have CubeCart clear its internal cache if you make changes to the templates.)

    See:

    https://pagespeedchecklist.com/async-and-defer

     

  7. Please examine the templates 'content.recaptcha.head.php', content.recaptcha.php', and element.recaptcha.php'.

    These templates call the recaptcha script, and the <script src=""> tag should have async defer in it.

    That should cause the browser to continue loading the HTML and rendering it without waiting for the script to finish loading. (Nor does the script wait for the HTML to finish loading.)

  8. We can discuss regarding what you are asking for, but please know there are a number of blocks and other problems with submitting the data from a Subscribe form that is not under CubeCart control.

    Every CubeCart skin should have the box.newsletter.php template. You can start with that, but please know that the image you posted above is heavily formatted and styled using the Foundation platform - all defaults.

  9. As an experiment, create a new category named FooBarCo. The category FooBarCo will have Status checked and Visible unchecked. On the Shipping tab, enter a Per Item shipping charge. Save.

    Choose a product and show its Edit screen. On the Categories tab, set as Primary FooBarCo and set as Additional the product's original category (so that it still shows up when viewing that category). Save.

    Have CubeCart clear its internal cache.

    On the storefront, place that product in the shopping cart and then View Basket or Checkout.

    You should see the shipping charge (By Category) in the Select your shipping method: drop-down.

     

     

  10. The USPS module should log a Request/Response in admin, Request Log. The response from USPS should list all available shipping methods for the given postal codes and weight (and carton dimensions if entered in the settings panel).

    So, from that list of available methods, the USPS module will filter out methods that are not checked in the module's settings. What's left will be shown to the customer.

     

  11. So, for any given item, there will be a manufacturer assigned to it. And for any specific manufacturer, each and every item associated with it will have the same shipping charge per item. There won't be a case where Item A needs to be shipped at 10.00 while Item B needs to be shipped at 15.00?

    Therefore, if a product manufacturer can be considered as a product category, then we can create hidden categories and use Shipping Per Category to tally a total cost.

    Per Category will calculate X 'per item' for each category, then sum those, then add the highest cost 'per shipment' from the various categories, for a total. (If the 'per shipment' needs to be distinct for each category, as would be the case for drop-shipments, that can be figured out.)

    See:

    https://www.cubecart.com/extensions/shipping-methods/per-category

    There is also:

    https://www.cubecart.com/extensions/shipping-methods/multi-level-shipping-by-quantity-product-category-level

     

  12. Short answer: no.

    Better answer: Everyone involved could claim any piece of email as spam based on objective and/or subjective characteristics.

    The notice above is somewhat strange, as the email address hidden within the link looks like a legit address, but the friendly text that is the link does not look like an email address. (But that could be an artifact of pasting the message into the message editor as is - and not pasting the notice into the message editor's code editor (<>).)

    Your hosting provider should have (automatically) configured your hosted account's email MX record with all that is necessary to properly identify you as having permission to send email from or through the hosting server. But even if that has been configured (DKIM?), the recipient and recipient's email provider can still create rules that scores emails in ways you will never know about.

  13. The next version of CubeCart will have a drop-down selector on the Dashboard (and most everywhere else) offering to choose 25, 50, 100, 200, or 500 list items per page. That setting for that list will be saved in a 30-day cookie.

    It used to be that CubeCart was very annoying about having more than one browser tab open to admin. Not any more. So, my habit is to right-click on the Edit icon and select Open in New Tab. I work on the item's details, Save, then close that tab.

  14. I see.

    I just now added an issue in the Github referencing the missing capability to assign a language to a customer that the admin creates.

    The database structure for the Cubecart_customer table states that the 'language' column has a default value, which, for your store, might be 'en-GB' (or just 'en', which was supposed to get corrected to 'en-GB' in CC511).

    Thus, customers you create will use the UK language - and so far, no convenient way to change it.

     

  15. Could it be that the 'customer' that this email was sent to (if not actually you being a test customer) chose to view the store in the UK language? Do you have that feature enabled on your storefront (allowing a customer to choose their language)?

  16. Please check on this: In admin, Email Log, find a problematic email log entry (that sent the 'stock' email instead of the custom email). Click on the Edit icon for that row. You will be taken to the Edit screen for that Email Content.

    What language is shown in the drop-down?

×
×
  • Create New...