update
This commit is contained in:
@@ -154,6 +154,11 @@
|
||||
<input type="text" id="client-gmc-id" name="google_merchant_account_id" class="form-control" placeholder="np. 123456789 (opcjonalnie)" />
|
||||
<small class="text-muted">ID konta Merchant Center przypisane do klienta</small>
|
||||
</div>
|
||||
<div class="settings-field">
|
||||
<label for="client-xml-feed-url">XML Feed URL</label>
|
||||
<input type="url" id="client-xml-feed-url" name="xml_feed_url" class="form-control" placeholder="np. https://example.com/google-feed.xml" />
|
||||
<small class="text-muted">Adres feedu XML w formacie Google Merchant — używany do uzupełniania danych produktów</small>
|
||||
</div>
|
||||
<div class="settings-field">
|
||||
<label for="client-gads-start">Pobieraj dane od</label>
|
||||
<input type="date" id="client-gads-start" name="google_ads_start_date" class="form-control" />
|
||||
@@ -197,6 +202,7 @@ function editClient( id )
|
||||
$( '#client-gads-id' ).val( data.google_ads_customer_id || '' );
|
||||
$( '#client-fbads-id' ).val( data.facebook_ads_account_id || '' );
|
||||
$( '#client-gmc-id' ).val( data.google_merchant_account_id || '' );
|
||||
$( '#client-xml-feed-url' ).val( data.xml_feed_url || '' );
|
||||
$( '#client-gads-start' ).val( data.google_ads_start_date || '' );
|
||||
$( '#client-modal' ).fadeIn();
|
||||
} );
|
||||
|
||||
Reference in New Issue
Block a user