Welcome to Avail.At, Login or Create new account

Mercury Drug GCs worth Php 200

In Stock

400 pts

Mercury Drug GCs worth Php 200

Product Code: K29GGT

Mercury Drug

Mercury Drug is the leading trusted and caring drugstore in the Philippines.
  • Can be used in ALL Mercury Drugstores nationwide
  • All items are delivered to the address you have specified. Delivery will take 7-10 days from the time of transaction
  • Upon delivery of item, member must present a valid ID.
  • All product warranties are covered by and with the merchant/supplier.
  • All published items are inclusive of service charge, VAT and delivery fee.
  • All online transactions are FINAL.
STAGING
533.98msRequest Duration4.25MBMemory UsageGET products/{product_id}/{product_name}Route
    • Booting (186.03ms)
      Params
    • Application (343.99ms)
      Params
    • After application (2.63ms)
      Params
    • Cannot add MailCollector to Laravel Debugbar: Use of undefined constant SUPPORT_EMAIL - assumed 'SUPPORT_EMAIL'/home/avail4t/public_laravel/vendor/barryvdh/laravel-debugbar/src/LaravelDebugBar.php#329Exception
                      }
                  } catch (\Exception $e) {
                      $this->addException(
                          new Exception(
                              'Cannot add MailCollector to Laravel Debugbar: ' . $e->getMessage(), $e->getCode(), $e
                          )
                      );
      
    • Use of undefined constant SUPPORT_EMAIL - assumed 'SUPPORT_EMAIL'/home/avail4t/public_laravel/app/config/mail.php#58ErrorException
      	*/
      
      	// 'from' => array('address' => null, 'name' => null),
      	'from' => array('address' => SUPPORT_EMAIL, 'name' => CHANNEL),
      
      	/*
      	|--------------------------------------------------------------------------
      
    9 templates were rendered
    • master7php
      Params
      0
      title
      1
      meta_author
      2
      meta_keywords
      3
      meta_description
      4
      meta_producturl
      5
      meta_imageurl
      6
      content
    • products.index14php
      Params
      0
      product
      1
      categories
      2
      allow_purchase
      3
      inventory_count
      4
      quantity_limit
      5
      sku
      6
      product_media
      7
      sku_variants
      8
      terms
      9
      show_variants
      10
      office_address
      11
      delivery_charges
      12
      options
      13
      redeem_types
    • navigation_top18php
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      product
      5
      categories
      6
      allow_purchase
      7
      inventory_count
      8
      quantity_limit
      9
      sku
      10
      product_media
      11
      sku_variants
      12
      terms
      13
      show_variants
      14
      office_address
      15
      delivery_charges
      16
      options
      17
      redeem_types
    • footer18php
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      product
      5
      categories
      6
      allow_purchase
      7
      inventory_count
      8
      quantity_limit
      9
      sku
      10
      product_media
      11
      sku_variants
      12
      terms
      13
      show_variants
      14
      office_address
      15
      delivery_charges
      16
      options
      17
      redeem_types
    • products.errors_template18php
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      product
      5
      categories
      6
      allow_purchase
      7
      inventory_count
      8
      quantity_limit
      9
      sku
      10
      product_media
      11
      sku_variants
      12
      terms
      13
      show_variants
      14
      office_address
      15
      delivery_charges
      16
      options
      17
      redeem_types
    • products.product_template18php
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      product
      5
      categories
      6
      allow_purchase
      7
      inventory_count
      8
      quantity_limit
      9
      sku
      10
      product_media
      11
      sku_variants
      12
      terms
      13
      show_variants
      14
      office_address
      15
      delivery_charges
      16
      options
      17
      redeem_types
    • products.product_checkout18php
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      product
      5
      categories
      6
      allow_purchase
      7
      inventory_count
      8
      quantity_limit
      9
      sku
      10
      product_media
      11
      sku_variants
      12
      terms
      13
      show_variants
      14
      office_address
      15
      delivery_charges
      16
      options
      17
      redeem_types
    • products.product_checkout_delivery18php
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      product
      5
      categories
      6
      allow_purchase
      7
      inventory_count
      8
      quantity_limit
      9
      sku
      10
      product_media
      11
      sku_variants
      12
      terms
      13
      show_variants
      14
      office_address
      15
      delivery_charges
      16
      options
      17
      redeem_types
    • google_analytics_code11php
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      title
      5
      meta_author
      6
      meta_keywords
      7
      meta_description
      8
      meta_producturl
      9
      meta_imageurl
      10
      content
    host
    -
    uri
    GET products/{product_id}/{product_name}
    name
    -
    action
    ProductController@index
    before
    -
    after
    -
    4 statements were executed14.76ms
    • select * from `products` where product_id = '237' AND publish = 'Yes' AND manager_publish = 'Yes' AND NOW() BETWEEN sale_start AND sale_end limit 17.1ms
      Params
      0237
      1Yes
      2Yes
      hintsUse SELECT * only if you need all columns from table
      LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
    • select * from `products_media` where product_id = '237' AND type = 'image' limit 1430μs
      Params
      0237
      1image
      hintsUse SELECT * only if you need all columns from table
      LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
    • select `category`.* from `category` inner join `products_categories` on `products_categories`.`category_id` = `category`.`category_id` inner join `products` on `products`.`product_id` = `products_categories`.`product_id` where products.publish = 'Yes' AND products.manager_publish = 'Yes' group by `category`.`category_id`6.89ms
      Params
      hintsUse SELECT * only if you need all columns from table
    • select * from `configurations` where name = 'terms_and_conditions' limit 1340μs
      Params
      hintsUse SELECT * only if you need all columns from table
      LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
    format
    html
    content_type
    text/html; charset=UTF-8
    status_text
    OK
    status_code
    integer 200
    request_query
    array()
    request_request
    array()
    request_headers
    array(16) [ 'accept' => array(1) [ string (135) "text/html,application/xhtml+xml,applica...
    request_server
    array(66) [ 'CONTEXT_DOCUMENT_ROOT' => string (40) "/home/avail4t/public_laravel/public_html" ...
    request_cookies
    array()
    response_headers
    array(3) [ 'cache-control' => array(1) [ string (8) "no-cache" ] 'date' => array...
    path_info
    /products/237/mercury-drug-gcs-worth-php-200
    session_attributes
    array(2) [ '_token' => string (40) "IbyyNGxTObqNDOIbGHcThVvq9qQZPfGXbuggkdf5" 'PHPDEBUGBAR_S...