Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

cupidare

Members
  • Posts

    96
  • Joined

  • Last visited

Reputation Activity

  1. Like
    cupidare reacted to raiwa in KissIT Image Thumbnailer Support   
    Yes, if it's ok for your needs.
  2. Like
    cupidare reacted to raiwa in KissIT Image Thumbnailer Support   
    Yes, it is intended. It's supposed you wish to show the full original image size in the pop up. Only if watermark is used, KissIt will produce a new "thumb", but also in the original image size. There is no "cache" effect, the original image is there and does not need to be "cached" in the thumbs folder.
  3. Like
    cupidare reacted to raiwa in KissIT Image Thumbnailer Support   
    Uploaded update with the above fixes and webp image support:
    KissIT image thumbnailer 3.5.0
    Requires Phoenix 1.0.7.4+
    Tested with Phoenix 1.0.7.12
    Change log 3.5.0:
    - moved and cleaned up thumbs subdirectory creation and removed unnecessary .htaccess. Thanks to @vmn
    - fixed error in admin thumbs showing duplicated images in product and category listing. Thanks to @Denzel
    - added support for webp image format
    - updated pi gallery module to abstract_module
    - Added optional convert jpeg, png and gif images to webp thumbs (Pro Version)
  4. Like
    cupidare reacted to raiwa in AJAX Attribute Manager support   
    Uploaded new version with the above fix:
    AJAX Attribute Manager Phoenix 3.2.1
    Changes Version 3.2.1.:
    + removed deprecated SetFocus function call. Thanks to @PiLLaO
    Tested with Phoenix 1.0.7.3
  5. Like
    cupidare reacted to raiwa in Slim Checkout for BS   
    Thanks for trying.
    You can adjust it in the module:
     
  6. Like
    cupidare reacted to raiwa in Slim Checkout for BS   
    @cupidare,
    Here the updated version for Phoenix 1.0.7.6+.
    Tested with Phoenix 1.0.7.7
    Slim_Checkout_1.2.zip
    Please try and report back. I'll then upload it to the marketplace.
  7. Like
    cupidare got a reaction from philpla in DHL as shipping module   
    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. 
     
     
  8. Like
    cupidare reacted to yeno in Options as images   
    Options as images GitHub Repository (since @Tsimi modular version 2.2)
    https://github.com/yenoyen/oscommerce-Options-as-images
  9. Haha
    cupidare reacted to raiwa in Wo anpassen ....?   
    Alle!
  10. Like
    cupidare reacted to raiwa in Product listing   
    You do not have to modify anything in product_info.php if you are using the latest modularized version.
    modify product info:
    OsC 2.3.4.1 CE Frozen:
    In: admin => Modules => Content Modules:
    Uninstall: Gallery [product_info]
     
    Install : Gallery KissIt [product_info]
    I believe this is not difficult to understand, even for non native speakers , but of course, you have to read it.
     
    Please understand: I spent a lot of time writing the instructions. So I do not like to spent again time to explain what has been already explained in the instructions.
    1. you should follow the instructions and not change code on your own and then come here and complain that something doesn't work
    2. If you do not understand enough english, use google translater, it is really very basic language what is used in the instructions.
    3. Sorry, but I don't have the impression that you didn't understand the instructions. I have the impression that you just didn't read them.
     
  11. Like
    cupidare reacted to raiwa in Modular Shopping Cart   
    yes, you have to update to fontawesome 5.0. Please compare to the core shopping_cart.php and update.
    I'll begin to update all add-ons once 2.3.4.1 BS final is declared
     
  12. Like
    cupidare reacted to raiwa in Modules Control   
    New add-on Modules Control
    Extended and more complete version of Slim Checkout to control each individual content module for each store page.
    Download:
    https://github.com/raiwa/Module_Control/tree/master/New_Files/catalog/admin/includes/languages
    What it does:
    - add Module Control Page to Admin/Modules
    - allows to define controlled pages
    - allows to decide separate for each installed module and for each controlled page to be hidden.
    - control for each store root page (file)
    - control for each installed module of the following groups:
        - navbar
        - header
        - boxes
        - footer
        - footer_suffix
        
    Install:
    - copy all files from "New Files" folder
    - copy and replace "osc_template.php" from "Modified File" folder.
    Go to Admin/Modules/Modules Control
    This is Beta version. Please try and test.
    Any bug report and suggestion very welcome.
     
    rgds
    Rainer
  13. Like
    cupidare reacted to raiwa in Slim Checkout for BS   
    Hello Stephan @Stephan Gebbers,
     
    I checked now and with the modifications above suggested it disappears because the correspondant methods would need to be used in the template extension too.
    Again, for me it works just fine with the actual version 1.1:
    if (class_exists('oscTemplate')) { class oscTemplateExt extends oscTemplate { public $_title; public $_blocks = array(); public $_hide_column = false; function __construct() { global $PHP_SELF, $oscTemplate; $this->_title = $oscTemplate->_title; $this->_blocks = $oscTemplate->_blocks; }  
  14. Like
    cupidare reacted to raiwa in Slim Checkout for BS   
    Slim-Checkout
    Common opinion is that the checkout process should be as "slim" as possible. This means to hide all page elements which are not strict necessary to show to the customer a simple clean layout, so nothing disturbs his attention from the purchase process.
    This add-on allows to do it by simple settings in a Header Tag module.
    Git Hub Repository: https://github.com/raiwa/Slim-Checkout/tree/master
    What it does:
    - allows to hide elements on checkout pages
        - optional hide on checkout pages (checkout_shipping.php, checkout_payment.phpheckout_confirmation.php and checkout_success)
        - optional hide also on shopping_cart.php
        - select each group to hide (navbar, header area, boxes, footer and footer suffix
        
    Installation:
      - copy all new files
      - install and adjust Slim Checkout Header Tag
     
    testing , Bug reports and suggestions very welcome.
     
    rgds
    Rainer
  15. Like
    cupidare reacted to tgely in Super Simple PP me module bones :) - paypal.me   
    Super Simple code:
     
    <a href="https://paypal.me/myaddress/<?= $order->info['currency'] . preg_replace("/[^0-9.,]/", '', $order->info['total']); ?>" target="_blank"><?= BUTTON_PAYPAL_ME; ?></a> Language dependencies:
     
    define('BUTTON_PAYPAL_ME', 'Pay with Paypal <i class="fa fa-paypal" aria-hidden="true"></i>');
    Text email SS PP code:
     
    echo 'https://paypal.me/myaddress/' . $order['currency'] . $orders_total['ot_total']['value'] . ' (Pay with PayPal.me)'; myaddress= https://paypal.me/grab
     
    :D
  16. Like
    cupidare reacted to bruyndoncx in advent calendar   
    I just got this crazy last minute idea for an advent calendar.
     
    Found this script that looks good as a basis
    https://www.christianheilmann.com/2005/11/16/a-free-christmas-calendar-in-php/
     
    but i think it would be best if it is linked to a banner group, and use a naming convention to find the correct banner to show upon click
     
    this is the main page code

    <?php // Variables $pictureFolder='ups'; $month=12; $clickableClass='done'; $calendarID='calendar'; $pictureID='pic'; $d=preg_replace('/^0/','',date('d')); $selectedImage=$_GET['i']; $img=preg_match('/\d/',$selectedImage)?$selectedImage:'none'; if(date('m')!=$month){$img=25;} if(date('m')!=$month){$d=-1;} $cal='<ul id="'.$calendarID.'">'; for($i=1;$i<25;$i++) { $cal.= '<li>'; $cal.= '<a '.($i<=$d?'class="'.$clickableClass.'"':'').'id="l'.$i.'" href="index.php?i='.($i<=$d?$i:25).'">'; $cal.= $i.'</a></li>'; } $cal.='</ul>'; $pic='<div id="'.$pictureID.'"><a href="index.php"><img src="'.$pictureFolder.'/'.$img.'.jpg" alt="Picture '.$img.'" /></a></div>'; echo $selectedImage==''?$cal:$pic; ?>
×
×
  • Create New...