Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

cupidare

Members
  • Posts

    96
  • Joined

  • Last visited

1 Follower

Profile Information

  • Real Name
    JK

Recent Profile Visitors

19,465 profile views

cupidare's Achievements

  1. Thank you for the answer. I personally store images in full resulution (>4mb) because maybe I will need it in the future ... but for the pi-site it is sufficient to show a much smaller image. So am I right putting the "sufficient"-file-size in this position?
  2. Running with 1.0.7.13: just a question: is it intended, that the main-image is not thumbnailed? Because neither an image width or height is specified in pi_gallery_kissit.php Line 68. By adding some numbers there, the main image is cached as well.
  3. This works fine...it's an interesting approach to handle this kind of stuff... just a question: I don't want to use the sidebox in my future shop, but now as I still use them: is it intended that the boxes disappear but the space is still reserved for them? without boxes it works as it should ... This works fine... just a question: I don't want to use the sidebox in my future shop, but now as I still use them: is it intended that the boxes disappear but the space is still reserved for them? without boxes it works as it should ...
  4. Hello @raiwa, As I like this module very much I wonder whether this is still valid for the 1.0.7.x versions as a lot has changed... Installing out of the box was not successful for me as I am trying to set up the shop completely new. I managed to keep on track until 1.0.5.0 but since then I lost contact ... So I decided to clean the shop completely and to start from scratch... Btw...Thank you very much for all of the useful addons you are maintaining
  5. It is good, that it was a help. For the future it would be nice to make a functional module for this. If you want to contribute feel free to do this on github. Regarding your questions: - To get access to the status I believe you will need an additional code from dhl to get access to this ... I was considering that in the future but helped me out by collecting the tracking data from the previous shipments (the data is stored in the filename) and then check on dhl... - I didn't try the https version... I believe they don't change fixed links... but no idea - I didn't try v3 as it is still working fine
  6. Hello @philpla I have a quick and dirty solution that works for me... it's an adaption from an answer at the dev-portal as there is / was no official guide how to use it in php when I needed it. There is a quite interesting work at github https://github.com/Petschko/dhl-php-sdk which deals about this more deeply but as my solution worked for me I never implemented this into my system. so goto https://github.com/cupidare/dhl-labels this applies some changes to orders.php in admin and adds a new file which needs your login/profile information. Please not that every comment is in german. This was never thought as an official module as I am no professional coder. That's why it is far from modular and very basic. Additional create a folder where to store the labels (in this case dhl_labels) The idea is to go to the order in admin, enter the weight of the package and create the label. This is based on v.2.2 of the dhl-api. It should still be working despite v3 is available.
  7. Hello @raiwa , I believe it was already asked - but I didn't find an answer: Is there a way to use the .webp format instead of jpg or png? Thank you for the great module
  8. it only affects the out-of-the-box bs installation... As far as I know v5.018 is not really official bs-compatible. It seems that the patches are still pushed out in the "old-fashion" After this tiny change everything works well for me
  9. Thank you for your reply I am using the paypal app of course. the error is in my opinion in includes/modules/payment/paypal_standard.php function after_process() { global $cart; $cart->reset(true); // unregister session variables used during checkout tep_session_unregister('sendto'); tep_session_unregister('billto'); tep_session_unregister('shipping'); tep_session_unregister('payment'); tep_session_unregister('comments'); tep_session_unregister('cart_PayPal_Standard_ID'); //wrong //tep_redirect(tep_href_link('checkout_process.php', '', 'SSL')); //right tep_redirect(tep_href_link('checkout_success.php', '', 'SSL')); } It should be changed in the git-respository
  10. Hello, I installed a fresh the (latest bs-) oscommerce and configured Paypal. Everything is working (order is processed, order status set, email send) but Paypal returns to an empty cart. Of course I added PDT, set checkout_process in the return url (Indeed, if the PDT is not entered into the configuration, the checkout_process doesn't load at all with an error). I have no idea how to proceed. the only way the checkout confirmation.php is shown is when changing checkout_process.php; // if there is nothing in the customers cart, redirect them to the shopping cart page if ($cart->count_contents() < 1) { // tep_redirect(tep_href_link('shopping_cart.php')); } tep_redirect(tep_href_link('checkout_success.php')); } But this should not be the right way. It seems that the cart is emptied somewhere and then forwarding the user to the empty cart. Any hints? Thank you!
  11. This is a really nice addon, and it works without any trouble here... one question: what do you think about including login.php to the hiding options? It's just if one decided to order the cart there shouldn't be any anoying stuff... Thank you for sharing this module
  12. Hello everybody, I wonder whether there is a live module (best for 234 bs edge) in existence (even for purchase) which enables to create DHL- shipping labels right out of the admin-area and then provide tracking possiblilites for the user ...? If not, how do you effectively manage to send your packages with DHL / oscommerce? Have a nice day cupidare
×
×
  • Create New...