Alexandra Anghel

Results 21 comments of Alexandra Anghel

One more thing to check on product variations - if a variation is selected from the drop down menu, the select box must be unfocused for the value to be...

Hey @Asarael Can you check if the `CHECKOUT_URL` variable is set up correctly in the index file (view source)? This checkout url should be set up from the WooCommerce settings...

@Asarael What is the value of `API_CHECKOUT_URL` if you view the source of the index file in the browser? It should be something like "http://{your_wordpress_installation_url}/wp-json/pwacommercepro/proceed-checkout". Can you check if that...

Hey @Asarael , It looks the route is not registered (404 not found status). From the output: `{"code":"rest_no_route","message":"No se encontr\u00f3 la ruta que coincida con la URL y el m\u00e9todo...

@Asarael I'm not sure if this is the problem. Do other API routes work? Can you see products and categories in the app? API routes are registered from the backend...

1. For editing the styling, take a look at the application's folder. For Extrude, this is: `wp-content/plugins/wordpress-mobile-pack-pro/frontend/themes/app9/`. The CSS file is this one: `css/phone.css`. The file is minified but you...

@bedelboseli I sent you an email with a new download link. Please keep a copy of the archive, as download links expire after a few days.

Hey @bedelboseli , _1 - Showing 1 ad in article. However I want to show at least 3 advertisements. How can I do that? Or where do I add the...

Partially fixed in e5e2c9c1fdc41f97bb9060943d1ea8c2dc5bfc9f, except for grandchild pages. WPQuery will only exclude direct descendants, while active grandchild pages are retrieved from the database even though they are not displayed in...

Hey @bedelboseli, This kind of change requires modifying the Extrude PWA itself. The web app is based on Angular 1 / Ionic, so it requires JavaScript / NPM knowledge to...