Jump to content

bsmither

Member
  • Posts

    17,955
  • Joined

  • Last visited

  • Days Won

    602

Everything posted by bsmither

  1. "How did someone add an IP address to my listing like that?" It was probably a web crawler. A less-than competently programmed crawler. The web server receives a data packet addressed to it by the server's IP address. The web server starts examining the packets that follow, where those packets have the HTTP Header array. Nearly everything in those HTTP Headers can be customized. The HTTP header element named 'HTTP_HOST' can be anything. Usually, the HTTP_HOST is the domain name of the site being requested. But it doesn't have to be. In a development environment, often times, the IP address of the development server box is used, perhaps 127.0.0.1, because there is no domain name set up on the internal network. Sometimes, the name of the server box can be used, including the name 'localhost'. There is more to it, of course, especially when HTTPS gets involved.
  2. According to this: https://php.watch/versions/8.0/gd2-gd-windows the actual file has been renamed. So the question is: what actual version of PHP is in that environment? PHP4, PHP5, PHP7, PHP8? Find the actual folder where all the actual extensions are located, and verify the actual name of the GD library file. Make sure the filename is spelled in the PHP.INI file exactly as it appears in the directory listing.
  3. Yes. Please review whatever control panel you have to manage the stack - specifically the PHP version and the extensions enabled within it. Did you mention a XAMPP stack? The stack controller should have this functionality to enable PHP extensions. An Internet search suggests that XAMPP has a file editor. That editor is to be used to edit the PHP.INI file. In the PHP.INI file, find the statement in the [Extensions] block that has "extention=gd.dll" (or something like that) and delete the semicolon in front of it. Then restart the web server.
  4. Working on it. In the admin skin template 'products.index.php', find: Near line 109: <td>{$product.price}</td> Add after: <td>{$product.sale_price}</td> Near line 75: <th nowrap="nowrap">{$THEAD.price}</th> Add after: <th nowrap="nowrap">Sale</th> This is a quick solution. As such, this column is not sortable, and reflects only what the product's sale price is specific to the product. That is, this sale price is not a calculation based on the global percentage sale mode.
  5. The SFWS products are not available anymore. Without a copy, the best I can do is create a difference report, specific to what affected the GA code, for Foundation from the version that matches CC625 to the version that matches CC653, then we work on trying to apply those changes to the SFWS skin.
  6. The error notice posted above might have been from Amzin. There was found to be a syntax error in version 1.05 (that took PHP8 to reveal it). Amzin 1.06 fixed it. I do believe CBurst has been made to work with PHP8. And Basix I haven't tried recently, but I believe it should work as it has the new capability of ElasticSearch.
  7. Many skins have been kept up to date. Obviously, not the skin being tried. Which skin is it?
  8. A new product or an existing product. There is no setting, per se. Once CubeCart is aware that there is a Digital Option assigned, either from the file picker or a manually entered Custom File Path (including a full web address), then that product is considered a "digital product".
  9. If the traffic chart on the dashboard does not have a comparable way to limit the results to Customers Only, then perhaps your solution is to rewrite the custom code to add more to the WHERE clause: AND `session_last` > `session_start`
  10. I would think you would have the same problem. "I would like to weed out any sessions that I don't need to track." Where are you tracking sessions? In admin, Statistics, Users Online tab? If so, is there a link above the table to Display Customers Only? The database table CubeCart_sessions gets trimmed of records that are older than seven days.
  11. I have no idea why 'location' is varbinary. CubeCart uses that column to store the web address used to access the site, including any querystring. Nothing in that textual string would require the table column to handle binary (that is, non-textual) data. Let's review what you actually need to accomplish. What is the nature of the content that is in the 'location' column that contains 2022?
  12. Using CubeCart's Database class, the statement would be: Database::getInstance()->delete('CubeCart_sessions', array('location' => "~2022")); The third parameter (false) is not necessary. It defaults to an empty string. That third parameter limits how many records get deleted.
  13. Please try: https://cubecart.zendesk.com/hc/en-gb/articles/360003831497-How-can-I-create-a-plugin-using-the-code-hooks-system
  14. The phrase "Please enter a value less than or equal to" is from the skin's jquery.validate.js vendor plugin. It's a message related to the quantity input form element that has a max attribute, which appears only if there is in the product's details specify a "Maximum Quantity Purchase" value, and that value is greater than or equal to the min attribute's value. However, in admin, the product details screens, Pricing tab, the "Maximum Quantity Purchase" says to 'Leave blank to disable'. And the database table CubeCart_inventory has a default value of null for the 'maximum_quantity' column. However, for me, at least, my database shows that column has a zero as the value - which is what shows on the Pricing tab. Blanking that field does cause that form element to POST as a zero-length string, but still ends up in the database as a zero, not a null. So, still researching the situation.
  15. Please provide a web address where we can see this.
  16. Looking at the comments in the PHP documentation for imagecreatefromjpeg(), it says: That comment is from 17 years ago, and it may be referring to PHP4. In admin, at the bottom of the Navigation pane, click PHP Info. Scroll to the GD table -- if it exists. Note whether JPEG Support is enabled.
  17. The knowledgebase article that (sparsely) covers this is: https://cubecart.zendesk.com/hc/en-gb/articles/360003794038-How-do-I-create-a-new-front-end-dynamic-section-or-page (Ignore the mention about the encoded index file.) A deeper discussion can be had here on the forums.
  18. My browser shows a picture of the bottle placed on a plain white platform with a light grey textured backdrop.
  19. You mention "select [specific?] orders"? Which might be only those most recent orders for that day or past 2-3 days? At most those orders made after your last data extraction? Modules written for the Sales Report page can extract data on a 'whole day' basis. If you would be interested in testing one already written, please send a PM with your email address. Then again, I see the value in having among the choices in the drop-down selector, on the admin, Orders page, the new choice of "Extract to CSV". I am going to do that -- see what it looks like.
  20. Anything can be done. Just depends how far away one needs to get away from keeping the stock CubeCart code untouched. Then there is Sales Reports. Plugins can be written to get whatever info you need. You phrase the task as 'export the order'. Does that mean you need to provide specific details about one specific order at a time to import into some other data analysis tool?
  21. I have no personal knowledge of this business or principal. Doing a Business Records search shows the business has existed for a number of years, and the principal is involved with several LLCs, in the arena of web development. I recall there being a third-party "store manager" for CubeCart3 (maybe it was for CC4) back in the day, possibly from a company called MagneticOne (a Ukrainian company with an office in Texas). They built an application (and variations thereof) that extracted data from a source (CRM, eCommerce, whatever) and delivered that data to a destination (some other CRM, eCommerce, whatever). MagneticOne started doing a lot of other stuff, and so split off the (desktop) Windows App section to eMagicOne (re: 'Company History of MagneticOne'). (The moderator may want to move this thread to "General Discussion.")
  22. If your site is hosted, you probably have a control panel to manage your site. If so, there will be a file explorer. Find the folder /images/cache/. This is where CubeCart codes the HTML links for the web browser to fetch the images to display on the page. The control panel's File Explorer should allow you to View the images. If so, do the images display properly? The File Explorer should also allow you to download a WEBP image to your computer. Once downloaded, have your computer display the image - but do not use a web browser to view it. Does the image viewer show the WEBP image properly? The above test is to determine if the problem is with your web browser not being capable of displaying WEBP images. May we have a web address to view a malfunctioning image?
  23. Please let us know the exact version of CubeCart and PHP being used.
  24. Ok. CubeCart (as of several versions now) will show the index.php page whenever there is a file not found (404 response). You can see this at the end of the .htaccess file in CubeCart's main folder. What is probably missing is either a directive in .htaccess to load and use the mod_rewrite extension, or there is a misconfigured web server configuration statement that allows .htaccess directives to override directives in the main config file. So, verify that the .htaccess file has the following directives: ### Rewrite rules for SEO functionality ### <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / Then research the Apache documentation to learn about AllowOverride All. The SEO rewrites are necessary because friendly web addresses, such as www.example.com/friendly-name-of-product does not exist and the web server will issue a 404 -- but then the 404 directive in .htaccess tells the web server to send a page anyway -- ErrorDocument 404 /index.php. The rewrite puts the friendly web address into a format that CubeCart actually uses. If there is still a problem, you may have to edit the RewriteBase statement as: RewriteBase /champcoclothingtestnew/ Otherwise, the rewrite may erroneously include the subdirectory as part of the friendly web address.
×
×
  • Create New...