Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Omar_one

Members
  • Posts

    563
  • Joined

  • Last visited

  • Days Won

    9

Reputation Activity

  1. Like
    Omar_one reacted to raiwa in Converting Points and Rewards system for osC BS   
    Uploaded v. 2.0 for 2.3.4.1 CE Frozen:
    Points and Rewards BS v2.0
    Compatibility:
    Responsive 2.3.4.1 BS CE Frozen
    PHP 7.0-7.2
    -------------------------------------------------------------------------------------------------------------
    2.3.4.(1.) EDGE versions and GOLD, please use Points and Rewards BS v1.2
    -------------------------------------------------------------------------------------------------------------
    Change log
    -----------
    Version 2.0
     - Updated for 2.3.4.1. CE Frozen
     - Replaced checkout payment hook by content module
     - Moved checkout payment output from functions/redemptions.php into new content module
     - Updated installation scripts for 2.3.4.1 CE Frozen and checkout payment content module
     - Updated template naming and auto inclusion in all content modules
     - Added support for core modular product info
     - Added support for Modular Checkout
     - Replaced modified core template files by complete alternative box and footer content modules
    Only one manual core file change left: (optional if using) paypal_standard.php
  2. Like
    Omar_one got a reaction from valquiria23 in fading image in product page   
    @valquiria23 check this one BS Slick Image Gallery   by @wHiTeHaT
  3. Like
    Omar_one reacted to piernas in Addon installer concept   
    @wHiTeHaT I don't want to loose my time in something like this if there's no interest. That's the reason I opened this thread, to get some feedback. If you consider it should be done right now and you'll do it beter, just do it.
    @justcatering I'd love to. I'm lazy :)
     
  4. Like
    Omar_one reacted to piernas in Addon installer concept   
    @Omar_one the idea I have is that the installer page only lets you upload the file and checks if it's compatible with the core version and if the addon is already installed. The rest should be done by the php file (example posted above) by user interaction and calling the install() method on the class file. There, the addon maker defines the actions to perform - from copying a file, removing old - unneeded ones or whatever you want to do - so it could potentially modify core files, altough it's not the intention.
    Yes the addon needs to be ready. It's up to the developer to follow the schema (basically include all the files with the structure needed under catalog/ directory and make the install file where information and install routine is placed. In fact any addon maker could do his propietary, own installer just by placing an "install.php", I think I've seen it before.
     
  5. Like
    Omar_one reacted to burt in Warn on Duplicate UPC   
    $.post it to a processing script onBlur.
    Similar as this:
    http://www.clubosc.com/unique-product-models-in-oscommerce.html
     
  6. Like
    Omar_one reacted to Tsimi in ULTIMATE Seo Urls 5 - by FWR Media   
    I just quote from google
    All what google says is they recommend or say it is good practice to make the URLs read-friendly so that customers/users can read or use the URL as link or navigation guide.
    It doesn't say one word that it will improve your SEO because of that. Google just says you should keep it organized. Another quote
    Again, no mention of SEO benefit. Visitor friendly does not equal better SEO or SEO results.

    Lastly, everyone can do what they want with their shop site it is their website and they should know what their customers might want. Look at Amazon, eBay or some other big shop they all have different URLs, some long, some short, some easier to read, some are super long and complicated. Important is that the "real" SEO stuff in your shop is working as it should then you'll end up getting good search results.
    So what @burt said isn't wrong at all. User friendly URLs have nothing to do with SEO.
  7. Like
    Omar_one got a reaction from raiwa in QTPro BS   
    @PiLLaO @raiwa  I think the best things for that to modified  stats_low_stock_attrib.php from QTPro add the Categories and Manufacturers menus(filter) and editing some code there and  using jQuery Ajax for Inline Editing in that file ,
    Br
    Omar
  8. Like
    Omar_one reacted to raiwa in Slim Checkout for BS   
    @Omar_one,
    Sorry, you are right.
    It works now. Had to move the hide check out of the class constructor.
    Please replace the class file from git hub repository.
  9. Like
    Omar_one 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
  10. Like
    Omar_one reacted to Tsimi in Converting Points and Rewards system for osC BS   
    Addon is now available. Congratulations!


  11. Like
    Omar_one got a reaction from Dennisra in Add Specials to main page (index.php)   
    @Dennisra 
    New update  just clean the code  Special Products Content Module(BS)
    Omar
     
  12. Like
    Omar_one got a reaction from Dennisra in Add Specials to main page (index.php)   
    @Dennisra  the specials.php file no  need for it anymore.
    Do you still have this code in the index.php. 
    <?php include(DIR_WS_MODULES . 'specials.php'); ?> If it is there remove it from there ..
    Omar
  13. Like
    Omar_one got a reaction from burt in Add Specials to main page (index.php)   
    @burt   @Dennisra @frankl 
    I didn't find the old files so I create new one    Special Products Content Module(BS) 
    and it working well
    Omar
  14. Like
    Omar_one got a reaction from Dennisra in Add Specials to main page (index.php)   
    @burt   @Dennisra @frankl 
    I didn't find the old files so I create new one    Special Products Content Module(BS) 
    and it working well
    Omar
  15. Like
    Omar_one got a reaction from Dennisra in Add Specials to main page (index.php)   
    @burt  a few months ago  I tried to make it as module and it was shown well but there was no price its show 0
    I will see is I still have the files and post it here if some one can fix it

    Omar
  16. Like
    Omar_one got a reaction from raiwa in Converting Points and Rewards system for osC BS   
    Works for me also
  17. Like
    Omar_one reacted to raiwa in Converting Points and Rewards system for osC BS   
    @Omar_onefound now the problem, I had still the old configuration entries in the database. I deleted them now and the bug appears, sorry and thanks. I'll research this.
  18. Like
    Omar_one got a reaction from raiwa in Converting Points and Rewards system for osC BS   
    @raiwa I just download it from GitHub and everything work well, now the email sent.
  19. Like
    Omar_one got a reaction from raiwa in Converting Points and Rewards system for osC BS   
    Hello guys,  thank you for the addon and for  team work .
    I am testing right now, I think there is small editing  on the checkout_payment.php i
    change this
    <?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?> to this
    <?php echo tep_draw_separator('pixel_trans.gif', '10', '10'); ?> Omar
  20. Like
    Omar_one reacted to raiwa in Converting Points and Rewards system for osC BS   
    Here the GIT repository:
    https://github.com/raiwa/Points_Rewards_BS_BETA_GIT
  21. Like
    Omar_one reacted to Tsimi in Converting Points and Rewards system for osC BS   
    I am currently working on a Points and Rewards system for osC BS GOLD and EDGE.
    There are currently 2 addons out there that are more or less working if you take bits and pieces from each one of them.
    I have currently installed the Points and Rewards feature into an Edge test shop and all seems to work fine.
     
    The idea of such points system is interesting but unfortunately it is one of those addons that require a lot core file changes or better let's say code additions. There are more ADD AFTER than REPLACE WITH parts.
    I have managed to reduce the install steps by implementing some stuff into the module and new additional files.
    More improvement is possible I know it but first I want to get it working before going deeper into it.
     
    I still need to make the necessary Bootstrap design changes to some of the new files and then it's time for bug hunting.
     
    I was wondering did someone ever create one for BS? Or did anyone ever attempt to make one for BS?
    No need to recreate everything again if it has already been done.
     
    As soon I have all the design stuff fixed I will add a beta package here.
  22. Like
    Omar_one reacted to raiwa in Optional Related Products, Version 4.0   
    @@Omar_one,
     
    Is it possible that you updated to a newer version.
    If you are using the latest 6.x version, there may appear this error if you have switched off "show products name".
     
    Please try this fix:
    in: catalog/admin/optional_related_products.php
     
    move line 193:
    $related_from .= ", products_description pd"; up below line 186:
    $related_from = " from products p, products_related_products pa"; Please let me know if it works, then I will upload the fix.
     
    Between: please let us always know your exact add-on and store version, it makes it easier to help
     
    rgds
    Rainer
  23. Like
    Omar_one reacted to raiwa in Optional Related Products, Version 4.0   
    @@Omar_one,
     
    there are more places which need to be changed:
     
    Move also :
    line 311 below 304
    line 410 below line 403
    line 443 below line 436
     
    rgds
    Rainer
  24. Like
    Omar_one reacted to raiwa in Optional Related Products, Version 4.0   
    @@Omar_one,
     
    Just uploaded the new version Update Version 6.1r1 BS with the fix.
     
    Thanks and kind regards
    Rainer

     
×
×
  • Create New...