Free Shrine Theme for all new ecommerce

xiaoqie

New member
XNullUser
Joined
Sep 17, 2024
Messages
12
Reaction score
0
Points
1
Location
German
NullCash
8
Thanks very much for taking the time to share this file!!
 

Wineoutt

New member
XNullUser
Joined
Nov 10, 2024
Messages
7
Reaction score
0
Points
1
Location
Italy
NullCash
46
does it work or still has the same issue as all have? since yesterday?
 

Jasuax

New member
XNullUser
Joined
Oct 30, 2024
Messages
15
Reaction score
1
Points
3
Location
USA
NullCash
74
Does it actually work ? All shrine pro stores got shutdown what about this one, anyone tried yet ?
 

dpworks

New member
XNullUser
Joined
Nov 10, 2024
Messages
5
Reaction score
0
Points
1
Location
USA
NullCash
2
I have tried now, it doesn't work at all. The shrine is completely down please anyone can fix this ?
 

oxeon

New member
XNullUser
Joined
Nov 10, 2024
Messages
4
Reaction score
0
Points
1
Location
Turkey
NullCash
6
I have just tried it, not working fully functionally. how can we fix that?
 

magusfromzeal

Member
XNullUser
Joined
Aug 10, 2024
Messages
17
Reaction score
31
Points
13
Location
United States
NullCash
194
shrine-pro-theme.png

Go on theme.liquid, search for "js.shrinetheme.com/main.js?version=1".

Code:
<script src="https://js.shrinetheme.com/main.js?version=1" defer="defer" data-defer="true" data-country-list-function="{{ settings.country_list_function }}" data-country-list="{{ settings.country_list }}" data-country-list-error="{{ settings.country_invalid_error_msg }}" data-animations-type="{{ settings.animations_type }}"></script>

Older versions go on theme.liquid and search for "shrine.null.js":
Code:
<script src={{ 'shrine.null.js' | asset_url }} defer="defer" data-defer="true" data-country-list-function="{{ settings.country_list_function }}" data-country-list="{{ settings.country_list }}" data-country-list-error="{{ settings.country_invalid_error_msg }}" data-animations-type="{{ settings.animations_type }}"></script>

These are the line codes that are blocking all Shrine Pro Themes.

if you Just delete the line of codes the blocking screen will disappear BUT 90% of the main theme functionalities will stop, including add to cart, drawer cart, change variant on product pages e goes on.

The Javascript codes are obfuscated, so we'll need help from experienced developers.
 

sandylee

Well-known member
Master
Diamond
Elite
XNullUser
Joined
Mar 28, 2024
Messages
309
Reaction score
526
Points
93
Location
China
NullCash
4,805
REPLACED but the ATC problem caused, no function when click the quantity and atc.
 
Top