Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

radhavallabh

Members
  • Posts

    711
  • Joined

  • Last visited

Posts posted by radhavallabh

  1. On 2/14/2017 at 8:04 AM, frankl said:

    @@bonbec @@burt @@bruyndoncx

     

    Thank you all, very helpful.

     

    Basic load more implemented, test page is here https://www.inkhouse.com.au/advanced_search_result3.php?keywords=250

     

    Problems:

     

    Grid/List setting won't stick, only loads list view even if grid is selected.

     

    Don't want to show 'Load More' button if no more results to load.

     

    No idea (never done this before) how to implement history.pushState so that the back button takes you back to the page with all the items previously loaded.

     

    SEO implications of this (keeping this to just the advanced search results would probably be best)

    Hi dear;

    Please....Is this available as a addon seems to work wonderfully.... and really wish to add it to my shop...

    Thank you in advance;

    Very Warm Regds./

    radhavallabh

  2. On 2/19/2022 at 7:55 PM, Jack_mcs said:

    A new version has been uploaded with these changes:

    • Added a version for Phoenix 1.0.8.9 and above.
    • Fixed problem that could cause "Headers Already Sent" failures.

     

    Hi dear; The new link building in the latest versions code uses as below for making links in the tep_href_link - Even we need use same format for links in other addons, Will your Seo URL addon support same link building function dear?
    Guarantor::ensure_global('Linker')->build($page, phoenix_parameterize($parameters), $add_session_id);
      }

  3. On 3/8/2021 at 2:46 AM, Omar_one said:

    @BrockleyJohn


    Thank you for updating  order editor module.. I think it not update yet  1.0.7.18.
    I just install it on 1.0.7.18 and  the edit order page not working its give HTTP ERROR 500 

    
    PHP Warning:  require(includes/classes/currencies.php): failed to open stream: No such file or directory in /home/test/public_html/shop/admin/edit_orders.php on line 153

    deleting the line from the edit_order.php and from edit_orders_add_product.php will fix the issue

    
    require(DIR_WS_CLASSES . 'currencies.php');

     

    and there is still the old tep_get_uprid  function still used in admin/order_editor/cart.php , admin/order_editor/order.php

    
    PHP Deprecated:  The tep_get_uprid function has been deprecated. in /home/test/public_html/shop/admin/includes/functions/general.php on line 362

     

      and there is an error 

    
    PHP Notice:  Undefined index: shipping_same_as_billing in /home/test/public_html/shop/admin/order_editor/css.php on line 180
    PHP Notice:  Undefined index: shipping_same_as_billing in /home/test/public_html/shop/admin/order_editor/css.php on line 181
    PHP Notice:  Undefined index: billing_same_as_customer in /home/test/public_html/shop/admin/order_editor/css.php on line 183
    PHP Notice:  Undefined index: billing_same_as_customer in /home/test/public_html/shop/admin/order_editor/css.php on line 184

     and the lines from 180-187

    
    #shippingAddressEntry { visibility: <?php echo (($_SESSION['shipping_same_as_billing'] == 'on') ? 'hidden' : 'visible') ?>; display: 
    <?php echo (($_SESSION['shipping_same_as_billing'] == 'on') ? 'none' : 'table-row') ?>; }
    
    #billingAddressEntry { visibility: <?php echo (($_SESSION['billing_same_as_customer'] == 'on') ? 'hidden' : 'visible') ?>; display: 
    <?php echo (($_SESSION['billing_same_as_customer'] == 'on') ? 'none' : 'table-row') ?>; }
    
    
    --></style>

    and PHP Warning

    
    PHP Warning:  Use of undefined constant ICON_SUCCESS - assumed 'ICON_SUCCESS' (this will throw an Error in a future version of PHP) in /home/test/public_html/shop/admin/order_editor/javascript.php on line 34
    PHP Warning:  Use of undefined constant ICON_SUCCESS - assumed 'ICON_SUCCESS' (this will throw an Error in a future version of PHP) in /home/test/public_html/shop/admin/order_editor/javascript.php on line 44
    PHP Warning:  Use of undefined constant ICON_SUCCESS - assumed 'ICON_SUCCESS' (this will throw an Error in a future version of PHP) in /home/test/public_html/shop/admin/order_editor/javascript.php on line 54
    PHP Warning:  Use of undefined constant ICON_TICK - assumed 'ICON_TICK' (this will throw an Error in a future version of PHP) in /home/test/public_html/shop/admin/edit_orders.php on line 1996

     

    I think this lines need to be delete from edit_order.php  

    
        <td width="100%" valign="top">
        <table border="0" width="100%" cellspacing="1" cellpadding="1" class="columnLeft">
        </table>
        </td>


    Thank you!
    Omar

    Hi dear;

    For the Undefined Index error on css.php

    I am trying below code for example but it still does not fix, can you pls guide on what should the correction be?

    <?php echo ((if (isset($_SESSION['shipping_same_as_billing']))$_SESSION['shipping_same_as_billing'] == 'on') ? 'hidden' : 'visible') ?>;

    This is still not fixing it...

    I am trying hard to update it for 1.0.8.12 but still way behind your guidance shall be deeply appreciated....

    Thank you in advance...

    Very Warm Regds./

    radhavallabh

  4. On 3/8/2021 at 5:14 PM, osCommerce-Official said:

    Alix, thanks for this question. 

    So, there exists a "standard" menu widget at the moment. Of course we will welcome osCommerce developers to take it and work on it if they like, and perhaps submit back to the App store at some point. 

    Standard menu widget can be used on any page of the website. It can be pointed to any of the menus created in the Menu management tool, be it a category menu or some service menu. 

    Of course, osCommerce v4 being a modern day solution requires to be able to display some advanced menus to ease navigation through the websites. 

    So we have currently created several "styles" for the Menu widget, including Mega menu (big drop down):

    1702962743_oscfrontmenu0.png.515e55e2e0f3667d21716d1706ea75ac.png

    Also, styles and behaviour of the menus can be managed through the CSS. 

    Here are some examples from a few recent sites we created for existing businesses.

    1. Multiple category levels, graphics linked to sub-categories:

    17502084_oscfrontmenu1.thumb.png.6f2b281870f60621300de6fd762f3c8a.png

    2. Similar to the first one, but slightly different design:

    605902275_oscfrontmenu2.thumb.png.96728a75a3d74d2ad43fc894ea93c592.png

     

    3. A simple way to display categories, again, design is very different to the first two examples:

     770224164_oscfrontmenu4.thumb.png.33cb593ea5ad6f4fc717418967af9d17.png

     

    4. Multiple categories, however the layout is vertical here:

     950426978_oscfrontmenu3.thumb.png.a63585a3006f951c74ff299e9f46d536.png

    How to select the style no. 1 Mega Menu from the admin section? I need to use that Mega menu style interface...

  5. On 11/24/2021 at 12:40 AM, Jack_mcs said:

    This is not clear to me. Are you using the file from the addon package or from the Phoenix package?

    I just compared a .87 shop I have it installed in with the files from the Phoenix package and they are the same, except for what this addon changes, and the urls are working fine in it so I can't think of any reason why it is failing for you.

    Using the addon file dear.. but still am not able to understand why does my site fail to work...

  6. 16 hours ago, Jack_mcs said:

    @radhavallabhIt is working here for that version and others has it working in their shops so it must be something in your installation. Maybe you overwrote the href_link.php file with the upgrade? If that isn't it, are you getting any errors? Do the settings show up in admin?

    Hi dear;

    No I am using the same file as provided for the href_link.php,

    I just checked dear in most place the tep_href_link function has been replaced with $GLOBALS['Linker']->build ....... Is that the issue ??

    I checked more thoroughly on the store  for debugging.....the New Arrivals box on my Index page has the old code with tep_href_link function so those links are displaying the SEO URLS correctly...

    The Error console is not showing any error for now.

    Settings do show up in the admin properly.

    Please guide me on how to proceed;

    Regds./

    radhavallabh

  7. 4 hours ago, radhavallabh said:

    Hi thank you for the reply dear;

    I used the code you gave and the error disappeared.

    But dear when I click the product link on shopping cart page it redirects to the index page instead;

    Please can you help me understand and fix the issue...

    Thank you so much in advance;

    Warm Regds./

    radhavallabh

    Fixed it dear.. it was a curly braces issue from server.

  8. 13 hours ago, Jack_mcs said:

    There's nothing in the code that would allow that. It should be possible to insert the language anywhere in the code where a link is created though I've never tried it. 

     

    That's strange. While none of the SERVER variables are guaranteed to be present, there is a standard that lists items that should be present and that is one of them. I can only think it is something specific to your server since it has never come up before. To prevent it, you can change this line

    
    $this->real_uri = ltrim( basename($_SERVER['SCRIPT_NAME']) . '?' . $_SERVER['QUERY_STRING'], '/' );

    to this

    
    $this->real_uri = ltrim( basename($_SERVER['SCRIPT_NAME']) . ( isset($_SERVER['QUERY_STRING']) ? '?' . $_SERVER['QUERY_STRING'] : ''), '/' );

     

    Hi thank you for the reply dear;

    I used the code you gave and the error disappeared.

    But dear when I click the product link on shopping cart page it redirects to the index page instead;

    Please can you help me understand and fix the issue...

    Thank you so much in advance;

    Warm Regds./

    radhavallabh

  9. On 9/22/2021 at 3:52 AM, Jack_mcs said:

    A new version has been uploaded with these changes. Tested through Phoenix 1.0.8.6 and php 8.

    • Added version for Phoenix .0.8.0 and above.
    • Changed code for php 7.4 warnings.
    • Fixed mistake with the uninstall code.
    • Replaced HTTP/1.x protocol checks with $_SERVER['SERVER_PROTOCOL'].

     

    Hi dear; is it possible we have the multi language urls with the lanuage folder name in url prior to the actual product name instead like below?

    https://www.xxx.com/de/yy-yy-130.html

  10. On 3/12/2021 at 1:31 PM, BrockleyJohn said:

     

    This is the error for which Omar posted a fix on Sunday; the workaround is comment out line 153 (put // at the beginning)

    Hi dear;

    I was awaiting an update for the current series of 1.0.8.5 any idea when will be getting an update to this addon? Awaiting for it eagerly;

    Thank you in advance;

    Warm Regds./

    radhavallabh

  11. 14 minutes ago, raiwa said:

    You missed an upgrade step in your upgrade path to Phoenix 1.0.7.14.

    sort_order has been added to core.

    Hi I do have the column on my product_options table it was added in 1.0.7.10 upgrade dear.. i did not miss that step... 😟

    Screenshot.png

  12. Hi dear;

    I just upgraded I get this error on the product in admin ;

    Can you guide me on the mistake I might have made?

    Version 1.0.7.14 and 3.3.4

    1054 - Unknown column 'sort_order' in 'field list'

    UPDATE `products_attributes` SET `sort_order`=`products_options_sort_order`

     

    Thank you very much in advance;

    Warm Regds./

    radhavallabh

  13. On 10/24/2020 at 3:45 PM, raiwa said:

    Uploaded:

    Ajax Attribute Manager 3.3.0

    Requires:
    OsCommerce Phoenix 1.0.5.9+ (tested with 1.0.7.9)
    PHP 7.0 to 7.4

    + removed duplicated language definitions. Thanks to @kgtee
    + fixed unbalanced table columns. Thanks to @radhavallabh
    + added table titles.
    + updated to bootstrap design elements (buttons, tables etc).
    + replaced image icons by fontawesome icons.
    + removed deprecated css
    + removed deprecated image icons
    + replaced jquery with native javascript in admin hooks. Thanks to @PiLLaO
    + removed qtpro support. It's now available in it's own tab on the product edit page.
    + updated sort order support modifications in cm_pi_options_attributes.php

    mainScreen.thumb.jpg.9db145ae249b0ebbf364a7b4ad6b5301.jpg

     

    Sorry for testing late dear , The new version does not seem to initialize on the product for me.. I have PM you the screenshot of my admin with error console.. Please can you check..

    Thank you in advance;

    Regds./

    radhavallabh

×
×
  • Create New...