Questions tagged [carrier]
90 questions
0
votes
1 answer
Prestashop one step checkout programatically change carrier
I'm dealing with an issue, I've been working in a module that does pretty much the same as a cart rule if you have certan type of products and a certain amount in your cart, the module sets a free shipping carrier for you, this can be achieved with…

lfelisiak
- 35
- 10
0
votes
1 answer
Android: how to scan for nearby carriers antennas and connect
My question is simple. I would like to know if it is possible to scan for nearby carriers antenna like you can do in your SIM card Android settings.
I would also like to be able to connect / register to a targeted antenna.
Thanks for the help !

Mackovich
- 3,319
- 6
- 35
- 73
0
votes
1 answer
getOrderShippingCost() is called more than once in Prestashop 1.6.x
I am building a Carrier module in Prestashop 1.6.x and at the moment I am having a problem with the abstract method getOrderShippingCost().
It is called 6 times and I cannot find out why.
I need a way of tracking why is it called that many…

Henry Lynx
- 1,099
- 1
- 19
- 41
0
votes
1 answer
Objective-C How to list all available carrier network?
is there a solution for search all operators network telephony available on ios device from objective c or swift ? like it is done in Settings => General => Carrier => set Automatic to false
Carrier Search IOS:
Thanks :)

Amos
- 45
- 7
0
votes
1 answer
How to send SMS Texts and iMessages from PHP mail() without knowing the Carrier
In earlier years, when I wanted to programmatically send text messages to mobile phones/cell phones I needed to know the carrier and the carrier's text service domain name in order to form the To: address.
But these days, many sites are able to text…

H. Ferrence
- 7,906
- 31
- 98
- 161
0
votes
2 answers
Prestashop: Carrier Names are not translatable anymore?
In Prestashop 1.6.
I don't understand why the Carrier Name field is not translatable anymore.
I found serveral topics just saying that this was posible in older versions but no now. But why?
I have names like: "Standar Delivery" How are we supposed…

JPashs
- 13,044
- 10
- 42
- 65
0
votes
2 answers
prestashop 1.6 carrier id on product.tpl
So I want to show a banner " FREE DELIVERY " on product page ( product.tpl ) on ps 1.6.14 , based on selected carrier for this specific product in back office.
Every single product has only one carrier set in back office.
So basically i need to get…

johny b. good
- 11
- 2
0
votes
1 answer
AM Modulation in MATLAB: Sampling frequency?
I'm trying to modulate a carrier of Fc=10 KHz with a sinusoidal message of Fm = 200 Hz (from 0 to 1 in time-domain)
The sampling rate Fs=1 KHz.
This is my code:
fs=1000; % sampling freq.
ts=1/fs;
t= 0 : ts : 1; % time…

DarkLight
- 141
- 1
- 9
0
votes
1 answer
Is there a reliable way to determine a person's SMS address given their phone number and email address?
Since programatically sending a text with Meteor from the user's own cell phone number seems to be problematic (see this), I'm thinking the way to do this could be to send the SMS / texts as an email.
I often do this manually from work when I text…

B. Clay Shannon-B. Crow Raven
- 8,547
- 144
- 472
- 862
0
votes
1 answer
Fibocom Modem Connect Internet AT Command Sequence
I try to connect internet via AT commands with FIBOCOM modem. Sequence as follows. I got different techniques about it AT+COPS for example for carriers. But I guess I cannot go any further.
_serialPort.Write("AT\r");
…

Omrum Cetin
- 1,320
- 13
- 17
0
votes
1 answer
SQL Server: Update Zips, see if zips exist, Update Carrier to correspond with Zips
vcAccountNum | iZone | vcZipStart | vcZipEnd | vcCarrier1
| vcCarrier2 | vcTerminal1 | vcTerminal2 | DAS
I want to see if a zip exists out of 6000 zips. The zipEnd and zipStart are the same. If the ABC Carrier is either/or vcCarrier1 or vcCarrier2…

bones
- 63
- 2
- 10
0
votes
2 answers
Can I filter an Android app by the mobile network operator?
For example, I want to make a specific app so that it only shows up and can be downloaded by users on the Vodafone network.

ck2408
- 3
- 3
0
votes
1 answer
Prestashop Fedex Module
Hi i'm trying to use Fedex carrier module to use on a site and i have entered all the info what the module needs to work but the test web service connection failed
Im based in Colombia, any one know how to use and fox this issue?
0
votes
1 answer
Find carrier info in use, not the SIM one
Is it possible to get information about the Carrier currently in use?
CoreTelefony gives back information about the SIM carrier.
I haven't found any article on internet talking about this topic. Since the SIM can be the same also when the user moves…

Bagbyte
- 845
- 2
- 18
- 34
0
votes
1 answer
Remove whitespace in carrier info when using a navigation bar
I am writing a swift app and can't figure out how to get the carrier info to blend in with the color of my navigation bar. If you take a look at the image below, you will see that the carrier info is in white, while the navigation bar has a grey…

mbcrump
- 974
- 3
- 7
- 15