Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

raiwa

♥Ambassador
  • Posts

    4,823
  • Joined

  • Last visited

  • Days Won

    161

Reputation Activity

  1. Like
    raiwa got a reaction from valquiria23 in [Contribution] Ship In Cart   
    Uploaded:
    Ship In Cart Phoenix 5.3
     
      Compatibility:
      OsC CE Phoenix 1.0.5.1+
      Tested with Phoenix 1.0.7.13/1.0.7.14 pre release
      PHP: 7.0 - 7.4
     
    Changes Vers. 5.3:
      - Added optional City input required for some shipping modules.
      - Fixed wrong cart global to session.
      - tested with Phoenix 1.0.7.13 and 1.0.7.14 pre release.
     
  2. Thanks
    raiwa reacted to vmn in KissIT Image Thumbnailer Support   
    Hello @raiwa and thanks again for your great addon.
    I wanted to have language specific default images. To achieve this I made the following change to kiss_it_image.php:
        if (defined('DEFAULT_IMAGE') && tep_not_null(DEFAULT_IMAGE) && !is_file(DIR_FS_CATALOG . $src)) {
          //VMN$src = DEFAULT_IMAGE;
          $src = 'includes/languages/' . $_SESSION['language'] . '/images/' . DEFAULT_IMAGE;
        } elseif ( (empty($src) || ($src == 'images/')) && (IMAGE_REQUIRED == 'false') ) {
          return false;
        }
    I wonder whether you would like to include this change into a future version of the addon:).
  3. Like
    raiwa got a reaction from zipurman in [Contribution] Ship In Cart   
    Uploaded:
    Ship In Cart Phoenix 5.3
     
      Compatibility:
      OsC CE Phoenix 1.0.5.1+
      Tested with Phoenix 1.0.7.13/1.0.7.14 pre release
      PHP: 7.0 - 7.4
     
    Changes Vers. 5.3:
      - Added optional City input required for some shipping modules.
      - Fixed wrong cart global to session.
      - tested with Phoenix 1.0.7.13 and 1.0.7.14 pre release.
     
  4. Like
    raiwa got a reaction from zipurman in [Contribution] Ship In Cart   
    only: ./includes/modules/content/shopping_cart/cm_sc_shipping.php
    the other language  file is different, just open both and you'll see.
     
    Please use the below new version and follow the update instructions.
    You need to switch on state, zip and city in the settings.
    To show a quote on first time page load, fill in a default zip and city.
    The customer_id error must be addressed in the canadapost shipping module. @zipurman did it i the newest version 2.1.1. Make sure you are using that one.
    If all the required fields are filled in, it shows the quote without login.
  5. Like
    raiwa got a reaction from zipurman in [Contribution] Ship In Cart   
    @gsmiley007,
    Here is the updated cm_sc_shipping.php :
    cm_sc_shipping.php
    you need to uninstall/reinstall the module.
    city and subtotal are now available in the shipping modules.
    Please try and let me know .I'll then upload tomorrow the updated package.
  6. Thanks
    raiwa reacted to zipurman in [Contribution] Ship In Cart   
    @gsmiley007, @raiwa
    I have updated the Canada Post (2.1.1) Mod here:
    https://phoenixaddons.com/knowledgebase/canada-post-rest-module/
    The 'city' is not required for this mod, but I have been keeping all of my shipping mods the same so it is required by others. For now, I have adjusted so the code is skipping 'city' if it is not defined. I also have it loading the $_SESSION['cart']->show_total() if the $order->info['subtotal'] is not defined.
    Hope that helps.
    Zip
  7. Like
    raiwa got a reaction from cupidare in KissIT Image Thumbnailer Support   
    Yes, if it's ok for your needs.
  8. Like
    raiwa got a reaction from cupidare 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.
  9. Like
    raiwa got a reaction from MyBookShop in KissIT Image Thumbnailer Support   
  10. Thanks
    raiwa reacted to Denzel in KissIT Image Thumbnailer Support   
    Found the list messed up again after searching a product, which is linked to a 2nd folder. Decided to add classes to the <th> tags, so we can exclude the choosen classes:
    $('table tbody td:has([href*="pID={$products_id}&"])').parent().find('th').not('.pmodel').not('.pname').addClass('pname').before('<th class="pmodel">{$products_model}</th>');   this works for me even with three links 😉 
  11. Like
    raiwa got a reaction from Fredi in Español pack para OsC Responsive BS EDGE o Gold   
    Uploaded Versión 1.0.4.2.r1 for OSCOM CE Phoenix 1.0.4.2.
    Español para OsC CE
    https://github.com/raiwa/OSCOM-CE-Phoenix-Spanish-language-idioma-espanol
    Includes some minor fixes reported by @domiosc and @RonCain
    Update instructions included.
  12. Like
    raiwa got a reaction from cupidare 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)
  13. Like
    raiwa got a reaction from valquiria23 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)
  14. Like
    raiwa got a reaction from Smoky Barnable 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)
  15. Thanks
    raiwa reacted to Denzel in AJAX Attribute Manager support   
    Installed v3.3.2 on Phoenix 1.0.7.12 and got:
    Notice: Constant AM_AJAX_IMAGE already defined in /admin/attributeManager/languages/german/attributeManager.php on line 79
    in attribute manager tab.
    Found some unused defines and AJAX_IMAGE twice in admin/attributeManager/languages/german/attributeManager.php 
    Deleted and works fine  
     
  16. Like
    raiwa reacted to 14steve14 in [CONTRIBUTION] Sloppy Words Cleaner   
    @ecartz @raiwa  Sorry been away getting orders out. I should have been a bit clearer.
    I have had two customers since Christmas enter a company name and both times the first letter of the company name is capitalised and every other word in the name after that is lower case including one ltd on the end. So its like 'International business machines ltd' when I think it should be 'International Business Machines Ltd'.
    Company name setting in admin is set to true even though advice is not too.
    I have just uploaded the latest package and after testing with company name set to true everything seems to be working as I would hope.
  17. Like
    raiwa got a reaction from Denzel in KissIT Image Thumbnailer Support   
    I believe the categories selector needs to be finetuned too. I would use the $ wildcard to match the end of the categories string:
    $('table tbody td:has([href$="cPath={$c_id_selector}"])').parent().find('th').before('<th>{$categories_thumb}</th>');  
  18. Like
    raiwa reacted to Denzel in KissIT Image Thumbnailer Support   
    before:

    after:

    with added products_model   
     
  19. Thanks
    raiwa reacted to Denzel in KissIT Image Thumbnailer Support   
    The optional admin thumbs hook doesn't work correct, if product ids becomes 3 digits. Images with product id 10 becomes added to products with id 100 to 109.
    The first try to prevent is to limit the jquery selector in line 67 of catKissIt.php hook:
    $('table tbody td:has([href*="pID={$products_id}&"])').parent().find('th').before('<th>{$products_thumb}</th>'); I simply have added an ampersand behind the $products_id cause normally there follows &cPath=xyz. Not sure, if this is the most elegant way, but it works for me  
  20. Thanks
    raiwa got a reaction from zeeshop in [Contribution] Ship In Cart   
    @zeeshop,
    Hotfix for Phoenix 1.0.7.12:
    In includes/modules/content/cm_sc_shipping.php line 64 add this:
    public function get_country_id() { return null; } public function get_zone_id() { return null; } so the whole snippet should look like this:
    if (!isset($GLOBALS['customer'])) { $GLOBALS['customer'] = new class { public function fetch_to_address($to = null) { return []; } public function get($key, $to = 0) { return null; } public function get_default_address_id() { return null; } public function get_country_id() { return null; } public function get_zone_id() { return null; } }; } or just use this file:
    cm_sc_shipping.php
     
    However there may appear other issues.
  21. Thanks
    raiwa got a reaction from zeeshop in [Contribution] Ship In Cart   
    You should always:
    - have a backup to be able to roll back
    - test an update on a separate sandbox store before updateing a live store
  22. Like
    raiwa got a reaction from Nige-A in Wholesale (SPPC lite)   
    Hotfix for error in the store module under Phoenix 1.0.7.12:
    In includes/modules/store/st_wholesale.php remove or comment out line 142:
    include_once(DIR_FS_CATALOG . 'includes/system/versioned/1.0.7.4/language.php'); - The "What's new" box will not show the wholesale prices due to using the new product class
    - other errors may appear
  23. Like
    raiwa reacted to mhsuffolk in Stripe v3 module for SCA   
    Hi Steve
    In Settings>emails there is a slider.

  24. Like
    raiwa got a reaction from Smoky Barnable in KissIT Image Thumbnailer Support   
    As far as I know, WebP images are not (yet) supported by the GD library which is used to generate the thumbs.
    Edit: just checked and the latest version has it added:
    https://www.php.net/manual/en/function.imagetypes.php
    but the support needs to be added to kiss it.
    I’ll check for the next update. But I don’t know if that version is already widely installed on the servers.
  25. Like
    raiwa got a reaction from valquiria23 in Wholesale (SPPC lite)   
    Uploaded
    Wholesale Lite Version 4.3.1

    Compatibility:
    Phoenix 1.0.7.9 - 1.0.7.11
    PHP 7.0-7.4
    -------------------------------------------------------------------------------------------------------------
    Older Phoenix 1.0.6.x - 1.0.7.7 versions please use Wholesale (SPPC lite) 4.2.0.
    Older Phoenix 1.0.5.x versions please use Wholesale (SPPC lite) 4.1.1.
    Older Phoenix 1.0.3.0 - 1.0.4.x versions please use Wholesale (SPPC lite) 4.1.0.
    Older Phoenix 1.0.1.0 - 1.0.2.x versions please use Wholesale (SPPC lite) 4.0.1.
    Older 2.3.4.(1.) BS3 based responsive versions please use Wholesale (SPPC lite) 3.0.4
    Older 2.3.4.(1.) versions please use Wholesale (SPPC lite) 2.0r1
    -------------------------------------------------------------------------------------------------------------
    Version 4.3.1:
    - Fixed notice errors in Admin : Categories/Products => New Product Thanks to @Nige-A
    - Fixed error for tax exempt wholesaler feature. Thanks to @tcdeveer3
     
×
×
  • Create New...