PayTabs Laravel Package makes integration with the PayTabs payment gateway very easy by providing a ready-made payment class that handles the card entry, and billing & shipping information and completes the missing details.

This article is dedicated to walking you through how to hide the shipping information from the payment page in this package, as shown below:






Through out the article we will use the same concept clarified in our How to remove/hide the billing/shipping information?  solution article.

And to know how to manage the shipping/billing details and what is the required information to be sent please check our 3.4 Laravel Package | Manage Shipping and Billing Details solution article.


A true flag needs to be sent within the "sendHideShipping" to hide the shipping information, as shown below:


paypage::sendHideShipping(true)


False is the default value of this function. In other words, not passing this paramter at all will be the same as passing a "false" value.


sendHideShipping()


Accepts
BOOLEAN value
PurposePass it with true only if you don't want the customer to fill the shipping details in the payment page.
Required❌ 
 
 







⌂ To get familiar with the whole process and the other steps, kindly navigate to our "The Laravel Packge Integration Manual" solution article. 
		
And to get familiar with the rest of the steps regarding the previous step "Step 2 - Configure the integration method" kindly click here.

And to get familiar with the rest of the steps regarding the current step "Step 3 - Initiating the payment" click here.
 And to navigate to the next step in the integration process "Step 4 - Accepting the payment" kindly click here.