Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7b092cd

Browse filesBrowse files
committed
updated env with contact info and invoice
1 parent 03d1680 commit 7b092cd
Copy full SHA for 7b092cd

3 files changed

+15-8Lines changed: 15 additions & 8 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.env.example‎

Copy file name to clipboard
+7-6Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
GOOGLE_CLIENT_ID=""
2-
GOOGLE_CLIENT_SECRET=""
3-
STORAGE_SERVICE=local
4-
PAYUBIZ_URL="
5-
APP_CONTACT_NUMBER=""
6-
APP_NAME = ""
1+
GOOGLE_CLIENT_ID=
2+
GOOGLE_CLIENT_SECRET=
3+
STORAGE_SERVICE=
4+
RAILS_MASTER_KEY=
5+
FRONT_END_URL=
6+
PAYUBIZ_URL =
7+
CONTACT_NO=
Collapse file
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<table class="footer">
2+
<tr>
3+
<td valign="top" class="cel3 bold"><%==Spree.t(:footer_right)%> </td>
4+
<td valign="top" class="cel4 cell"><%==ERB.new(Spree.t(:footer_right2)).result%></td>
5+
</tr>
6+
</table>
Collapse file

‎config/locales/en.yml‎

Copy file name to clipboardExpand all lines: config/locales/en.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
en:
33
spree:
44
footer_right: "Website <br/> Phone"
5-
footer_right2: "localhost:4200 <br/> 1234567890"
5+
footer_right2: "#{<%= ENV['FRONT_END_URL'] %>} <br/> #{ENV['CONTACT_NO']}"
66
size: "Size"
77
price: "Price"
88
order_date: "Order date"
99
ship_adjustment: "Shipping Adjustments"
1010
shipment_amount: "Shipping Amount"
11-
state: "State"
11+
state: "State"
1212
method: "Method"
1313
amount: "Amount"
1414
invoice:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.