Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

burt

Members
  • Posts

    17,340
  • Joined

  • Last visited

  • Days Won

    824

Everything posted by burt

  1. Core is always evolving and getting better, it will eventually end up in a place where everything can be done without core being affected at all. To get to that place means some "hurt" for existing addons. What we have is a small team of addon developers who are actively involved in helping Matt @ecartz and myself to "bend" the core code to better suit their addon needs, which means their addons become much easier to install. Think back to the days of 2.2 (or even 2.3) where you would see addons changing core code on lots of different pages to do something. We've massively reduced that with the help of supportive addon makers and supportive shopowners. On the flip side of that coin are the addon makers and shopowners who have zero input into the core code. If one has zero input, one should expect to have to deal with problems as they arise, rather than know upcoming problems in advance. I can summarise this as so: The core does not stand still because of addons.
  2. Ensure that you have uploaded the language file to the correct location ?
  3. I believe this is down to the Order Status and whether it is "public" viewable. That would be where to check. Admin > Localization > Order Status Check "public status" on the status that Stripe orders get set to.
  4. The ability to add videos via the "products gallery" was removed. It was unwanted by a majority of shopowners. If you need to add in video, inline it in the product description would be a simple option. Or make(or get made) a module to suit needs. Could be a pi module a content module a tab module Would need some type of admin interface, I suggest a Hook for that.
  5. burt

    Stripe Issue

    Have you contacted Stripe ?
  6. I'd still like to check on your use of php7.4 as 7.4 would not complain about a double ?? (the null coalescing operator)... Are you absolutely certain you are on 7.4 ? I know that's a dumb Q, but it's often the case that users get mixed up...which makes support difficult sometimes.
  7. Are you sure ? The reason I ask is that ?? is providing that error and ?? (null coalescing operator) is fine since php7.0 Most likely your problem.
  8. Give it a go. I assume you are on https:// connection ?
  9. Make sure the crt file is 100 up to date (most likely it is not as you are using an old osCommerce). https://github.com/gburton/CE-Phoenix/blob/master/ext/modules/payment/paypal/paypal.com.crt is (I believe) an up to date version.
  10. Would not the simplest option be to add in base data (weight and unit); Unit Weight: X (a number) Unit Type: y (a unit, could be g, kg, liter, gallon, whatever - maybe this always has to be "grams" ? ) The output; Base Price per Xy; price/weight * X Taking your example: Green Tea 50g 5,50 € Assuming here that your products_weight is set at 0.05 ?? If you have input fields where you add: Unit Weight: .1 Unit Type: kg You could then output on product_info; > Base Price per .1kg; 11 € Maybe you also need a multiplier ? Unit Weight: .1 (X) Unit Multiplier: 100 (n) Unit Type: g (y) Which would output Base Price per (X*n)y; price/weight * X > Base Price per 100g; 11 € At this point, you should be getting the architecture in place (as best you can) before building it up.
  11. For osCommerce or for Phoenix ?
  12. You can change those headers within the Admin section (though I personally have not tried to do so). Admin > Localization > Customer Data Groups
  13. It maybe an idea to add such a thing into Core. Thoughts ?
  14. It's a remote possibility but the Order may be in the database without a numeric status. No numeric status means it would not show in the Order List, but everything else would be normal (emails sent, paypal received etc).
  15. An addon made 10 years ago is hardly likely to fit into Phoenix is it, considering that Phoenix is 15 months old. Hence, the addon would need to be remade.
  16. George ( @multimixer ) made something a long time ago for normal osCommerce which allows people to upload images, read more at http://multimixer.gr/08/03/2012/fileupload-for-oscommerce/ I am sure that if you sent a message he would quote you for a Phoenix remake. Probably as would our Certified Developers.
  17. https://www.oscommerce.com/forums/topic/495755-continue-shopping-on-shopping-cart-page/
  18. It makes no sense to add something like this to Core Code. That just means more that Matt and I have to support, and (as you know) the support for the Core Team is coming from some businesses but not enough that we can make core Phoenix a "addons" project. We prefer to change the core to enable easier implementation of addons for shopowners, but that means that good addons are harder to write, so addon makers must be supported. The concept of modularity means that addons like this are easy to install, and the support of them is nothing to do with Matt or I. Everyones a winner.
  19. You have already been made aware by Private Message in the past few weeks. That is the end of the conversation.
  20. Russian fileset must match English fileset. [obviously other than the actual translation] This means no defunct files. This means no addon files. This means no abused copyright. You are not a member of the Club which you have been made aware via Private Message. You can see updates and changes in real time at Github.
  21. > The package includes all files in Russian that are fully consistent with the English version of Phoenix 1.0.7.5. You have many files that are not in the english core. You might like to get that problem resolved so that russian users will benefit ?
  22. What people say is sometimes what they think you want to hear, and sometimes does not reflect reality. I'll dig out that code and email you tomorrow.
  23. I can throw you that popup thing you tested (Supp Code) early if you like to try it on your live site. Although it is for Bootstrap 4, it *might* work.
×
×
  • Create New...