marco-polo
Forum Replies Created
-
Which themes can we use for this Restrpress plugin ?
nice question
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] The joke Restropress FAQ ! (lol)– conflict bootstap
– multiple css issues
– addons check issues
– translate issues (ie: subtotal in cart box)
– cookies issue (“undefined”)
– bad time management (after midnight)ect…..
- This reply was modified 4 years, 5 months ago by marco-polo.
Maybe you can modify directly in the file while waiting for a solution.
” wp_localize_script” is use to to send a javascript from a php script.
But php and javascript have a specific difference. Php work in server side (before the page load), javascript in front (when the page load).
I think It’s why the words can’t be translated without a refresh.the script is in includes/scripts.php ligne 915
wp_localize_script('rpress-custom', 'RpressVars', array( 'at' => esc_html('at', 'restropress'), 'wait_text' => esc_html('Please Wait', 'restropress'), 'add_to_cart' => esc_html('Add To Cart', 'restropress'), 'added_into_cart' => esc_html('Added Into Cart', 'restropress'), 'estimated_tax' => esc_html('Estimated Tax', 'restropress'), 'total_text' => esc_html('Subtotal', 'restropress'), 'is_checkout_page' => rpress_is_checkout(), 'store_closed' => esc_html('Store is closed', 'restropress'), 'delivery_closed' => esc_html('Delivery is closed', 'restropress'), 'enable_fooditem_popup' => $fooditem_popup_enable, 'fee' => __( 'Delivery Fee', 'restropress' ), )); }
but why??…
Same issue.
The transtates call are différente. See the “:” difference.
I will see more…
haha Loco app had translated the tag in french:
{payment_methode}Thanks ??
- This reply was modified 4 years, 5 months ago by marco-polo.
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Return to cart option?you can add this with a link in the checkout page (befor the tag for exemple.
The system keep the cookies, we can change page without issue.
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] display categories grid system`Hello > please > ? >
answer = magicsee the content in admin>pages>Order Confirmation
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Cookies write issueSuper!
I had only changed 2 items.
Thank you very much.
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Cookies write issuehi.
Thank you.No change for me: in the items page in the box order it’s ok i have “delivry”, but in checkout page “undefined”. I can see after the add product action it wite a cookie service_type:undefined
Restropress v. 2.5.3
I confirme the issue with some themes like Di RestaurantVersion : 1.0.6.
The delivery type cookie is write with a “undefined” name, in the items page or in the checkout page.
Other issue in items page, if i change the time, in the box there is no refresh.
- This reply was modified 4 years, 5 months ago by marco-polo.
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Combination / Set MealI need this function to.
@kingfunkmaster you found an alternative?Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Limit delivery by Km radiusthis function is not available in this plugin.
You can create a javascript with google calcRoute function